CloudWatchLogs / Client / delete_lookup_table
delete_lookup_table¶
- CloudWatchLogs.Client.delete_lookup_table(**kwargs)¶
Deletes a lookup table permanently. This operation cannot be undone.
Queries that reference a deleted table will return an error. Before deleting a lookup table, review any saved queries or dashboards that may reference it.
See also: AWS API Documentation
Request Syntax
response = client.delete_lookup_table( lookupTableArn='string' )
- Parameters:
lookupTableArn (string) –
[REQUIRED]
The ARN of the lookup table to delete.
- Returns:
None
Exceptions
CloudWatchLogs.Client.exceptions.InvalidParameterExceptionCloudWatchLogs.Client.exceptions.ResourceNotFoundExceptionCloudWatchLogs.Client.exceptions.AccessDeniedExceptionCloudWatchLogs.Client.exceptions.ServiceUnavailableException