Class: Aws::Types::UnprocessedQueryExecutionId
- Inherits:
-
Object
- Object
- Aws::Types::UnprocessedQueryExecutionId
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1277 1278 1279 |
# File 'sig/types.rbs', line 1277 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1278 1279 1280 |
# File 'sig/types.rbs', line 1278 def end |
#query_execution_id ⇒ ::String
Returns the value of attribute query_execution_id.
1276 1277 1278 |
# File 'sig/types.rbs', line 1276 def query_execution_id @query_execution_id end |