CustomerProfiles / Client / delete_recommender
delete_recommender¶
- CustomerProfiles.Client.delete_recommender(**kwargs)¶
Deletes a recommender.
See also: AWS API Documentation
Request Syntax
response = client.delete_recommender( DomainName='string', RecommenderName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
RecommenderName (string) –
[REQUIRED]
The recommender name.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
CustomerProfiles.Client.exceptions.ResourceNotFoundExceptionCustomerProfiles.Client.exceptions.InternalServerExceptionCustomerProfiles.Client.exceptions.BadRequestExceptionCustomerProfiles.Client.exceptions.ThrottlingExceptionCustomerProfiles.Client.exceptions.AccessDeniedException