PinpointSMSVoiceV2 / Client / delete_media_message_spend_limit_override

delete_media_message_spend_limit_override#

PinpointSMSVoiceV2.Client.delete_media_message_spend_limit_override()#

Deletes an account-level monthly spending limit override for sending multimedia messages (MMS). Deleting a spend limit override will set the EnforcedLimit to equal the MaxLimit, which is controlled by Amazon Web Services. For more information on spend limits (quotas) see Quotas for Server Migration Service in the Server Migration Service User Guide.

See also: AWS API Documentation

Request Syntax

response = client.delete_media_message_spend_limit_override()
Return type:

dict

Returns:

Response Syntax

{
    'MonthlyLimit': 123
}

Response Structure

  • (dict) –

    • MonthlyLimit (integer) –

      The current monthly limit, in US dollars.

Exceptions

  • PinpointSMSVoiceV2.Client.exceptions.ThrottlingException

  • PinpointSMSVoiceV2.Client.exceptions.AccessDeniedException

  • PinpointSMSVoiceV2.Client.exceptions.ValidationException

  • PinpointSMSVoiceV2.Client.exceptions.InternalServerException