AWS.SNS.ISNSClient.UntagResource

Remove tags from a topic.

function UntagResource(const ARequest: ISNSUntagResourceRequest): ISNSUntagResourceResponse; overload; function UntagResource(const AResourceArn: TARN; ATagKeys: array of string): ISNSUntagResourceResponse; overload;
__fastcall ISNSUntagResourceResponse UntagResource(const ISNSUntagResourceRequest ARequest); __fastcall ISNSUntagResourceResponse UntagResource(const TARN AResourceArn, array of string ATagKeys);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSUntagResourceRequest
A UntagResource request object.
const AResourceArn: TARN
The Amazon Resource Name (ARN) of the topic to remove tags from.
ATagKeys: array of string
List of tag keys to remove.

Response containing UntagResource results.

Exceptions
Description
The user has been denied access to the requested resource.
Multiple operations on a tag can't be performed simultaneously.
One of the request parameters does not comply with the associated constraints.
Can't perform the action on the specified resource. Make sure that the resource exists.
A tag has been added to a resource with the same Amazon Resource Name (ARN) as a deleted resource. Wait a short while and retry the operation.
Topics can't have more than 50 tags.
Indicates the request doesn't comply with the IAM tag policy.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.