Class: Aws::Signer::Errors::InternalServiceErrorException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Signer::Errors::InternalServiceErrorException
 
 
- Defined in:
 - lib/aws-sdk-signer/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ InternalServiceErrorException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of InternalServiceErrorException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ InternalServiceErrorException
Returns a new instance of InternalServiceErrorException.
      112 113 114  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 112 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      122 123 124  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 122 def code @code || @data[:code] end  | 
  
#message ⇒ String
      117 118 119  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 117 def @message || @data[:message] end  |