Private5G.Client.
tag_resource
(**kwargs)¶Adds tags to the specified resource.
See also: AWS API Documentation
Request Syntax
response = client.tag_resource(
resourceArn='string',
tags={
'string': 'string'
}
)
[REQUIRED]
The Amazon Resource Name (ARN) of the resource.
[REQUIRED]
The tags to add to the resource.
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