Class: Aws::PrometheusService::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::PrometheusService::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-prometheusservice/types.rb
Overview
Completing the request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
Description of the error.
-
#quota_code ⇒ String
Service quotas code of the originating quota.
-
#resource_id ⇒ String
Identifier of the resource affected.
-
#resource_type ⇒ String
Type of the resource affected.
-
#service_code ⇒ String
Service quotas code for the originating service.
Instance Attribute Details
#message ⇒ String
Description of the error.
1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1579 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quotas code of the originating quota.
1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1579 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
Identifier of the resource affected.
1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1579 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
Type of the resource affected.
1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1579 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
Service quotas code for the originating service.
1579 1580 1581 1582 1583 1584 1585 1586 1587 |
# File 'lib/aws-sdk-prometheusservice/types.rb', line 1579 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |