Class: Aws::Types::GremlinQueryStatusAttributes

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

Instance Attribute Summary collapse

Instance Attribute Details

#attributesObject

Returns the value of attribute attributes.

Returns:



485
486
487
# File 'sig/types.rbs', line 485

def attributes
  @attributes
end

#code::Integer

Returns the value of attribute code.

Returns:



484
485
486
# File 'sig/types.rbs', line 484

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:



483
484
485
# File 'sig/types.rbs', line 483

def message
  @message
end