Spaces:
No application file
No application file
File size: 335 Bytes
907462b | 1 2 3 4 5 6 7 8 9 | **To delete a notification from a budget**
This example deletes the specified notification from the specified budget.
Command::
aws budgets delete-notification --account-id 111122223333 --budget-name "Example Budget" --notification NotificationType=ACTUAL,ComparisonOperator=GREATER_THAN,Threshold=80,ThresholdType=PERCENTAGE
|