cancel_export_task(**kwargs)¶Cancels the specified export task.
The task must be in the PENDING or RUNNING state.
See also: AWS API Documentation
Request Syntax
response = client.cancel_export_task(
taskId='string'
)
[REQUIRED]
The ID of the export task.
Exceptions
CloudWatchLogs.Client.exceptions.InvalidParameterExceptionCloudWatchLogs.Client.exceptions.ResourceNotFoundExceptionCloudWatchLogs.Client.exceptions.InvalidOperationExceptionCloudWatchLogs.Client.exceptions.ServiceUnavailableException