SESV2ErrorType
public enum SESV2ErrorType : AWSErrorType
extension SESV2ErrorType : CustomStringConvertible
Error enum for SESV2
-
Undocumented
Declaration
Swift
case accountSuspendedException(message: String?)
-
Undocumented
Declaration
Swift
case alreadyExistsException(message: String?)
-
Undocumented
Declaration
Swift
case badRequestException(message: String?)
-
Undocumented
Declaration
Swift
case concurrentModificationException(message: String?)
-
Undocumented
Declaration
Swift
case conflictException(message: String?)
-
Undocumented
Declaration
Swift
case invalidNextTokenException(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 notFoundException(message: String?)
-
Undocumented
Declaration
Swift
case sendingPausedException(message: String?)
-
Undocumented
Declaration
Swift
case tooManyRequestsException(message: String?)
-
Undocumented
Declaration
Swift
public init?(errorCode: String, message: String?)
-
Declaration
Swift
public var description: String { get }