Class: Aws::CognitoIdentityProvider::Errors::UserNotFoundException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CognitoIdentityProvider::Errors::UserNotFoundException
 
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UserNotFoundException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UserNotFoundException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserNotFoundException
Returns a new instance of UserNotFoundException.
      714 715 716  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 714 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      719 720 721  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 719 def @message || @data[:message] end  |