DataZone / Client / untag_resource
untag_resource¶
- DataZone.Client.untag_resource(**kwargs)¶
Untags a resource in Amazon DataZone.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( resourceArn='string', tagKeys=[ 'string', ] )
- Parameters:
resourceArn (string) –
[REQUIRED]
The ARN of the resource to be untagged in Amazon DataZone.
tagKeys (list) –
[REQUIRED]
Specifies the tag keys for the
UntagResourceaction.(string) –
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions
DataZone.Client.exceptions.InternalServerExceptionDataZone.Client.exceptions.ResourceNotFoundExceptionDataZone.Client.exceptions.AccessDeniedExceptionDataZone.Client.exceptions.ThrottlingExceptionDataZone.Client.exceptions.UnauthorizedException