package aws-autoscaling

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