AWSCognitoIdentityProviderMessageActionType
Objective-C
NS_ENUM(NSInteger, AWSCognitoIdentityProviderMessageActionType) {
AWSCognitoIdentityProviderMessageActionTypeUnknown,
AWSCognitoIdentityProviderMessageActionTypeResend,
AWSCognitoIdentityProviderMessageActionTypeSuppress,
}
Swift
enum AWSCognitoIdentityProviderMessageActionType : Int, @unchecked Sendable
Undocumented
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeUnknown
Swift
case unknown = 0
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeResend
Swift
case resend = 1
-
Undocumented
Declaration
Objective-C
AWSCognitoIdentityProviderMessageActionTypeSuppress
Swift
case suppress = 2