QueryExecutionStatus
class QueryExecutionStatus
The completion date, current state, submission time, and state change reason (if applicable) for the query execution.
Types
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.