AWS.SNS.TSNSClient.GetSMSAttributes

Retreives the attributes for sending SMS messages from your AWS account.

function GetSMSAttributes(const ARequest: ISNSGetSMSAttributesRequest): ISNSGetSMSAttributesResponse; overload; function GetSMSAttributes(const AAttributes: array of string): ISNSGetSMSAttributesResponse; overload;
__fastcall ISNSGetSMSAttributesResponse GetSMSAttributes(const ISNSGetSMSAttributesRequest ARequest); __fastcall ISNSGetSMSAttributesResponse GetSMSAttributes(const array of string AAttributes);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSGetSMSAttributesRequest
A GetSMSAttributes request object.
const AAttributes: array of string
List of attribute names to be retrieved.

Response containing GetSMSAttributes 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 request rate for this action has exceeded the limit for your AWS account.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.