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.AccessDeniedException

  • WellArchitected.Client.exceptions.ValidationException

  • WellArchitected.Client.exceptions.InternalServerException

  • WellArchitected.Client.exceptions.ResourceNotFoundException

  • WellArchitected.Client.exceptions.ThrottlingException