delete_prepared_statement
(**kwargs)¶Deletes the prepared statement with the specified name from the specified workgroup.
See also: AWS API Documentation
Request Syntax
response = client.delete_prepared_statement(
StatementName='string',
WorkGroup='string'
)
[REQUIRED]
The name of the prepared statement to delete.
[REQUIRED]
The workgroup to which the statement to be deleted belongs.
dict
Response Syntax
{}
Response Structure
Exceptions
Athena.Client.exceptions.InternalServerException
Athena.Client.exceptions.InvalidRequestException
Athena.Client.exceptions.ResourceNotFoundException