Verify Destination Number
pinpointsmsvoicev2_verify_destination_number | R Documentation |
Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages¶
Description¶
Use the verification code that was received by the verified destination phone number to opt-in the verified destination phone number to receive more messages.
Usage¶
Arguments¶
VerifiedDestinationNumberId
[required] The unique identifier for the verififed destination phone number.
VerificationCode
[required] The verification code that was received by the verified destination phone number.
Value¶
A list with the following syntax:
list(
VerifiedDestinationNumberArn = "string",
VerifiedDestinationNumberId = "string",
DestinationPhoneNumber = "string",
Status = "PENDING"|"VERIFIED",
CreatedTimestamp = as.POSIXct(
"2015-01-01"
)
)