LakeFormation / Client / delete_lf_tag_expression
delete_lf_tag_expression¶
- LakeFormation.Client.delete_lf_tag_expression(**kwargs)¶
Deletes the LF-Tag expression. The caller must be a data lake admin or have
DROPpermissions on the LF-Tag expression. Deleting a LF-Tag expression will also delete allLFTagPolicypermissions referencing the LF-Tag expression.See also: AWS API Documentation
Request Syntax
response = client.delete_lf_tag_expression( Name='string', CatalogId='string' )
- Parameters:
Name (string) –
[REQUIRED]
The name for the LF-Tag expression.
CatalogId (string) – The identifier for the Data Catalog. By default, the account ID in which the LF-Tag expression is saved.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
LakeFormation.Client.exceptions.EntityNotFoundExceptionLakeFormation.Client.exceptions.InvalidInputExceptionLakeFormation.Client.exceptions.InternalServiceExceptionLakeFormation.Client.exceptions.OperationTimeoutExceptionLakeFormation.Client.exceptions.AccessDeniedException