Module Values.ClusterIssueCodeSource

Sourcetype nonrec t =
  1. | AccessDenied
  2. | ClusterUnreachable
  3. | ConfigurationConflict
  4. | InternalFailure
  5. | ResourceLimitExceeded
  6. | ResourceNotFound
  7. | IamRoleNotFound
  8. | VpcNotFound
  9. | InsufficientFreeAddresses
  10. | Ec2ServiceNotSubscribed
  11. | Ec2SubnetNotFound
  12. | Ec2SecurityGroupNotFound
  13. | KmsGrantRevoked
  14. | KmsKeyNotFound
  15. | KmsKeyMarkedForDeletion
  16. | KmsKeyDisabled
  17. | StsRegionalEndpointDisabled
  18. | UnsupportedVersion
  19. | Other
  20. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t