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 EnforcedLimit to equal the MaxLimit, 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.ThrottlingException

  • PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException

  • PinpointSMSVoiceV2.Client.exceptions.ValidationException

  • PinpointSMSVoiceV2.Client.exceptions.InternalServerException