Skip to content

Bedrock Agent  >  Structures  >  InvalidLoopBoundaryFlowValidationDetails

InvalidLoopBoundaryFlowValidationDetails

Structure Class

InvalidLoopBoundaryFlowValidationDetails dataclass

Details about a flow that contains connections that violate loop boundary rules.

Attributes

connection instance-attribute
connection: str

The name of the connection that violates loop boundary rules.

source instance-attribute
source: str

The source node of the connection that violates DoWhile loop boundary rules.

target instance-attribute
target: str

The target node of the connection that violates DoWhile loop boundary rules.