AWS.SNS.TSNSClient.Subscribe

Subscribes an endpoint to a topic.

function Subscribe(const ARequest: ISNSSubscribeRequest): ISNSSubscribeResponse; overload;
__fastcall ISNSSubscribeResponse Subscribe(const ISNSSubscribeRequest ARequest);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSSubscribeRequest
A Subscribe request object.

Response containing Subscribe results.

Exceptions
Description
The user has been denied access to the requested resource.
Indicates the number of filter policies in your AWS account exceeds the limit.
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.
Indicated the specified phone number has opted out of receiving SMS messages from your AWS account.
Indicates the customer already owns the maximum allowed number of subscriptions.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.