KinesisAnalyticsV2 / Client / untag_resource
untag_resource#
- KinesisAnalyticsV2.Client.untag_resource(**kwargs)#
Removes one or more tags from a Managed Service for Apache Flink application. For more information, see Using Tagging.
See also: AWS API Documentation
Request Syntax
response = client.untag_resource( ResourceARN='string', TagKeys=[ 'string', ] )
- Parameters:
ResourceARN (string) –
[REQUIRED]
The ARN of the Managed Service for Apache Flink application from which to remove the tags.
TagKeys (list) –
[REQUIRED]
A list of keys of tags to remove from the specified application.
(string) –
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
KinesisAnalyticsV2.Client.exceptions.ResourceNotFoundException
KinesisAnalyticsV2.Client.exceptions.ResourceInUseException
KinesisAnalyticsV2.Client.exceptions.TooManyTagsException
KinesisAnalyticsV2.Client.exceptions.InvalidArgumentException
KinesisAnalyticsV2.Client.exceptions.ConcurrentModificationException