AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Returns a list of phone numbers that are opted out, meaning you cannot send SMS messages to them.

The results for ListPhoneNumbersOptedOut are paginated, and each page returns up to 100 phone numbers. If additional phone numbers are available after the first page of results, then a NextToken string will be returned. To receive the next page, you call ListPhoneNumbersOptedOut again using the NextToken string received from the previous call. When there are no more records to return, NextToken will be null.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ListPhoneNumbersOptedOutAsync.

Namespace: Amazon.SimpleNotificationService
Assembly: AWSSDK.SimpleNotificationService.dll
Version: 3.x.y.z

Syntax

C#
public virtual ListPhoneNumbersOptedOutResponse ListPhoneNumbersOptedOut(
         ListPhoneNumbersOptedOutRequest request
)

Parameters

request
Type: Amazon.SimpleNotificationService.Model.ListPhoneNumbersOptedOutRequest

Container for the necessary parameters to execute the ListPhoneNumbersOptedOut service method.

Return Value


The response from the ListPhoneNumbersOptedOut service method, as returned by SimpleNotificationService.

Exceptions

ExceptionCondition
AuthorizationErrorException Indicates that the user has been denied access to the requested resource.
InternalErrorException Indicates an internal service error.
InvalidParameterException Indicates that a request parameter does not comply with the associated constraints.
ThrottledException Indicates that the rate at which requests have been submitted for this action exceeds the limit for your Amazon Web Services account.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

See Also