Module Aws_route53.Errors_internal

type t =
| AuthFailure
| Blocked
| ConcurrentModification
| ConflictingDomainExists
| ConflictingTypes
| DelegationSetAlreadyCreated
| DelegationSetAlreadyReusable
| DelegationSetInUse
| DelegationSetNotAvailable
| DelegationSetNotReusable
| DryRunOperation
| HealthCheckAlreadyExists
| HealthCheckInUse
| HealthCheckVersionMismatch
| HostedZoneAlreadyExists
| HostedZoneNotEmpty
| HostedZoneNotFound
| HostedZoneNotPrivate
| IdempotentParameterMismatch
| IncompatibleVersion
| IncompleteSignature
| InsufficientCloudWatchLogsResourcePolicy
| InternalFailure
| InvalidAction
| InvalidArgument
| InvalidChangeBatch
| InvalidClientTokenId
| InvalidDomainName
| InvalidInput
| InvalidPaginationToken
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterValue
| InvalidQueryParameter
| InvalidTrafficPolicyDocument
| InvalidVPCId
| LastVPCAssociation
| LimitsExceeded
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| NoSuchChange
| NoSuchCloudWatchLogsLogGroup
| NoSuchDelegationSet
| NoSuchGeoLocation
| NoSuchHealthCheck
| NoSuchHostedZone
| NoSuchQueryLoggingConfig
| NoSuchTrafficPolicy
| NoSuchTrafficPolicyInstance
| NotAuthorizedException
| OptInRequired
| PendingVerification
| PriorRequestNotComplete
| PublicZoneVPCAssociation
| QueryLoggingConfigAlreadyExists
| RequestExpired
| RequestLimitExceeded
| ServiceUnavailable
| Throttling
| ThrottlingException
| TooManyHealthChecks
| TooManyHostedZones
| TooManyTrafficPolicies
| TooManyTrafficPolicyInstances
| TooManyTrafficPolicyVersionsForCurrentPolicy
| TooManyVPCAssociationAuthorizations
| TrafficPolicyAlreadyExists
| TrafficPolicyInUse
| TrafficPolicyInstanceAlreadyExists
| UnauthorizedOperation
| UnknownParameter
| UnsupportedProtocol
| VPCAssociationAuthorizationNotFound
| VPCAssociationNotFound
| ValidationError
| Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option