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.



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

def location
  @location
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1950
1951
1952
# File 'sig/types.rbs', line 1950

def message
  @message
end