AWSCognitoIdentityProviderMessageActionType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderMessageActionType) {
    AWSCognitoIdentityProviderMessageActionTypeUnknown,
    AWSCognitoIdentityProviderMessageActionTypeResend,
    AWSCognitoIdentityProviderMessageActionTypeSuppress,
}

Swift

enum AWSCognitoIdentityProviderMessageActionType : Int, @unchecked Sendable

Undocumented