Class: Aws::AppTest::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppTest::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-apptest/types.rb
Overview
One or more quotas for AWS Application Testing exceeds the limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quote codes of AWS Application Testing that exceeded the limit.
-
#resource_id ⇒ String
The resource ID of AWS Application Testing that exceeded the limit.
-
#resource_type ⇒ String
The resource type of AWS Application Testing that exceeded the limit.
-
#service_code ⇒ String
The service code of AWS Application Testing that exceeded the limit.
Instance Attribute Details
#message ⇒ String
2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-apptest/types.rb', line 2297 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quote codes of AWS Application Testing that exceeded the limit.
2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-apptest/types.rb', line 2297 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The resource ID of AWS Application Testing that exceeded the limit.
2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-apptest/types.rb', line 2297 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The resource type of AWS Application Testing that exceeded the limit.
2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-apptest/types.rb', line 2297 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code of AWS Application Testing that exceeded the limit.
2297 2298 2299 2300 2301 2302 2303 2304 2305 |
# File 'lib/aws-sdk-apptest/types.rb', line 2297 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |