Module Aws_elasticache.Errors_internal

type t =
| APICallRateForCustomerExceeded
| AuthFailure
| AuthorizationAlreadyExists
| AuthorizationNotFound
| Blocked
| CacheClusterAlreadyExists
| CacheClusterNotFound
| CacheParameterGroupAlreadyExists
| CacheParameterGroupNotFound
| CacheParameterGroupQuotaExceeded
| CacheSecurityGroupAlreadyExists
| CacheSecurityGroupNotFound
| CacheSubnetGroupAlreadyExists
| CacheSubnetGroupInUse
| CacheSubnetGroupNotFoundFault
| CacheSubnetGroupQuotaExceeded
| CacheSubnetQuotaExceededFault
| ClusterQuotaForCustomerExceeded
| DefaultUserAssociatedToUserGroup
| DefaultUserRequired
| DryRunOperation
| DuplicateUserName
| GlobalReplicationGroupAlreadyExistsFault
| GlobalReplicationGroupNotFoundFault
| IdempotentParameterMismatch
| IncompleteSignature
| InsufficientCacheClusterCapacity
| InternalFailure
| InvalidARN
| InvalidAction
| InvalidCacheClusterState
| InvalidCacheParameterGroupState
| InvalidCacheSecurityGroupState
| InvalidClientTokenId
| InvalidGlobalReplicationGroupState
| InvalidKMSKeyFault
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterValue
| InvalidQueryParameter
| InvalidReplicationGroupState
| InvalidSnapshotState
| InvalidSubnet
| InvalidUserGroupState
| InvalidUserState
| InvalidVPCNetworkStateFault
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| NoOperationFault
| NodeGroupNotFoundFault
| NodeGroupsPerReplicationGroupQuotaExceeded
| NodeQuotaForClusterExceeded
| NodeQuotaForCustomerExceeded
| OptInRequired
| PendingVerification
| QuotaExceeded_CacheSecurityGroup
| ReplicationGroupAlreadyExists
| ReplicationGroupAlreadyUnderMigrationFault
| ReplicationGroupNotFoundFault
| ReplicationGroupNotUnderMigrationFault
| RequestExpired
| RequestLimitExceeded
| ReservedCacheNodeAlreadyExists
| ReservedCacheNodeNotFound
| ReservedCacheNodeQuotaExceeded
| ReservedCacheNodesOfferingNotFound
| ServiceLinkedRoleNotFoundFault
| ServiceUnavailable
| ServiceUpdateNotFoundFault
| SnapshotAlreadyExistsFault
| SnapshotFeatureNotSupportedFault
| SnapshotNotFoundFault
| SnapshotQuotaExceededFault
| SubnetInUse
| SubnetNotAllowedFault
| TagNotFound
| TagQuotaPerResourceExceeded
| TestFailoverNotAvailableFault
| Throttling
| UnauthorizedOperation
| UnknownParameter
| UnsupportedProtocol
| UserAlreadyExists
| UserGroupAlreadyExists
| UserGroupNotFound
| UserGroupQuotaExceeded
| UserNotFound
| UserQuotaExceeded
| ValidationError
| Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option