Module Aws_cloudwatch.Errors_internal

type t =
| AuthFailure
| Blocked
| ConcurrentModificationException
| DryRunOperation
| IdempotentParameterMismatch
| IncompleteSignature
| InternalFailure
| InternalServiceError
| InvalidAction
| InvalidClientTokenId
| InvalidFormat
| InvalidNextToken
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterInput
| InvalidParameterValue
| InvalidQueryParameter
| LimitExceeded
| LimitExceededException
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| OptInRequired
| PendingVerification
| RequestExpired
| RequestLimitExceeded
| ResourceNotFound
| ResourceNotFoundException
| ServiceUnavailable
| Throttling
| UnauthorizedOperation
| UnknownParameter
| UnsupportedProtocol
| ValidationError
| Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option