AWSSESInvocationType
Objective-C
NS_ENUM(NSInteger, AWSSESInvocationType) {
AWSSESInvocationTypeUnknown,
AWSSESInvocationTypeEvent,
AWSSESInvocationTypeRequestResponse,
}
Swift
enum AWSSESInvocationType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeEventSwift
case event = 1 -
Undocumented
Declaration
Objective-C
AWSSESInvocationTypeRequestResponseSwift
case requestResponse = 2
View on GitHub
Install in Dash
AWSSESInvocationType Enumeration Reference