Module Aws_cloudtrail.Errors_internal

type t =
| AuthFailure
| Blocked
| CloudTrailARNInvalidException
| CloudTrailAccessNotEnabledException
| CloudWatchLogsDeliveryUnavailableException
| DryRunOperation
| IdempotentParameterMismatch
| IncompleteSignature
| InsightNotEnabledException
| InsufficientDependencyServiceAccessPermissionException
| InsufficientEncryptionPolicyException
| InsufficientS3BucketPolicyException
| InsufficientSnsTopicPolicyException
| InternalFailure
| InvalidAction
| InvalidClientTokenId
| InvalidCloudWatchLogsLogGroupArnException
| InvalidCloudWatchLogsRoleArnException
| InvalidEventCategoryException
| InvalidEventSelectorsException
| InvalidHomeRegionException
| InvalidInsightSelectorsException
| InvalidKmsKeyIdException
| InvalidLookupAttributesException
| InvalidMaxResultsException
| InvalidNextTokenException
| InvalidParameter
| InvalidParameterCombination
| InvalidParameterCombinationException
| InvalidParameterValue
| InvalidQueryParameter
| InvalidS3BucketNameException
| InvalidS3PrefixException
| InvalidSnsTopicNameException
| InvalidTagParameterException
| InvalidTimeRangeException
| InvalidTokenException
| InvalidTrailNameException
| KmsException
| KmsKeyDisabledException
| KmsKeyNotFoundException
| MalformedQueryString
| MaximumNumberOfTrailsExceededException
| MissingAction
| MissingAuthenticationToken
| MissingParameter
| NotOrganizationMasterAccountException
| OperationNotPermittedException
| OptInRequired
| OrganizationNotInAllFeaturesModeException
| OrganizationsNotInUseException
| PendingVerification
| RequestExpired
| RequestLimitExceeded
| ResourceNotFoundException
| ResourceTypeNotSupportedException
| S3BucketDoesNotExistException
| ServiceUnavailable
| TagsLimitExceededException
| Throttling
| TrailAlreadyExistsException
| TrailNotFoundException
| TrailNotProvidedException
| UnauthorizedOperation
| UnknownParameter
| UnsupportedOperationException
| 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