CodeStarNotifications.Client.delete_notification_rule(**kwargs)¶Deletes a notification rule for a resource.
See also: AWS API Documentation
Request Syntax
response = client.delete_notification_rule(
Arn='string'
)
[REQUIRED]
The Amazon Resource Name (ARN) of the notification rule you want to delete.
{
'Arn': 'string'
}
Response Structure
The Amazon Resource Name (ARN) of the deleted notification rule.
Exceptions
CodeStarNotifications.Client.exceptions.ValidationExceptionCodeStarNotifications.Client.exceptions.LimitExceededExceptionCodeStarNotifications.Client.exceptions.ConcurrentModificationException