NeptuneGraph / Client / cancel_query
cancel_query#
- NeptuneGraph.Client.cancel_query(**kwargs)#
Cancels a specified query.
See also: AWS API Documentation
Request Syntax
response = client.cancel_query( graphIdentifier='string', queryId='string' )
- Parameters:
graphIdentifier (string) –
[REQUIRED]
The unique identifier of the Neptune Analytics graph.
queryId (string) –
[REQUIRED]
The unique identifier of the query to cancel.
- Returns:
None
Exceptions
NeptuneGraph.Client.exceptions.ThrottlingException
NeptuneGraph.Client.exceptions.ValidationException
NeptuneGraph.Client.exceptions.AccessDeniedException
NeptuneGraph.Client.exceptions.InternalServerException
NeptuneGraph.Client.exceptions.ResourceNotFoundException