AWSCognitoIdentityProviderEmailSendingAccountType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderEmailSendingAccountType) {
    AWSCognitoIdentityProviderEmailSendingAccountTypeUnknown,
    AWSCognitoIdentityProviderEmailSendingAccountTypeCognitoDefault,
    AWSCognitoIdentityProviderEmailSendingAccountTypeDeveloper,
}

Swift

enum AWSCognitoIdentityProviderEmailSendingAccountType : Int, @unchecked Sendable

Undocumented