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',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the specified resource.
[REQUIRED]
The name or key of the tag.
dict
Response Syntax
{}
Response Structure
Exceptions
AuditManager.Client.exceptions.InternalServerException
AuditManager.Client.exceptions.ValidationException
AuditManager.Client.exceptions.ResourceNotFoundException