Skip to content

Bedrock Agent  >  Structures  >  MissingNodeOutputFlowValidationDetails

MissingNodeOutputFlowValidationDetails

Structure Class

MissingNodeOutputFlowValidationDetails dataclass

Details about a missing required output in a node.

Attributes

node instance-attribute
node: str

The name of the node missing the required output.

output instance-attribute
output: str

The name of the missing output.