Class: Aws::CognitoIdentityProvider::Types::SoftwareTokenMFANotFoundException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::CognitoIdentityProvider::Types::SoftwareTokenMFANotFoundException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
#message ⇒ String
      10309 10310 10311 10312 10313  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/types.rb', line 10309 class SoftwareTokenMFANotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |