WellArchitected / Client / delete_agent_profile
delete_agent_profile¶
- WellArchitected.Client.delete_agent_profile(**kwargs)¶
Deletes an optimization profile and its associated configuration. This action cannot be undone.
See also: AWS API Documentation
Request Syntax
response = client.delete_agent_profile( profileArn='string' )
- Parameters:
profileArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the profile to delete.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
WellArchitected.Client.exceptions.AccessDeniedExceptionWellArchitected.Client.exceptions.ValidationExceptionWellArchitected.Client.exceptions.InternalServerExceptionWellArchitected.Client.exceptions.ConflictExceptionWellArchitected.Client.exceptions.ResourceNotFoundExceptionWellArchitected.Client.exceptions.ThrottlingException