Module Aws_rds.Errors_internal

type t =
| AuthFailure
| AuthorizationAlreadyExists
| AuthorizationNotFound
| AuthorizationQuotaExceeded
| BackupPolicyNotFoundFault
| Blocked
| CertificateNotFound
| CustomAvailabilityZoneAlreadyExists
| CustomAvailabilityZoneNotFound
| CustomAvailabilityZoneQuotaExceeded
| DBClusterAlreadyExistsFault
| DBClusterBacktrackNotFoundFault
| DBClusterEndpointAlreadyExistsFault
| DBClusterEndpointNotFoundFault
| DBClusterEndpointQuotaExceededFault
| DBClusterNotFoundFault
| DBClusterParameterGroupNotFound
| DBClusterQuotaExceededFault
| DBClusterRoleAlreadyExists
| DBClusterRoleNotFound
| DBClusterRoleQuotaExceeded
| DBClusterSnapshotAlreadyExistsFault
| DBClusterSnapshotNotFoundFault
| DBInstanceAlreadyExists
| DBInstanceAutomatedBackupNotFound
| DBInstanceAutomatedBackupQuotaExceeded
| DBInstanceNotFound
| DBInstanceRoleAlreadyExists
| DBInstanceRoleNotFound
| DBInstanceRoleQuotaExceeded
| DBLogFileNotFoundFault
| DBParameterGroupAlreadyExists
| DBParameterGroupNotFound
| DBParameterGroupQuotaExceeded
| DBProxyNotFoundFault
| DBProxyQuotaExceededFault
| DBProxyTargetAlreadyRegisteredFault
| DBProxyTargetExistsFault
| DBProxyTargetGroupNotFoundFault
| DBProxyTargetNotFoundFault
| DBSecurityGroupAlreadyExists
| DBSecurityGroupNotFound
| DBSecurityGroupNotSupported
| DBSnapshotAlreadyExists
| DBSnapshotNotFound
| DBSubnetGroupAlreadyExists
| DBSubnetGroupDoesNotCoverEnoughAZs
| DBSubnetGroupNotAllowedFault
| DBSubnetGroupNotFoundFault
| DBSubnetGroupQuotaExceeded
| DBSubnetQuotaExceededFault
| DBUpgradeDependencyFailure
| DomainNotFoundFault
| DryRunOperation
| EventSubscriptionQuotaExceeded
| ExportTaskAlreadyExists
| ExportTaskNotFound
| GlobalClusterAlreadyExistsFault
| GlobalClusterNotFoundFault
| GlobalClusterQuotaExceededFault
| IamRoleMissingPermissions
| IamRoleNotFound
| IdempotentParameterMismatch
| IncompleteSignature
| InstallationMediaAlreadyExists
| InstallationMediaNotFound
| InstanceQuotaExceeded
| InsufficientAvailableIPsInSubnetFault
| InsufficientDBClusterCapacityFault
| InsufficientDBInstanceCapacity
| InsufficientStorageClusterCapacity
| InternalFailure
| InvalidAction
| InvalidClientTokenId
| InvalidDBClusterCapacityFault
| InvalidDBClusterEndpointStateFault
| InvalidDBClusterSnapshotStateFault
| InvalidDBClusterStateFault
| InvalidDBInstanceAutomatedBackupState
| InvalidDBInstanceState
| InvalidDBParameterGroupState
| InvalidDBProxyStateFault
| InvalidDBSecurityGroupState
| InvalidDBSnapshotState
| InvalidDBSubnetGroupFault
| InvalidDBSubnetGroupStateFault
| InvalidDBSubnetStateFault
| InvalidEventSubscriptionState
| InvalidExportOnly
| InvalidExportSourceState
| InvalidExportTaskStateFault
| InvalidGlobalClusterStateFault
| InvalidOptionGroupStateFault
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterValue
| InvalidQueryParameter
| InvalidRestoreFault
| InvalidS3BucketFault
| InvalidSubnet
| InvalidVPCNetworkStateFault
| KMSKeyNotAccessibleFault
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| OptInRequired
| OptionGroupAlreadyExistsFault
| OptionGroupNotFoundFault
| OptionGroupQuotaExceededFault
| PendingVerification
| PointInTimeRestoreNotEnabled
| ProvisionedIopsNotAvailableInAZFault
| QuotaExceeded_DBSecurityGroup
| RequestExpired
| RequestLimitExceeded
| ReservedDBInstanceAlreadyExists
| ReservedDBInstanceNotFound
| ReservedDBInstanceQuotaExceeded
| ReservedDBInstancesOfferingNotFound
| ResourceNotFoundFault
| SNSInvalidTopic
| SNSNoAuthorization
| SNSTopicArnNotFound
| ServiceUnavailable
| SharedSnapshotQuotaExceeded
| SnapshotQuotaExceeded
| SourceNotFound
| StorageQuotaExceeded
| StorageTypeNotSupported
| SubnetAlreadyInUse
| SubscriptionAlreadyExist
| SubscriptionCategoryNotFound
| SubscriptionNotFound
| Throttling
| 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