deleteNotifyMessageSpendLimitOverride

Deletes an account-level monthly spending limit override for sending notify messages. 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 in the End User Messaging SMS User Guide.

Samples


fun main() { 
   //sampleStart 
   // Delete the monthly spend limit override for notify messages, reverting to the default limit.
val resp = pinpointSmsVoiceV2Client.deleteNotifyMessageSpendLimitOverride() 
   //sampleEnd
}