pub struct GetSMSSandboxAccountStatus { /* private fields */ }
Expand description
Fluent builder constructing a request to GetSMSSandboxAccountStatus
.
Retrieves the SMS sandbox status for the calling Amazon Web Services account in the target Amazon Web Services Region.
When you start using Amazon SNS to send SMS messages, your Amazon Web Services account is in the SMS sandbox. The SMS sandbox provides a safe environment for you to try Amazon SNS features without risking your reputation as an SMS sender. While your Amazon Web Services account is in the SMS sandbox, you can use all of the features of Amazon SNS. However, you can send SMS messages only to verified destination phone numbers. For more information, including how to move out of the sandbox to send messages without restrictions, see SMS sandbox in the Amazon SNS Developer Guide.
Implementations§
source§impl GetSMSSandboxAccountStatus
impl GetSMSSandboxAccountStatus
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<GetSMSSandboxAccountStatus, AwsResponseRetryClassifier>, SdkError<GetSMSSandboxAccountStatusError>>
pub async fn customize(
self
) -> Result<CustomizableOperation<GetSMSSandboxAccountStatus, AwsResponseRetryClassifier>, SdkError<GetSMSSandboxAccountStatusError>>
Consume this builder, creating a customizable operation that can be modified before being sent. The operation’s inner http::Request can be modified as well.
sourcepub async fn send(
self
) -> Result<GetSmsSandboxAccountStatusOutput, SdkError<GetSMSSandboxAccountStatusError>>
pub async fn send(
self
) -> Result<GetSmsSandboxAccountStatusOutput, SdkError<GetSMSSandboxAccountStatusError>>
Sends the request and returns the response.
If an error occurs, an SdkError
will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
Trait Implementations§
source§impl Clone for GetSMSSandboxAccountStatus
impl Clone for GetSMSSandboxAccountStatus
source§fn clone(&self) -> GetSMSSandboxAccountStatus
fn clone(&self) -> GetSMSSandboxAccountStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more