Class: Aws::ManagedBlockchainQuery::Types::ThrottlingException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::ManagedBlockchainQuery::Types::ThrottlingException
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedblockchainquery/types.rb
Overview
The request or operation couldn’t be performed because a service is throttling requests. The most common source of throttling errors is when you create resources that exceed your service limit for this resource type. Request a limit increase or delete unused resources, if possible.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The container for the exception message. 
- 
  
    
      #quota_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The container for the ‘quotaCode`. 
- 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The container of the ‘retryAfterSeconds` value. 
- 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The container for the ‘serviceCode`. 
Instance Attribute Details
#message ⇒ String
The container for the exception message.
| 1010 1011 1012 1013 1014 1015 1016 1017 | # File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1010 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end | 
#quota_code ⇒ String
The container for the ‘quotaCode`.
| 1010 1011 1012 1013 1014 1015 1016 1017 | # File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1010 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end | 
#retry_after_seconds ⇒ Integer
The container of the ‘retryAfterSeconds` value.
| 1010 1011 1012 1013 1014 1015 1016 1017 | # File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1010 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end | 
#service_code ⇒ String
The container for the ‘serviceCode`.
| 1010 1011 1012 1013 1014 1015 1016 1017 | # File 'lib/aws-sdk-managedblockchainquery/types.rb', line 1010 class ThrottlingException < Struct.new( :message, :service_code, :quota_code, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |