package aws-cloudformation

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AlreadyExistsException
  2. | AuthFailure
  3. | Blocked
  4. | CFNRegistryException
  5. | ChangeSetNotFound
  6. | ConditionalCheckFailed
  7. | CreatedButModifiedException
  8. | DryRunOperation
  9. | IdempotentParameterMismatch
  10. | IncompleteSignature
  11. | InsufficientCapabilitiesException
  12. | InternalFailure
  13. | InvalidAction
  14. | InvalidChangeSetStatus
  15. | InvalidClientTokenId
  16. | InvalidOperationException
  17. | InvalidParameter
  18. | InvalidParameterCombination
  19. | InvalidParameterValue
  20. | InvalidQueryParameter
  21. | InvalidStateTransition
  22. | LimitExceededException
  23. | MalformedQueryString
  24. | MissingAction
  25. | MissingAuthenticationToken
  26. | MissingParameter
  27. | NameAlreadyExistsException
  28. | OperationIdAlreadyExistsException
  29. | OperationInProgressException
  30. | OperationNotFoundException
  31. | OptInRequired
  32. | PendingVerification
  33. | RequestExpired
  34. | RequestLimitExceeded
  35. | ServiceUnavailable
  36. | StackInstanceNotFoundException
  37. | StackSetNotEmptyException
  38. | StackSetNotFoundException
  39. | StaleRequestException
  40. | Throttling
  41. | TokenAlreadyExistsException
  42. | TypeNotFoundException
  43. | UnauthorizedOperation
  44. | UnknownParameter
  45. | UnsupportedProtocol
  46. | ValidationError
  47. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option