package aws-cloudwatch

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AuthFailure
  2. | Blocked
  3. | ConcurrentModificationException
  4. | DryRunOperation
  5. | IdempotentParameterMismatch
  6. | IncompleteSignature
  7. | InternalFailure
  8. | InternalServiceError
  9. | InvalidAction
  10. | InvalidClientTokenId
  11. | InvalidFormat
  12. | InvalidNextToken
  13. | InvalidParameter
  14. | InvalidParameterCombination
  15. | InvalidParameterInput
  16. | InvalidParameterValue
  17. | InvalidQueryParameter
  18. | LimitExceeded
  19. | LimitExceededException
  20. | MalformedQueryString
  21. | MissingAction
  22. | MissingAuthenticationToken
  23. | MissingParameter
  24. | OptInRequired
  25. | PendingVerification
  26. | RequestExpired
  27. | RequestLimitExceeded
  28. | ResourceNotFound
  29. | ResourceNotFoundException
  30. | ServiceUnavailable
  31. | Throttling
  32. | UnauthorizedOperation
  33. | UnknownParameter
  34. | UnsupportedProtocol
  35. | ValidationError
  36. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option