Athena / Client / stop_query_execution

stop_query_execution#

Athena.Client.stop_query_execution(**kwargs)#

Stops a query execution. Requires you to have access to the workgroup in which the query ran.

See also: AWS API Documentation

Request Syntax

response = client.stop_query_execution(
    QueryExecutionId='string'
)
Parameters:

QueryExecutionId (string) –

[REQUIRED]

The unique ID of the query execution to stop.

This field is autopopulated if not provided.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions