FlowExecutionError¶
Structure Class¶
FlowExecutionError
dataclass
¶
Contains information about an error that occurred during an flow execution.
Note
Flow executions is in preview release for Amazon Bedrock and is subject to change.
Attributes¶
error
class-attribute
instance-attribute
¶
error: FlowExecutionErrorType | None = None
The error code for the type of error that occurred.
message
class-attribute
instance-attribute
¶
message: str | None = None
A descriptive message that provides details about the error.
node_name
class-attribute
instance-attribute
¶
node_name: str | None = None
The name of the node in the flow where the error occurred (if applicable).