AWS.SNS.ISNSClient.GetSubscriptionAttributes

Retrieves the attributes of a subscription.

function GetSubscriptionAttributes(const ARequest: ISNSGetSubscriptionAttributesRequest): ISNSGetSubscriptionAttributesResponse; overload; function GetSubscriptionAttributes(const ASubscriptionArn: TARN): ISNSGetSubscriptionAttributesResponse; overload;
__fastcall ISNSGetSubscriptionAttributesResponse GetSubscriptionAttributes(const ISNSGetSubscriptionAttributesRequest ARequest); __fastcall ISNSGetSubscriptionAttributesResponse GetSubscriptionAttributes(const TARN ASubscriptionArn);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSGetSubscriptionAttributesRequest
A GetSubscriptionAttributes request object.
const ASubscriptionArn: TARN
The Amazon Resource Name (ARN) for the subscription for which to retrieve attributes.

Response containing GetSubscriptionAttributes 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.
The requested resource does not exist.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.