AWS.SNS.ISNSClient.ListTagsForResource

Lists tags for a topic.

function ListTagsForResource(const ARequest: ISNSListTagsForResourceRequest): ISNSListTagsForResourceResponse; overload; function ListTagsForResource(const AResourceArn: TARN): ISNSListTagsForResourceResponse; overload;
__fastcall ISNSListTagsForResourceResponse ListTagsForResource(const ISNSListTagsForResourceRequest ARequest); __fastcall ISNSListTagsForResourceResponse ListTagsForResource(const TARN AResourceArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSListTagsForResourceRequest
A ListTagsForResource request object.
const AResourceArn: TARN
The Amazon Resource Name (ARN) for the topic to list tags for.

Response containing ListTagsForResource 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.
Indicates the request doesn't comply with the IAM tag policy.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.