You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Athena::Types::UnprocessedQueryExecutionId
- Inherits:
-
Struct
- Object
- Struct
- Aws::Athena::Types::UnprocessedQueryExecutionId
- Defined in:
- (unknown)
Overview
Describes a query execution that failed to process.
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code returned when the query execution failed to process, if applicable.
-
#error_message ⇒ String
The error message returned when the query execution failed to process, if applicable.
-
#query_execution_id ⇒ String
The unique identifier of the query execution.
Instance Attribute Details
#error_code ⇒ String
The error code returned when the query execution failed to process, if applicable.
#error_message ⇒ String
The error message returned when the query execution failed to process, if applicable.
#query_execution_id ⇒ String
The unique identifier of the query execution.