DocDBElastic.Client.
untag_resource
(**kwargs)¶Removes metadata tags to a Elastic DocumentDB resource
See also: AWS API Documentation
Request Syntax
response = client.untag_resource(
resourceArn='string',
tagKeys=[
'string',
]
)
[REQUIRED]
The arn of the Elastic DocumentDB resource.
[REQUIRED]
The tag keys to be removed from the Elastic DocumentDB resource.
dict
Response Syntax
{}
Response Structure
Exceptions
DocDBElastic.Client.exceptions.ThrottlingException
DocDBElastic.Client.exceptions.ValidationException
DocDBElastic.Client.exceptions.InternalServerException
DocDBElastic.Client.exceptions.ResourceNotFoundException