CleanRoomsML / Client / delete_configured_audience_model
delete_configured_audience_model#
- CleanRoomsML.Client.delete_configured_audience_model(**kwargs)#
Deletes the specified configured audience model. You can’t delete a configured audience model if there are any lookalike models that use the configured audience model. If you delete a configured audience model, it will be removed from any collaborations that it is associated to.
See also: AWS API Documentation
Request Syntax
response = client.delete_configured_audience_model( configuredAudienceModelArn='string' )
- Parameters:
configuredAudienceModelArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the configured audience model that you want to delete.
- Returns:
None
Exceptions
CleanRoomsML.Client.exceptions.ConflictException
CleanRoomsML.Client.exceptions.ValidationException
CleanRoomsML.Client.exceptions.AccessDeniedException
CleanRoomsML.Client.exceptions.ResourceNotFoundException