AuditManager / Client / untag_resource
untag_resource#
- AuditManager.Client.untag_resource(**kwargs)#
Removes a tag from a resource in Audit Manager.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) of the specified resource.
tagKeys (list) –
[REQUIRED]
The name or key of the tag.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.ResourceNotFoundException