Class: Aws::Firehose::Errors::InvalidKMSResourceException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Firehose::Errors::InvalidKMSResourceException
 
 
- Defined in:
 - lib/aws-sdk-firehose/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InvalidKMSResourceException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InvalidKMSResourceException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InvalidKMSResourceException
Returns a new instance of InvalidKMSResourceException.
      80 81 82  | 
    
      # File 'lib/aws-sdk-firehose/errors.rb', line 80 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      85 86 87  | 
    
      # File 'lib/aws-sdk-firehose/errors.rb', line 85 def code @code || @data[:code] end  | 
  
#message ⇒ String
      90 91 92  | 
    
      # File 'lib/aws-sdk-firehose/errors.rb', line 90 def @message || @data[:message] end  |