package aws-elasticache

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | APICallRateForCustomerExceeded
  2. | AuthFailure
  3. | AuthorizationAlreadyExists
  4. | AuthorizationNotFound
  5. | Blocked
  6. | CacheClusterAlreadyExists
  7. | CacheClusterNotFound
  8. | CacheParameterGroupAlreadyExists
  9. | CacheParameterGroupNotFound
  10. | CacheParameterGroupQuotaExceeded
  11. | CacheSecurityGroupAlreadyExists
  12. | CacheSecurityGroupNotFound
  13. | CacheSubnetGroupAlreadyExists
  14. | CacheSubnetGroupInUse
  15. | CacheSubnetGroupNotFoundFault
  16. | CacheSubnetGroupQuotaExceeded
  17. | CacheSubnetQuotaExceededFault
  18. | ClusterQuotaForCustomerExceeded
  19. | DefaultUserAssociatedToUserGroup
  20. | DefaultUserRequired
  21. | DryRunOperation
  22. | DuplicateUserName
  23. | GlobalReplicationGroupAlreadyExistsFault
  24. | GlobalReplicationGroupNotFoundFault
  25. | IdempotentParameterMismatch
  26. | IncompleteSignature
  27. | InsufficientCacheClusterCapacity
  28. | InternalFailure
  29. | InvalidARN
  30. | InvalidAction
  31. | InvalidCacheClusterState
  32. | InvalidCacheParameterGroupState
  33. | InvalidCacheSecurityGroupState
  34. | InvalidClientTokenId
  35. | InvalidGlobalReplicationGroupState
  36. | InvalidKMSKeyFault
  37. | InvalidParameter
  38. | InvalidParameterCombination
  39. | InvalidParameterValue
  40. | InvalidQueryParameter
  41. | InvalidReplicationGroupState
  42. | InvalidSnapshotState
  43. | InvalidSubnet
  44. | InvalidUserGroupState
  45. | InvalidUserState
  46. | InvalidVPCNetworkStateFault
  47. | MalformedQueryString
  48. | MissingAction
  49. | MissingAuthenticationToken
  50. | MissingParameter
  51. | NoOperationFault
  52. | NodeGroupNotFoundFault
  53. | NodeGroupsPerReplicationGroupQuotaExceeded
  54. | NodeQuotaForClusterExceeded
  55. | NodeQuotaForCustomerExceeded
  56. | OptInRequired
  57. | PendingVerification
  58. | QuotaExceeded_CacheSecurityGroup
  59. | ReplicationGroupAlreadyExists
  60. | ReplicationGroupAlreadyUnderMigrationFault
  61. | ReplicationGroupNotFoundFault
  62. | ReplicationGroupNotUnderMigrationFault
  63. | RequestExpired
  64. | RequestLimitExceeded
  65. | ReservedCacheNodeAlreadyExists
  66. | ReservedCacheNodeNotFound
  67. | ReservedCacheNodeQuotaExceeded
  68. | ReservedCacheNodesOfferingNotFound
  69. | ServiceLinkedRoleNotFoundFault
  70. | ServiceUnavailable
  71. | ServiceUpdateNotFoundFault
  72. | SnapshotAlreadyExistsFault
  73. | SnapshotFeatureNotSupportedFault
  74. | SnapshotNotFoundFault
  75. | SnapshotQuotaExceededFault
  76. | SubnetInUse
  77. | SubnetNotAllowedFault
  78. | TagNotFound
  79. | TagQuotaPerResourceExceeded
  80. | TestFailoverNotAvailableFault
  81. | Throttling
  82. | UnauthorizedOperation
  83. | UnknownParameter
  84. | UnsupportedProtocol
  85. | UserAlreadyExists
  86. | UserGroupAlreadyExists
  87. | UserGroupNotFound
  88. | UserGroupQuotaExceeded
  89. | UserNotFound
  90. | UserQuotaExceeded
  91. | ValidationError
  92. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option