AWSSESInvocationType
Objective-C
NS_ENUM(NSInteger, AWSSESInvocationType) {
AWSSESInvocationTypeUnknown,
AWSSESInvocationTypeEvent,
AWSSESInvocationTypeRequestResponse,
}
Swift
enum AWSSESInvocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeEvent
Swift
case event = 1
-
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeRequestResponse
Swift
case requestResponse = 2