Module Values.StateReasonCodeSource

Sourcetype nonrec t =
  1. | Idle
  2. | Creating
  3. | Restoring
  4. | EniLimitExceeded
  5. | InsufficientRolePermissions
  6. | InvalidConfiguration
  7. | InternalError
  8. | SubnetOutOfIPAddresses
  9. | InvalidSubnet
  10. | InvalidSecurityGroup
  11. | ImageDeleted
  12. | ImageAccessDenied
  13. | InvalidImage
  14. | KMSKeyAccessDenied
  15. | KMSKeyNotFound
  16. | InvalidStateKMSKey
  17. | DisabledKMSKey
  18. | EFSIOError
  19. | EFSMountConnectivityError
  20. | EFSMountFailure
  21. | EFSMountTimeout
  22. | InvalidRuntime
  23. | InvalidZipFileException
  24. | FunctionError
  25. | DrainingDurableExecutions
  26. | VcpuLimitExceeded
  27. | CapacityProviderScalingLimitExceeded
  28. | InsufficientCapacity
  29. | EC2RequestLimitExceeded
  30. | FunctionError_InitTimeout
  31. | FunctionError_RuntimeInitError
  32. | FunctionError_ExtensionInitError
  33. | FunctionError_InvalidEntryPoint
  34. | FunctionError_InvalidWorkingDirectory
  35. | FunctionError_PermissionDenied
  36. | FunctionError_TooManyExtensions
  37. | FunctionError_InitResourceExhausted
  38. | DisallowedByVpcEncryptionControl
  39. | 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