AWSSESStopScope
Objective-C
NS_ENUM(NSInteger, AWSSESStopScope) {
AWSSESStopScopeUnknown,
AWSSESStopScopeRuleSet,
}
Swift
enum AWSSESStopScope : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSSESStopScopeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSSESStopScopeRuleSet
Swift
case ruleSet = 1