WellArchitected / Client / delete_agent_goal

delete_agent_goal

WellArchitected.Client.delete_agent_goal(**kwargs)

Deletes an optimization goal from a profile.

See also: AWS API Documentation

Request Syntax

response = client.delete_agent_goal(
    profileArn='string',
    id='string'
)
Parameters:
  • profileArn (string) –

    [REQUIRED]

    The Amazon Resource Name (ARN) of the profile containing the goal.

  • id (string) –

    [REQUIRED]

    The unique identifier of the goal to delete.

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