AmplifyUIBuilder / Client / untag_resource
untag_resource#
- AmplifyUIBuilder.Client.untag_resource(**kwargs)#
Untags a resource with a specified Amazon Resource Name (ARN).
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The Amazon Resource Name (ARN) to use to untag a resource.
tagKeys (list) –
[REQUIRED]
The tag keys to use to untag a resource.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions