CloudWatchLogs / Client / delete_subscription_filter

delete_subscription_filter#

CloudWatchLogs.Client.delete_subscription_filter(**kwargs)#

Deletes the specified subscription filter.

See also: AWS API Documentation

Request Syntax

response = client.delete_subscription_filter(
    logGroupName='string',
    filterName='string'
)
Parameters:
  • logGroupName (string) –

    [REQUIRED]

    The name of the log group.

  • filterName (string) –

    [REQUIRED]

    The name of the subscription filter.

Returns:

None

Exceptions

  • CloudWatchLogs.Client.exceptions.InvalidParameterException

  • CloudWatchLogs.Client.exceptions.ResourceNotFoundException

  • CloudWatchLogs.Client.exceptions.OperationAbortedException

  • CloudWatchLogs.Client.exceptions.ServiceUnavailableException