CleanRoomsService / Client / delete_configured_audience_model_association
delete_configured_audience_model_association#
- CleanRoomsService.Client.delete_configured_audience_model_association(**kwargs)#
Provides the information necessary to delete a configured audience model association.
See also: AWS API Documentation
Request Syntax
response = client.delete_configured_audience_model_association( configuredAudienceModelAssociationIdentifier='string', membershipIdentifier='string' )
- Parameters:
configuredAudienceModelAssociationIdentifier (string) –
[REQUIRED]
A unique identifier of the configured audience model association that you want to delete.
membershipIdentifier (string) –
[REQUIRED]
A unique identifier of the membership that contains the audience model association that you want to delete.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
CleanRoomsService.Client.exceptions.ResourceNotFoundException
CleanRoomsService.Client.exceptions.InternalServerException
CleanRoomsService.Client.exceptions.ValidationException
CleanRoomsService.Client.exceptions.ThrottlingException
CleanRoomsService.Client.exceptions.AccessDeniedException