Class: Aws::Firehose::Errors::InvalidArgumentException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Firehose::Errors::InvalidArgumentException
 
 
- Defined in:
 - lib/aws-sdk-firehose/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidArgumentException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidArgumentException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidArgumentException
Returns a new instance of InvalidArgumentException.
      65 66 67  | 
    
      # File 'lib/aws-sdk-firehose/errors.rb', line 65 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      70 71 72  | 
    
      # File 'lib/aws-sdk-firehose/errors.rb', line 70 def @message || @data[:message] end  |