Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_configured_table_association

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