Class: Aws::Neptunedata::Types::QueryTooLargeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::QueryTooLargeException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Raised when the body of a query is too large.
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 is too large.
Instance Attribute Details
#code ⇒ String
The HTTP status code returned with the exception.
2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2795 class QueryTooLargeException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#detailed_message ⇒ String
A detailed message describing the problem.
2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2795 class QueryTooLargeException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The ID of the request that is too large.
2795 2796 2797 2798 2799 2800 2801 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 2795 class QueryTooLargeException < Struct.new( :detailed_message, :request_id, :code) SENSITIVE = [] include Aws::Structure end |