SESErrorType
public enum SESErrorType : AWSErrorType
extension SESErrorType : CustomStringConvertible
Error enum for SES
-
Undocumented
Declaration
Swift
case accountSendingPausedException(message: String?)
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case cannotDeleteException(message: String?)
-
Undocumented
Declaration
Swift
case configurationSetAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case configurationSetDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case configurationSetSendingPausedException(message: String?)
-
Undocumented
Declaration
Swift
case customVerificationEmailInvalidContentException(message: String?)
-
Undocumented
Declaration
Swift
case customVerificationEmailTemplateAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case customVerificationEmailTemplateDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case eventDestinationAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case eventDestinationDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case fromEmailAddressNotVerifiedException(message: String?)
-
Undocumented
Declaration
Swift
case invalidCloudWatchDestinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidConfigurationSetException(message: String?)
-
Undocumented
Declaration
Swift
case invalidDeliveryOptionsException(message: String?)
-
Undocumented
Declaration
Swift
case invalidFirehoseDestinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidLambdaFunctionException(message: String?)
-
Undocumented
Declaration
Swift
case invalidPolicyException(message: String?)
-
Undocumented
Declaration
Swift
case invalidRenderingParameterException(message: String?)
-
Undocumented
Declaration
Swift
case invalidS3ConfigurationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSNSDestinationException(message: String?)
-
Undocumented
Declaration
Swift
case invalidSnsTopicException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTemplateException(message: String?)
-
Undocumented
Declaration
Swift
case invalidTrackingOptionsException(message: String?)
-
Undocumented
Declaration
Swift
case limitExceededException(message: String?)
-
Undocumented
Declaration
Swift
case mailFromDomainNotVerifiedException(message: String?)
-
Undocumented
Declaration
Swift
case messageRejected(message: String?)
-
Undocumented
Declaration
Swift
case missingRenderingAttributeException(message: String?)
-
Undocumented
Declaration
Swift
case productionAccessNotGrantedException(message: String?)
-
Undocumented
Declaration
Swift
case ruleDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case ruleSetDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case templateDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
case trackingOptionsAlreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case trackingOptionsDoesNotExistException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }