Class: Aws::WellArchitected::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::WellArchitected::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-wellarchitected/types.rb
Overview
The user has reached their resource quota.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#quota_code ⇒ String
Service Quotas requirement to identify originating quota.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
Service Quotas requirement to identify originating service.
Instance Attribute Details
#message ⇒ String
Description of the error.
5316 5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5316 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service Quotas requirement to identify originating quota.
5316 5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5316 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
5316 5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5316 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
5316 5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5316 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service Quotas requirement to identify originating service.
5316 5317 5318 5319 5320 5321 5322 5323 5324 |
# File 'lib/aws-sdk-wellarchitected/types.rb', line 5316 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |