QueryExecutionStatus

The completion date, current state, submission time, and state change reason (if applicable) for the query execution.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Provides information about an Athena query error.

Link copied to clipboard

The date and time that the query completed.

Link copied to clipboard

The state of query execution. QUEUED indicates that the query has been submitted to the service, and Athena will execute the query as soon as resources are available. RUNNING indicates that the query is in execution phase. SUCCEEDED indicates that the query completed without errors. FAILED indicates that the query experienced an error and did not complete processing. CANCELLED indicates that a user input interrupted query execution.

Link copied to clipboard

Further detail about the status of the query.

Link copied to clipboard

The date and time that the query was submitted.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String