AWSSESStopScope

Objective-C

NS_ENUM(NSInteger, AWSSESStopScope) {
    AWSSESStopScopeUnknown,
    AWSSESStopScopeRuleSet,
}

Swift

enum AWSSESStopScope : Int, @unchecked Sendable

Undocumented