Class: Aws::LookoutMetrics::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::LookoutMetrics::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-lookoutmetrics/types.rb
Overview
The request exceeded the service’s quotas. Check the service quotas and try again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#quota_code ⇒ String
The quota code.
-
#resource_id ⇒ String
The ID of the resource.
-
#resource_type ⇒ String
The type of the resource.
-
#service_code ⇒ String
The service code.
Instance Attribute Details
#message ⇒ String
2544 2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2544 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The quota code.
2544 2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2544 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource.
2544 2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2544 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource.
2544 2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2544 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code.
2544 2545 2546 2547 2548 2549 2550 2551 2552 |
# File 'lib/aws-sdk-lookoutmetrics/types.rb', line 2544 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :quota_code, :service_code) SENSITIVE = [] include Aws::Structure end |