Private5G.Client.
untag_resource
(**kwargs)¶Removes tags from the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
[REQUIRED]
The tag keys.
dict
Response Syntax
{}
Response Structure
Exceptions
Private5G.Client.exceptions.ResourceNotFoundException
Private5G.Client.exceptions.AccessDeniedException
Private5G.Client.exceptions.ValidationException
Private5G.Client.exceptions.InternalServerException
Private5G.Client.exceptions.ThrottlingException