Module Aws_elasticloadbalancing.Errors_internal

type t =
| AuthFailure
| Blocked
| CertificateNotFound
| DryRunOperation
| DuplicateListener
| DuplicateLoadBalancerName
| DuplicatePolicyName
| DuplicateTagKeys
| IdempotentParameterMismatch
| IncompleteSignature
| InternalFailure
| InvalidAction
| InvalidClientTokenId
| InvalidConfigurationRequest
| InvalidInstance
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterValue
| InvalidQueryParameter
| InvalidScheme
| InvalidSecurityGroup
| InvalidSubnet
| ListenerNotFound
| LoadBalancerAttributeNotFound
| LoadBalancerNotFound
| MalformedQueryString
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| OptInRequired
| PendingVerification
| PolicyNotFound
| PolicyTypeNotFound
| RequestExpired
| RequestLimitExceeded
| ServiceUnavailable
| SubnetNotFound
| Throttling
| TooManyLoadBalancers
| TooManyPolicies
| TooManyTags
| 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