Class: Aws::WellArchitected::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::WellArchitected::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-wellarchitected/types.rb
 
Overview
Request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Description of the error.
 - 
  
    
      #quota_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service Quotas requirement to identify originating quota.
 - 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service Quotas requirement to identify originating service.
 
Instance Attribute Details
#message ⇒ String
Description of the error.
      5531 5532 5533 5534 5535 5536 5537  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5531 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#quota_code ⇒ String
Service Quotas requirement to identify originating quota.
      5531 5532 5533 5534 5535 5536 5537  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5531 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#service_code ⇒ String
Service Quotas requirement to identify originating service.
      5531 5532 5533 5534 5535 5536 5537  | 
    
      # File 'lib/aws-sdk-wellarchitected/types.rb', line 5531 class ThrottlingException < Struct.new( :message, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end  |