CustomerProfiles / Client / stop_recommender
stop_recommender¶
- CustomerProfiles.Client.stop_recommender(**kwargs)¶
Stops a recommender, suspending its ability to generate recommendations. The recommender can be restarted later using StartRecommender.
See also: AWS API Documentation
Request Syntax
response = client.stop_recommender( DomainName='string', RecommenderName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
RecommenderName (string) –
[REQUIRED]
The name of the recommender to stop.
- 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