Class: Aws::CognitoIdentityProvider::Errors::UserImportInProgressException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CognitoIdentityProvider::Errors::UserImportInProgressException
 
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UserImportInProgressException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UserImportInProgressException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserImportInProgressException
Returns a new instance of UserImportInProgressException.
      669 670 671  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 669 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      674 675 676  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 674 def @message || @data[:message] end  |