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
AWSSESBounceTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeDoesNotExist
Swift
case doesNotExist = 1
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeMessageTooLarge
Swift
case messageTooLarge = 2
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeExceededQuota
Swift
case exceededQuota = 3
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeContentRejected
Swift
case contentRejected = 4
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeUndefined
Swift
case undefined = 5
-
Undocumented
Declaration
Objective-C
AWSSESBounceTypeTemporaryFailure
Swift
case temporaryFailure = 6