Class: Aws::ManagedGrafana::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-managedgrafana/types.rb
Overview
The request would cause a service quota to be exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A description of the error.
-
#quota_code ⇒ String
The ID of the service quota that was exceeded.
-
#resource_id ⇒ String
The ID of the resource that is associated with the error.
-
#resource_type ⇒ String
The type of the resource that is associated with the error.
-
#service_code ⇒ String
The value of a parameter in the request caused an error.
Instance Attribute Details
#message ⇒ String
A description of the error.
1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1464 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1464 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 that is associated with the error.
1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1464 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is associated with the error.
1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1464 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The value of a parameter in the request caused an error.
1464 1465 1466 1467 1468 1469 1470 1471 1472 |
# File 'lib/aws-sdk-managedgrafana/types.rb', line 1464 class ServiceQuotaExceededException < Struct.new( :message, :quota_code, :resource_id, :resource_type, :service_code) SENSITIVE = [] include Aws::Structure end |