PinpointSMSVoiceV2 / Client / delete_rcs_message_spend_limit_override
delete_rcs_message_spend_limit_override¶
- PinpointSMSVoiceV2.Client.delete_rcs_message_spend_limit_override()¶
Deletes an account-level monthly spending limit override for sending RCS messages. Deleting a spend limit override sets the
EnforcedLimitto equal theMaxLimit, which is set by Amazon Web Services.See also: AWS API Documentation
Request Syntax
response = client.delete_rcs_message_spend_limit_override()
- Return type:
dict
- Returns:
Response Syntax
{ 'MonthlyLimit': 123 }
Response Structure
(dict) –
MonthlyLimit (integer) –
The current monthly limit to enforce on RCS message spending.
Exceptions
PinpointSMSVoiceV2.Client.exceptions.ThrottlingExceptionPinpointSMSVoiceV2.Client.exceptions.AccessDeniedExceptionPinpointSMSVoiceV2.Client.exceptions.ValidationExceptionPinpointSMSVoiceV2.Client.exceptions.InternalServerException