Skip to content

Bedrock Agent  >  Structures  >  LoopIncompatibleNodeTypeFlowValidationDetails

LoopIncompatibleNodeTypeFlowValidationDetails

Structure Class

LoopIncompatibleNodeTypeFlowValidationDetails dataclass

Details about a flow that contains an incompatible node in a DoWhile loop.

Attributes

incompatible_node_name instance-attribute
incompatible_node_name: str

The node that's incompatible in the DoWhile loop.

incompatible_node_type instance-attribute
incompatible_node_type: IncompatibleLoopNodeType

The node type of the incompatible node in the DoWhile loop. Some node types, like a condition node, aren't allowed in a DoWhile loop.

node instance-attribute
node: str

The Loop container node that contains an incompatible node.