Class: Aws::Types::QueryCompileError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#locationTypes::QueryCompileErrorLocation

Returns the value of attribute location.



1947
1948
1949
# File 'sig/types.rbs', line 1947

def location
  @location
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1948
1949
1950
# File 'sig/types.rbs', line 1948

def message
  @message
end