Class: Aws::MigrationHubRefactorSpaces::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MigrationHubRefactorSpaces::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-migrationhubrefactorspaces/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
Service quota requirement to identify originating quota.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of resource.
-
#service_code ⇒ String
Service quota requirement to identify originating service.
Instance Attribute Details
#message ⇒ String
2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2143 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quota requirement to identify originating quota. Reached throttling quota exception.
2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2143 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2143 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of resource.
2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2143 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service quota requirement to identify originating service. Reached throttling quota exception service code.
2143 2144 2145 2146 2147 2148 2149 2150 2151 |
# File 'lib/aws-sdk-migrationhubrefactorspaces/types.rb', line 2143 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |