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.AccessDeniedExceptionWellArchitected.Client.exceptions.ValidationExceptionWellArchitected.Client.exceptions.InternalServerExceptionWellArchitected.Client.exceptions.ResourceNotFoundExceptionWellArchitected.Client.exceptions.ThrottlingException