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'
)
[REQUIRED]
The unique ID for the configured table association to be deleted. Currently accepts the configured table ID.
[REQUIRED]
A unique identifier for the membership that the configured table association belongs to. Currently accepts the membership ID.
dict
Response Syntax
{}
Response Structure
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