AWSCognitoIdentityProviderCompromisedCredentialsEventActionType

Objective-C

NS_ENUM(NSInteger, AWSCognitoIdentityProviderCompromisedCredentialsEventActionType) {
    AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeUnknown,
    AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeBlock,
    AWSCognitoIdentityProviderCompromisedCredentialsEventActionTypeNoAction,
}

Swift

enum AWSCognitoIdentityProviderCompromisedCredentialsEventActionType : Int, @unchecked Sendable

Undocumented