Class: Aws::Signer::Errors::ThrottlingException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::Signer::Errors::ThrottlingException
 
 
- Defined in:
 - lib/aws-sdk-signer/errors.rb
 
Instance Method Summary collapse
- #code ⇒ String
 - 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ThrottlingException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ThrottlingException.
 - #message ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
      192 193 194  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 192 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#code ⇒ String
      202 203 204  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 202 def code @code || @data[:code] end  | 
  
#message ⇒ String
      197 198 199  | 
    
      # File 'lib/aws-sdk-signer/errors.rb', line 197 def @message || @data[:message] end  |