Module Values.LastUpdateStatusReasonCodeSource

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