Class: Aws::CognitoIdentityProvider::Errors::UserPoolAddOnNotEnabledException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::CognitoIdentityProvider::Errors::UserPoolAddOnNotEnabledException
 
 
- Defined in:
 - lib/aws-sdk-cognitoidentityprovider/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ UserPoolAddOnNotEnabledException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of UserPoolAddOnNotEnabledException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UserPoolAddOnNotEnabledException
Returns a new instance of UserPoolAddOnNotEnabledException.
      729 730 731  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 729 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      734 735 736  | 
    
      # File 'lib/aws-sdk-cognitoidentityprovider/errors.rb', line 734 def @message || @data[:message] end  |