DataZone / Client / delete_asset_filter
delete_asset_filter¶
- DataZone.Client.delete_asset_filter(**kwargs)¶
Deletes an asset filter.
Prerequisites:
The asset filter must exist.
The domain and asset must not have been deleted.
Ensure the –identifier refers to a valid filter ID.
See also: AWS API Documentation
Request Syntax
response = client.delete_asset_filter( domainIdentifier='string', assetIdentifier='string', identifier='string' )
- Parameters:
domainIdentifier (string) –
[REQUIRED]
The ID of the domain where you want to delete an asset filter.
assetIdentifier (string) –
[REQUIRED]
The ID of the data asset.
identifier (string) –
[REQUIRED]
The ID of the asset filter that you want to delete.
- Returns:
None
Exceptions
DataZone.Client.exceptions.InternalServerExceptionDataZone.Client.exceptions.ResourceNotFoundExceptionDataZone.Client.exceptions.AccessDeniedExceptionDataZone.Client.exceptions.ThrottlingExceptionDataZone.Client.exceptions.ConflictExceptionDataZone.Client.exceptions.ValidationExceptionDataZone.Client.exceptions.UnauthorizedException