WellArchitected / Client / update_agent_recommendation_status
update_agent_recommendation_status¶
- WellArchitected.Client.update_agent_recommendation_status(**kwargs)¶
Updates the status of a recommendation to track its progress through the implementation lifecycle.
See also: AWS API Documentation
Request Syntax
response = client.update_agent_recommendation_status( recommendationArn='string', status='ACTIVE'|'SUPPRESSED'|'COMPLETED', updateReason='string' )
- Parameters:
recommendationArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the recommendation to update.
status (string) –
[REQUIRED]
The new status to assign to the recommendation.
updateReason (string) – A free-text reason explaining this status update.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
WellArchitected.Client.exceptions.AccessDeniedExceptionWellArchitected.Client.exceptions.ValidationExceptionWellArchitected.Client.exceptions.InternalServerExceptionWellArchitected.Client.exceptions.ResourceNotFoundExceptionWellArchitected.Client.exceptions.ThrottlingException