Class: Aws::MigrationHubRefactorSpaces::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
Request was denied because the request was throttled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Service quota requirement to identify originating quota.
-
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
-
#service_code ⇒ String
Service quota requirement to identify originating service.
Instance Attribute Details
#message ⇒ String
2289 2290 2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quota requirement to identify originating quota. Reached throttling quota exception.
2289 2290 2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#retry_after_seconds ⇒ Integer
The number of seconds to wait before retrying.
2289 2290 2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service quota requirement to identify originating service. Reached throttling quota exception service code.
2289 2290 2291 2292 2293 2294 2295 2296 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2289 class ThrottlingException < Struct.new( :message, :quota_code, :retry_after_seconds, :service_code) SENSITIVE = [] include Aws::Structure end |