set_text_message_spend_limit_override
(**kwargs)¶Sets an account level monthly spend limit override for sending text messages. The requested spend limit must be less than or equal to the MaxLimit
, which is set by Amazon Web Services.
See also: AWS API Documentation
Request Syntax
response = client.set_text_message_spend_limit_override(
MonthlyLimit=123
)
[REQUIRED]
The new monthly limit to enforce on text messages.
{
'MonthlyLimit': 123
}
Response Structure
The current monthly limit to enforce on sending text messages.
Exceptions
PinpointSMSVoiceV2.Client.exceptions.ThrottlingException
PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException
PinpointSMSVoiceV2.Client.exceptions.ValidationException
PinpointSMSVoiceV2.Client.exceptions.InternalServerException