package aws-route53

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | AuthFailure
  2. | Blocked
  3. | ConcurrentModification
  4. | ConflictingDomainExists
  5. | ConflictingTypes
  6. | DelegationSetAlreadyCreated
  7. | DelegationSetAlreadyReusable
  8. | DelegationSetInUse
  9. | DelegationSetNotAvailable
  10. | DelegationSetNotReusable
  11. | DryRunOperation
  12. | HealthCheckAlreadyExists
  13. | HealthCheckInUse
  14. | HealthCheckVersionMismatch
  15. | HostedZoneAlreadyExists
  16. | HostedZoneNotEmpty
  17. | HostedZoneNotFound
  18. | HostedZoneNotPrivate
  19. | IdempotentParameterMismatch
  20. | IncompatibleVersion
  21. | IncompleteSignature
  22. | InsufficientCloudWatchLogsResourcePolicy
  23. | InternalFailure
  24. | InvalidAction
  25. | InvalidArgument
  26. | InvalidChangeBatch
  27. | InvalidClientTokenId
  28. | InvalidDomainName
  29. | InvalidInput
  30. | InvalidPaginationToken
  31. | InvalidParameter
  32. | InvalidParameterCombination
  33. | InvalidParameterValue
  34. | InvalidQueryParameter
  35. | InvalidTrafficPolicyDocument
  36. | InvalidVPCId
  37. | LastVPCAssociation
  38. | LimitsExceeded
  39. | MalformedQueryString
  40. | MissingAction
  41. | MissingAuthenticationToken
  42. | MissingParameter
  43. | NoSuchChange
  44. | NoSuchCloudWatchLogsLogGroup
  45. | NoSuchDelegationSet
  46. | NoSuchGeoLocation
  47. | NoSuchHealthCheck
  48. | NoSuchHostedZone
  49. | NoSuchQueryLoggingConfig
  50. | NoSuchTrafficPolicy
  51. | NoSuchTrafficPolicyInstance
  52. | NotAuthorizedException
  53. | OptInRequired
  54. | PendingVerification
  55. | PriorRequestNotComplete
  56. | PublicZoneVPCAssociation
  57. | QueryLoggingConfigAlreadyExists
  58. | RequestExpired
  59. | RequestLimitExceeded
  60. | ServiceUnavailable
  61. | Throttling
  62. | ThrottlingException
  63. | TooManyHealthChecks
  64. | TooManyHostedZones
  65. | TooManyTrafficPolicies
  66. | TooManyTrafficPolicyInstances
  67. | TooManyTrafficPolicyVersionsForCurrentPolicy
  68. | TooManyVPCAssociationAuthorizations
  69. | TrafficPolicyAlreadyExists
  70. | TrafficPolicyInUse
  71. | TrafficPolicyInstanceAlreadyExists
  72. | UnauthorizedOperation
  73. | UnknownParameter
  74. | UnsupportedProtocol
  75. | VPCAssociationAuthorizationNotFound
  76. | VPCAssociationNotFound
  77. | ValidationError
  78. | Uninhabited
val common : t list
val to_http_code : t -> int option
val to_string : t -> string
val of_string : string -> t option