AWSCognitoIdentityProviderMessageActionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderMessageActionType) {
AWSCognitoIdentityProviderMessageActionTypeUnknown,
AWSCognitoIdentityProviderMessageActionTypeResend,
AWSCognitoIdentityProviderMessageActionTypeSuppress,
}
Swift
enum AWSCognitoIdentityProviderMessageActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeUnknownSwift
case unknown = 0 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeResendSwift
case resend = 1 -
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeSuppressSwift
case suppress = 2
View on GitHub
Install in Dash
AWSCognitoIdentityProviderMessageActionType Enumeration Reference