Class: Aws::CognitoIdentityProvider::Errors::SoftwareTokenMFANotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CognitoIdentityProvider::Errors::SoftwareTokenMFANotFoundException
 
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ SoftwareTokenMFANotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of SoftwareTokenMFANotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ SoftwareTokenMFANotFoundException
Returns a new instance of SoftwareTokenMFANotFoundException.
      519 520 521  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 519 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      524 525 526  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 524 def @message || @data[:message] end  |