delete_data_cells_filter

LakeFormation.Client.delete_data_cells_filter(**kwargs)

Deletes a data cell filter.

See also: AWS API Documentation

Request Syntax

response = client.delete_data_cells_filter(
    TableCatalogId='string',
    DatabaseName='string',
    TableName='string',
    Name='string'
)
Parameters
  • TableCatalogId (string) -- The ID of the catalog to which the table belongs.
  • DatabaseName (string) -- A database in the Glue Data Catalog.
  • TableName (string) -- A table in the database.
  • Name (string) -- The name given by the user to the data filter cell.
Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

Exceptions

  • LakeFormation.Client.exceptions.InvalidInputException
  • LakeFormation.Client.exceptions.EntityNotFoundException
  • LakeFormation.Client.exceptions.InternalServiceException
  • LakeFormation.Client.exceptions.OperationTimeoutException
  • LakeFormation.Client.exceptions.AccessDeniedException