Class: DatadogAPIClient::V2::NotificationRulePreviewNotificationStatus

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/notification_rule_preview_notification_status.rb

Overview

The notification status for the given rule type. SUCCESS means a matching event was found and the notification was sent successfully. DEFAULT means no matching event was found and a default placeholder notification was sent instead. ERROR means an error occurred while sending the notification.

Constant Summary collapse

SUCCESS =
"SUCCESS".freeze
DEFAULT =
"DEFAULT".freeze
ERROR =
"ERROR".freeze

Method Summary

Methods included from BaseEnumModel

included