CloudWatchLogs / Client / delete_scheduled_query

delete_scheduled_query

CloudWatchLogs.Client.delete_scheduled_query(**kwargs)

Deletes an existing scheduled query and all its associated configurations. This operation permanently removes the scheduled query and cannot be undone.

See also: AWS API Documentation

Request Syntax

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

identifier (string) –

[REQUIRED]

The name or ARN of the scheduled query to delete.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • CloudWatchLogs.Client.exceptions.ValidationException

  • CloudWatchLogs.Client.exceptions.AccessDeniedException

  • CloudWatchLogs.Client.exceptions.ResourceNotFoundException

  • CloudWatchLogs.Client.exceptions.ThrottlingException

  • CloudWatchLogs.Client.exceptions.InternalServerException