Skip to content

Bedrock Agent Runtime  >  Structures  >  NodeFailureEvent

NodeFailureEvent

Structure Class

NodeFailureEvent dataclass

Contains information about a failure that occurred at a specific node during a flow execution.

Note

Flow executions is in preview release for Amazon Bedrock and is subject to change.

Attributes

error_code instance-attribute
error_code: NodeErrorCode

The error code that identifies the type of failure that occurred at the node.

error_message instance-attribute
error_message: str

A descriptive message that provides details about the node failure.

node_name instance-attribute
node_name: str

The name of the node where the failure occurred.

timestamp instance-attribute
timestamp: datetime

The timestamp when the node failure occurred.