Class: Aws::MigrationHubStrategyRecommendations::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubStrategyRecommendations::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb
Overview
The AWS account has reached its quota of imports. Contact AWS Support to increase the quota for this account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2067 2068 2069 2070 2071 |
# File 'gems/aws-sdk-migrationhubstrategyrecommendations/lib/aws-sdk-migrationhubstrategyrecommendations/types.rb', line 2067 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |