Class: Aws::MigrationHubConfig::Types::ThrottlingException
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MigrationHubConfig::Types::ThrottlingException
 
- Defined in:
- gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
- [] 
Instance Attribute Summary collapse
- 
  
    
      #message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
- 
  
    
      #retry_after_seconds  ⇒ Integer 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    The number of seconds the caller should wait before retrying. 
Instance Attribute Details
#message ⇒ String
| 282 283 284 285 286 287 | # File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 282 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end | 
#retry_after_seconds ⇒ Integer
The number of seconds the caller should wait before retrying.
| 282 283 284 285 286 287 | # File 'gems/aws-sdk-migrationhubconfig/lib/aws-sdk-migrationhubconfig/types.rb', line 282 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |