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
show all
Defined in:
(unknown)

Overview

Describes a query execution that failed to process.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code returned when the query execution failed to process, if applicable.

Returns:

  • (String)

    The error code returned when the query execution failed to process, if applicable.

#error_messageString

The error message returned when the query execution failed to process, if applicable.

Returns:

  • (String)

    The error message returned when the query execution failed to process, if applicable.

#query_execution_idString

The unique identifier of the query execution.

Returns:

  • (String)

    The unique identifier of the query execution.