PinpointEmailErrorType
public enum PinpointEmailErrorType : AWSErrorType
extension PinpointEmailErrorType : CustomStringConvertible
Error enum for PinpointEmail
-
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 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 }