Class: Aws::Neptunedata::Types::QueryLimitException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::QueryLimitException
- Defined in:
- gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb
Overview
Raised when the size of a query exceeds the system limit.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
The HTTP status code returned with the exception.
-
#detailed_message ⇒ String
A detailed message describing the problem.
-
#request_id ⇒ String
The ID of the request that exceeded the limit.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
2771 2772 2773 2774 2775 2776 2777 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2771 class QueryLimitException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
2771 2772 2773 2774 2775 2776 2777 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2771 class QueryLimitException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request that exceeded the limit.
2771 2772 2773 2774 2775 2776 2777 |
# File 'gems/aws-sdk-neptunedata/lib/aws-sdk-neptunedata/types.rb', line 2771 class QueryLimitException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |