TimestreamQuery / Client / delete_scheduled_query

delete_scheduled_query#

TimestreamQuery.Client.delete_scheduled_query(**kwargs)#

Deletes a given scheduled query. This is an irreversible operation.

See also: AWS API Documentation

Request Syntax

response = client.delete_scheduled_query(
    ScheduledQueryArn='string'
)
Parameters:

ScheduledQueryArn (string) –

[REQUIRED]

The ARN of the scheduled query.

Returns:

None

Exceptions

  • TimestreamQuery.Client.exceptions.AccessDeniedException

  • TimestreamQuery.Client.exceptions.InternalServerException

  • TimestreamQuery.Client.exceptions.ResourceNotFoundException

  • TimestreamQuery.Client.exceptions.ThrottlingException

  • TimestreamQuery.Client.exceptions.ValidationException

  • TimestreamQuery.Client.exceptions.InvalidEndpointException