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

  • WellArchitected.Client.exceptions.ValidationException

  • WellArchitected.Client.exceptions.InternalServerException

  • WellArchitected.Client.exceptions.ConflictException

  • WellArchitected.Client.exceptions.ResourceNotFoundException

  • WellArchitected.Client.exceptions.ThrottlingException