Class: Aws::NeptuneGraph::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::NeptuneGraph::Types::ServiceQuotaExceededException
- Defined in:
- gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb
Overview
A service quota was exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#quota_code ⇒ String
Service quota code of the resource for which quota was exceeded.
-
#resource_id ⇒ String
The identifier of the resource that exceeded quota.
-
#resource_type ⇒ String
The type of the resource that exceeded quota.
-
#service_code ⇒ String
The service code that exceeded quota.
Instance Attribute Details
#message ⇒ String
2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2302 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#quota_code ⇒ String
Service quota code of the resource for which quota was exceeded.
2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2302 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The identifier of the resource that exceeded quota.
2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2302 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 exceeded quota. Ex: Graph, Snapshot
2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2302 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |
#service_code ⇒ String
The service code that exceeded quota.
2302 2303 2304 2305 2306 2307 2308 2309 2310 |
# File 'gems/aws-sdk-neptunegraph/lib/aws-sdk-neptunegraph/types.rb', line 2302 class ServiceQuotaExceededException < Struct.new( :message, :resource_id, :resource_type, :service_code, :quota_code) SENSITIVE = [] include Aws::Structure end |