Class: Aws::MigrationHubStrategyRecommendations::Types::ThrottlingException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ThrottlingException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The request was denied due to request throttling.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2365 2366 2367 2368 2369 |
# File 'lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2365 class ThrottlingException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |