WellArchitected / Client / delete_agent_context
delete_agent_context¶
- WellArchitected.Client.delete_agent_context(**kwargs)¶
Deletes a context associated with a profile.
See also: AWS API Documentation
Request Syntax
response = client.delete_agent_context( profileArn='string', id='string' )
- Parameters:
profileArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the profile containing the context.
id (string) –
[REQUIRED]
The unique identifier of the context 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