Class: Aws::LexModelsV2::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::LexModelsV2::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-lexmodelsv2/types.rb
 
Overview
Your request rate is too high. Reduce the frequency of requests.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of seconds after which the user can invoke the API again.
 
Instance Attribute Details
#message ⇒ String
      14103 14104 14105 14106 14107 14108  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14103 class ThrottlingException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_after_seconds ⇒ Integer
The number of seconds after which the user can invoke the API again.
      14103 14104 14105 14106 14107 14108  | 
    
      # File 'lib/aws-sdk-lexmodelsv2/types.rb', line 14103 class ThrottlingException < Struct.new( :retry_after_seconds, :message) SENSITIVE = [] include Aws::Structure end  |