Class: Aws::ManagedGrafana::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ManagedGrafana::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-managedgrafana/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.
1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1470 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
The ID of the service quota that was exceeded.
1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1470 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The ID of the resource that is associated with the error.
1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1470 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource that is associated with the error.
1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1470 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The value of a parameter in the request caused an error.
1470 1471 1472 1473 1474 1475 1476 1477 1478 |
# File 'gems/aws-sdk-managedgrafana/lib/aws-sdk-managedgrafana/types.rb', line 1470 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |