FlowFailureEvent¶
Structure Class¶
FlowFailureEvent
dataclass
¶
Contains information about a failure that occurred at the flow level 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: FlowErrorCode
The error code that identifies the type of failure that occurred.
error_message
instance-attribute
¶
error_message: str
A descriptive message that provides details about the failure.