Values.EventRuleStatusSummarySourceProvides additional information about the current EventRule status.
type nonrec t = {status : EventRuleStatus.t option;The status of the EventRule. Values: ACTIVE The EventRule can process events. INACTIVE The EventRule may be unable to process events. CREATING The EventRule is being created. Only GET and LIST calls can be run. UPDATING The EventRule is being updated. Only GET and LIST calls can be run. DELETING The EventRule is being deleted. Only GET and LIST calls can be run.
*)reason : EventRuleStatusReason.t option;A human-readable reason for EventRuleStatus.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of EventRuleStatusReason.t ])
list ]