CustomerProfiles / Client / start_recommender
start_recommender¶
- CustomerProfiles.Client.start_recommender(**kwargs)¶
Starts a recommender that was previously stopped. Starting a recommender resumes its ability to generate recommendations.
See also: AWS API Documentation
Request Syntax
response = client.start_recommender( DomainName='string', RecommenderName='string' )
- Parameters:
DomainName (string) –
[REQUIRED]
The unique name of the domain.
RecommenderName (string) –
[REQUIRED]
The name of the recommender to start.
- 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