Class: Aws::MigrationHub::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHub::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhub/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the exception.
-
#retry_after_seconds ⇒ Integer
The number of seconds the caller should wait before retrying.
Instance Attribute Details
#message ⇒ String
A message that provides information about the exception.
1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 1008 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.
1008 1009 1010 1011 1012 1013 |
# File 'lib/aws-sdk-migrationhub/types.rb', line 1008 class ThrottlingException < Struct.new( :message, :retry_after_seconds) SENSITIVE = [] include Aws::Structure end |