Class: Aws::Neptunedata::Types::GremlinQueryStatusAttributes
- Inherits:
-
Struct
- Object
- Struct
- Aws::Neptunedata::Types::GremlinQueryStatusAttributes
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-neptunedata/types.rb
Overview
Contains status components of a Gremlin query.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#attributes ⇒ Hash, ...
Attributes of the Gremlin query status.
-
#code ⇒ Integer
The HTTP response code returned fro the Gremlin query request..
-
#message ⇒ String
The status message.
Instance Attribute Details
#attributes ⇒ Hash, ...
Attributes of the Gremlin query status.
1757 1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1757 class GremlinQueryStatusAttributes < Struct.new( :message, :code, :attributes) SENSITIVE = [] include Aws::Structure end |
#code ⇒ Integer
The HTTP response code returned fro the Gremlin query request..
1757 1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1757 class GremlinQueryStatusAttributes < Struct.new( :message, :code, :attributes) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The status message.
1757 1758 1759 1760 1761 1762 1763 |
# File 'lib/aws-sdk-neptunedata/types.rb', line 1757 class GremlinQueryStatusAttributes < Struct.new( :message, :code, :attributes) SENSITIVE = [] include Aws::Structure end |