Macie2 / Client / untag_resource
untag_resource#
- Macie2.Client.untag_resource(**kwargs)#
Removes one or more tags (keys and values) from an Amazon Macie resource.
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 resource.
tagKeys (list) –
[REQUIRED]
One or more tags (keys) to remove from the resource. In an HTTP request to remove multiple tags, append the tagKeys parameter and argument for each tag to remove, separated by an ampersand (&).
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
The request succeeded and there isn’t any content to include in the body of the response (No Content).