ConfigServiceErrorType
public enum ConfigServiceErrorType : AWSErrorType
extension ConfigServiceErrorType : CustomStringConvertible
Error enum for ConfigService
-
Undocumented
Declaration
Swift
case conformancePackTemplateValidationException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientDeliveryPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case insufficientPermissionsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidConfigurationRecorderNameException(message: String?)
-
Undocumented
Declaration
Swift
case invalidDeliveryChannelNameException(message: String?)
-
Undocumented
Declaration
Swift
case invalidExpressionException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLimitException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidParameterValueException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRecordingGroupException(message: String?)
-
Undocumented
Declaration
Swift
case invalidResultTokenException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRoleException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3KeyPrefixException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSNSTopicARNException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTimeRangeException(message: String?)
-
Undocumented
Declaration
Swift
case lastDeliveryChannelDeleteFailedException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxActiveResourcesExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfConfigRulesExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfConfigurationRecordersExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfConformancePacksExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfDeliveryChannelsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfOrganizationConfigRulesExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfOrganizationConformancePacksExceededException(message: String?)
-
Undocumented
Declaration
Swift
case maxNumberOfRetentionConfigurationsExceededException(message: String?)
-
Undocumented
Declaration
Swift
case noAvailableConfigurationRecorderException(message: String?)
-
Undocumented
Declaration
Swift
case noAvailableDeliveryChannelException(message: String?)
-
Undocumented
Declaration
Swift
case noAvailableOrganizationException(message: String?)
-
Undocumented
Declaration
Swift
case noRunningConfigurationRecorderException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchBucketException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchConfigRuleException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchConfigRuleInConformancePackException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchConfigurationAggregatorException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchConfigurationRecorderException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchConformancePackException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchDeliveryChannelException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchOrganizationConfigRuleException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchOrganizationConformancePackException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchRemediationConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchRemediationExceptionException(message: String?)
-
Undocumented
Declaration
Swift
case noSuchRetentionConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case organizationAccessDeniedException(message: String?)
-
Undocumented
Declaration
Swift
case organizationAllFeaturesNotEnabledException(message: String?)
-
Undocumented
Declaration
Swift
case organizationConformancePackTemplateValidationException(message: String?)
-
Undocumented
Declaration
Swift
case oversizedConfigurationItemException(message: String?)
-
Undocumented
Declaration
Swift
case remediationInProgressException(message: String?)
-
Undocumented
Declaration
Swift
case resourceInUseException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotDiscoveredException(message: String?)
-
Undocumented
Declaration
Swift
case resourceNotFoundException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyTagsException(message: String?)
-
Undocumented
Declaration
Swift
case validationException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }