Class RuleExecutionError (0.6.1)

RuleExecutionError(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The RuleExecutionError resource represents an error generated from running/deploying a rule.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

Name Description
rule str
Output only. The resource name of the rule that generated the rule execution error. This field is a member of oneof_ source.
curated_rule str
Output only. The resource name of the curated rule that generated the rule execution error. This field is a member of oneof_ source.
name str
Output only. The resource name of the rule execution error. Format: projects/{project}/locations/{location}/instances/{instance}/ruleExecutionErrors/{rule_execution_error}
error google.rpc.status_pb2.Status
Output only. The error status corresponding with the rule execution error.
time_range google.type.interval_pb2.Interval
Output only. The event time range that the rule execution error corresponds with.