Class: Aws::PrometheusService::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::PrometheusService::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-prometheusservice/types.rb
 
Overview
The 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 code for the originating quota.
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Advice to clients on when the call can be safely retried.
 - 
  
    
      #service_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Service quotas code for the originating service.
 
Instance Attribute Details
#message ⇒ String
Description of the error.
      1655 1656 1657 1658 1659 1660 1661 1662  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1655 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#quota_code ⇒ String
Service quotas code for the originating quota.
      1655 1656 1657 1658 1659 1660 1661 1662  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1655 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_after_seconds ⇒ Integer
Advice to clients on when the call can be safely retried.
      1655 1656 1657 1658 1659 1660 1661 1662  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1655 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end  | 
  
#service_code ⇒ String
Service quotas code for the originating service.
      1655 1656 1657 1658 1659 1660 1661 1662  | 
    
      # File 'lib/aws-sdk-prometheusservice/types.rb', line 1655 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end  |