AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Removes one or more tags from a signaling channel. In the request, specify only a tag key or keys; don't specify the value. If you specify a tag key that does not exist, it's ignored.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to UntagResourceAsync.

Namespace: Amazon.KinesisVideo
Assembly: AWSSDK.KinesisVideo.dll
Version: 3.x.y.z

Syntax

C#
public virtual UntagResourceResponse UntagResource(
         UntagResourceRequest request
)

Parameters

request
Type: Amazon.KinesisVideo.Model.UntagResourceRequest

Container for the necessary parameters to execute the UntagResource service method.

Return Value


The response from the UntagResource service method, as returned by KinesisVideo.

Exceptions

ExceptionCondition
AccessDeniedException You do not have required permissions to perform this operation.
ClientLimitExceededException Kinesis Video Streams has throttled the request because you have exceeded the limit of allowed client calls. Try making the call later.
InvalidArgumentException The value for this input parameter is invalid.
ResourceNotFoundException Amazon Kinesis Video Streams can't find the stream that you specified.

Version Information

.NET Framework:
Supported in: 4.5 and newer, 3.5

See Also