AWSSESBounceType
Objective-C
NS_ENUM(NSInteger, AWSSESBounceType) {
AWSSESBounceTypeUnknown,
AWSSESBounceTypeDoesNotExist,
AWSSESBounceTypeMessageTooLarge,
AWSSESBounceTypeExceededQuota,
AWSSESBounceTypeContentRejected,
AWSSESBounceTypeUndefined,
AWSSESBounceTypeTemporaryFailure,
}
Swift
enum AWSSESBounceType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeDoesNotExistSwift
case doesNotExist = 1 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeMessageTooLargeSwift
case messageTooLarge = 2 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeExceededQuotaSwift
case exceededQuota = 3 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeContentRejectedSwift
case contentRejected = 4 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeUndefinedSwift
case undefined = 5 -
Undocumented
Declaration
Objective-C
AWSSESBounceTypeTemporaryFailureSwift
case temporaryFailure = 6
View on GitHub
Install in Dash
AWSSESBounceType Enumeration Reference