AWSSESNotificationType

Objective-C

NS_ENUM(NSInteger, AWSSESNotificationType) {
    AWSSESNotificationTypeUnknown,
    AWSSESNotificationTypeBounce,
    AWSSESNotificationTypeComplaint,
    AWSSESNotificationTypeDelivery,
}

Swift

enum AWSSESNotificationType : Int, @unchecked Sendable

Undocumented