AWSSESStopScope
Objective-C
NS_ENUM(NSInteger, AWSSESStopScope) {
AWSSESStopScopeUnknown,
AWSSESStopScopeRuleSet,
}
Swift
enum AWSSESStopScope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESStopScopeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSSESStopScopeRuleSetSwift
case ruleSet = 1
View on GitHub
Install in Dash
AWSSESStopScope Enumeration Reference