Class: Aws::ResilienceHub::Types::ThrottlingException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResilienceHub::Types::ThrottlingException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resiliencehub/types.rb
 
Overview
This exception occurs when you have exceeded the limit on the number of requests per second.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- #message ⇒ String
 - 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The number of seconds to wait before retrying the operation.
 
Instance Attribute Details
#message ⇒ String
      6400 6401 6402 6403 6404 6405  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 6400 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  | 
  
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying the operation.
      6400 6401 6402 6403 6404 6405  | 
    
      # File 'lib/aws-sdk-resiliencehub/types.rb', line 6400 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end  |