AWS.SNS.ISNSClient.VerifySMSSandboxPhoneNumber

Verifies a destination phone number with a one-time password (OTP) for the calling AWS account.

function VerifySMSSandboxPhoneNumber(const ARequest: ISNSVerifySMSSandboxPhoneNumberRequest): ISNSVerifySMSSandboxPhoneNumberResponse; overload; function VerifySMSSandboxPhoneNumber(const AOneTimePassword: string; const APhoneNumber: string): ISNSVerifySMSSandboxPhoneNumberResponse; overload;
__fastcall ISNSVerifySMSSandboxPhoneNumberResponse VerifySMSSandboxPhoneNumber(const ISNSVerifySMSSandboxPhoneNumberRequest ARequest); __fastcall ISNSVerifySMSSandboxPhoneNumberResponse VerifySMSSandboxPhoneNumber(const AnsiString AOneTimePassword, const AnsiString APhoneNumber);

File: AWS.SNS.pas 

Namespace: AWS.SNS 

Module: Appercept AWS SDK for Delphi 

Parameters
Description
const ARequest: ISNSVerifySMSSandboxPhoneNumberRequest
A VerifySMSSandboxPhoneNumber request object.
const AOneTimePassword: string
The OTP sent to the destination number from the CreateSMSSandBoxPhoneNumber call.
const APhoneNumber: string
The destination phone number to verify.

Response containing VerifySMSSandboxPhoneNumber results.

Exceptions
Description
The user has been denied access to the requested resource.
An internal service error has occured.
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.
The request rate for this action has exceeded the limit for your AWS account.
Indicates the one-time password (OTP) used for verification is invalid.
Copyright © 2019-2021 Appercept Ltd. All rights reserved.