Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMFANotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb

Overview

This exception is thrown when the software token time-based one-time password (TOTP) multi-factor authentication (MFA) isn't activated for the user pool.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


10874
10875
10876
10877
10878
# File 'gems/aws-sdk-cognitoidentityprovider/lib/aws-sdk-cognitoidentityprovider/types.rb', line 10874

class SoftwareTokenMFANotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end