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.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def location @location end |
#message ⇒ ::String
Returns the value of attribute message.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def @message end |