AWS.SNS.ISNSClient.GetTopicAttributes

Retrieves the attributes of a topic.

function GetTopicAttributes(const ARequest: ISNSGetTopicAttributesRequest): ISNSGetTopicAttributesResponse; overload; function GetTopicAttributes(const ATopicArn: TARN): ISNSGetTopicAttributesResponse; overload;
__fastcall ISNSGetTopicAttributesResponse GetTopicAttributes(const ISNSGetTopicAttributesRequest ARequest); __fastcall ISNSGetTopicAttributesResponse GetTopicAttributes(const TARN ATopicArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSGetTopicAttributesRequest
A GetTopicAttributes request object.
const ATopicArn: TARN
The Amazon Resource Name (ARN) for the topic to retrieve attributes for.

Response containing GetTopicAttributes results.

Exceptions
Description
The user has been denied access to the requested resource.
One of the request parameters does not comply with the associated constraints.
One of the request parameters does not comply with the associated constraints.
Requests must use HTTPS and signed with valid credentials using Signature Version 4.
The requested resource does not exist.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.