Class: Aws::SSMContacts::Errors::ThrottlingException
- Inherits:
 - 
      ServiceError
      
        
- Object
 - ServiceError
 - Aws::SSMContacts::Errors::ThrottlingException
 
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/errors.rb
 
Instance Method Summary collapse
- 
  
    
      #initialize(context, message, data = Aws::EmptyStructure.new)  ⇒ ThrottlingException 
    
    
  
  
  
    constructor
  
  
  
  
  
  
  
    
A new instance of ThrottlingException.
 - #message ⇒ String
 - #quota_code ⇒ String
 - #retry_after_seconds ⇒ String
 - #service_code ⇒ String
 
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ThrottlingException
Returns a new instance of ThrottlingException.
      190 191 192  | 
    
      # File 'lib/aws-sdk-ssmcontacts/errors.rb', line 190 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end  | 
  
Instance Method Details
#message ⇒ String
      195 196 197  | 
    
      # File 'lib/aws-sdk-ssmcontacts/errors.rb', line 195 def @message || @data[:message] end  | 
  
#quota_code ⇒ String
      200 201 202  | 
    
      # File 'lib/aws-sdk-ssmcontacts/errors.rb', line 200 def quota_code @data[:quota_code] end  | 
  
#retry_after_seconds ⇒ String
      210 211 212  | 
    
      # File 'lib/aws-sdk-ssmcontacts/errors.rb', line 210 def retry_after_seconds @data[:retry_after_seconds] end  | 
  
#service_code ⇒ String
      205 206 207  | 
    
      # File 'lib/aws-sdk-ssmcontacts/errors.rb', line 205 def service_code @data[:service_code] end  |