Class: Aws::DataExchange::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::DataExchange::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-dataexchange/types.rb
 
Overview
The limit on the number of requests per second was exceeded.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The limit on the number of requests per second was exceeded.
 
Instance Attribute Details
#message ⇒ String
The limit on the number of requests per second was exceeded.
      3950 3951 3952 3953 3954  | 
    
      # File 'lib/aws-sdk-dataexchange/types.rb', line 3950 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |