Class: Aws::SSMContacts::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SSMContacts::Types::ThrottlingException
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-ssmcontacts/types.rb
 
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #quota_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service Quotas requirement to identify originating service.
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Advice to clients on when the call can be safely retried.
 - 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service Quotas requirement to identify originating quota.
 
Instance Attribute Details
#message ⇒ String
      2336 2337 2338 2339 2340 2341 2342 2343  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2336 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#quota_code ⇒ String
Service Quotas requirement to identify originating service
      2336 2337 2338 2339 2340 2341 2342 2343  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2336 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried
      2336 2337 2338 2339 2340 2341 2342 2343  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2336 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#service_code ⇒ String
Service Quotas requirement to identify originating quota
      2336 2337 2338 2339 2340 2341 2342 2343  | 
    
      # File 'lib/aws-sdk-ssmcontacts/types.rb', line 2336 class ThrottlingException < Struct.new( :message, :quota_code, :service_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  |