Select your cookie preferences

We use cookies and similar tools to enhance your experience, provide our services, deliver relevant advertising, and make improvements. Approved third parties also use these tools to help us deliver advertising and provide certain site features.

delete_voice_message_spend_limit_override

delete_voice_message_spend_limit_override()

Deletes an account level monthly spend limit override for sending voice messages. Deleting a spend limit override sets the EnforcedLimit equal to the MaxLimit , which is controlled by Amazon Web Services. For more information on spending limits (quotas) see Amazon Pinpoint quotas in the Amazon Pinpoint Developer Guide .

See also: AWS API Documentation

Request Syntax

response = client.delete_voice_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