delete_configured_table_association

CleanRoomsService.Client.delete_configured_table_association(**kwargs)

Deletes a configured table association.

See also: AWS API Documentation

Request Syntax

response = client.delete_configured_table_association(
    configuredTableAssociationIdentifier='string',
    membershipIdentifier='string'
)
Parameters
  • configuredTableAssociationIdentifier (string) --

    [REQUIRED]

    The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.

  • membershipIdentifier (string) --

    [REQUIRED]

    A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.

Return type

dict

Returns

Response Syntax

{}

Response Structure

  • (dict) --

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