DataZone / Client / delete_asset_filter

delete_asset_filter#

DataZone.Client.delete_asset_filter(**kwargs)#

Deletes an asset filter.

See also: AWS API Documentation

Request Syntax

response = client.delete_asset_filter(
    assetIdentifier='string',
    domainIdentifier='string',
    identifier='string'
)
Parameters:
  • assetIdentifier (string) –

    [REQUIRED]

    The ID of the data asset.

  • domainIdentifier (string) –

    [REQUIRED]

    The ID of the domain where you want to delete an asset filter.

  • identifier (string) –

    [REQUIRED]

    The ID of the asset filter that you want to delete.

Returns:

None

Exceptions

  • DataZone.Client.exceptions.InternalServerException

  • DataZone.Client.exceptions.ResourceNotFoundException

  • DataZone.Client.exceptions.AccessDeniedException

  • DataZone.Client.exceptions.ThrottlingException

  • DataZone.Client.exceptions.ConflictException

  • DataZone.Client.exceptions.ValidationException

  • DataZone.Client.exceptions.UnauthorizedException