delete_configured_table

CleanRoomsService.Client.delete_configured_table(**kwargs)

Deletes a configured table.

See also: AWS API Documentation

Request Syntax

response = client.delete_configured_table(
    configuredTableIdentifier='string'
)
Parameters
configuredTableIdentifier (string) --

[REQUIRED]

The unique ID for the configured table to delete.

Return type
dict
Returns
Response Syntax
{}

Response Structure

  • (dict) --

    The empty output for a successful deletion.

Exceptions

  • CleanRoomsService.Client.exceptions.ConflictException
  • CleanRoomsService.Client.exceptions.ResourceNotFoundException
  • CleanRoomsService.Client.exceptions.InternalServerException
  • CleanRoomsService.Client.exceptions.ValidationException
  • CleanRoomsService.Client.exceptions.ThrottlingException
  • CleanRoomsService.Client.exceptions.AccessDeniedException