Module Aws_cloudformation.Errors_internal

type t =
| AlreadyExistsException
| AuthFailure
| Blocked
| CFNRegistryException
| ChangeSetNotFound
| ConditionalCheckFailed
| CreatedButModifiedException
| DryRunOperation
| IdempotentParameterMismatch
| IncompleteSignature
| InsufficientCapabilitiesException
| InternalFailure
| InvalidAction
| InvalidChangeSetStatus
| InvalidClientTokenId
| InvalidOperationException
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterValue
| InvalidQueryParameter
| InvalidStateTransition
| LimitExceededException
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| NameAlreadyExistsException
| OperationIdAlreadyExistsException
| OperationInProgressException
| OperationNotFoundException
| OptInRequired
| PendingVerification
| RequestExpired
| RequestLimitExceeded
| ServiceUnavailable
| StackInstanceNotFoundException
| StackSetNotEmptyException
| StackSetNotFoundException
| StaleRequestException
| Throttling
| TokenAlreadyExistsException
| TypeNotFoundException
| 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