CloudTrailErrorType
public enum CloudTrailErrorType : AWSErrorType
extension CloudTrailErrorType : CustomStringConvertible
Error enum for CloudTrail
-
Undocumented
Declaration
Swift
case cloudTrailARNInvalidException(message: String?)
-
Undocumented
Declaration
Swift
case cloudTrailAccessNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case cloudWatchLogsDeliveryUnavailableException(message: String?)
-
Undocumented
Declaration
Swift
case insightNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientDependencyServiceAccessPermissionException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientEncryptionPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientS3BucketPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientSnsTopicPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCloudWatchLogsLogGroupArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCloudWatchLogsRoleArnException(message: String?)
-
Undocumented
Declaration
Swift
case invalidEventCategoryException(message: String?)
-
Undocumented
Declaration
Swift
case invalidEventSelectorsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidHomeRegionException(message: String?)
-
Undocumented
Declaration
Swift
case invalidInsightSelectorsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidKmsKeyIdException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLookupAttributesException(message: String?)
-
Undocumented
Declaration
Swift
case invalidMaxResultsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterCombinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3BucketNameException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3PrefixException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSnsTopicNameException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTagParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTimeRangeException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTrailNameException(message: String?)
-
Undocumented
Declaration
Swift
case kmsException(message: String?)
-
Undocumented
Declaration
Swift
case kmsKeyDisabledException(message: String?)
-
Undocumented
Declaration
Swift
case kmsKeyNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case maximumNumberOfTrailsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case notOrganizationMasterAccountException(message: String?)
-
Undocumented
Declaration
Swift
case operationNotPermittedException(message: String?)
-
Undocumented
Declaration
Swift
case organizationNotInAllFeaturesModeException(message: String?)
-
Undocumented
Declaration
Swift
case organizationsNotInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case resourceTypeNotSupportedException(message: String?)
-
Undocumented
Declaration
Swift
case s3BucketDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case tagsLimitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case trailAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case trailNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case trailNotProvidedException(message: String?)
-
Undocumented
Declaration
Swift
case unsupportedOperationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }