Class: Aws::Types::QueryCompileError
- Inherits:
-
Object
- Object
- Aws::Types::QueryCompileError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#location ⇒ Types::QueryCompileErrorLocation
Returns the value of attribute location.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#location ⇒ Types::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.
1950 1951 1952 |
# File 'sig/types.rbs', line 1950 def @message end |