Skip to content

Bedrock Agent  >  Structures  >  MissingNodeInputFlowValidationDetails

MissingNodeInputFlowValidationDetails

Structure Class

MissingNodeInputFlowValidationDetails dataclass

Details about a missing required input in a node.

Attributes

input instance-attribute
input: str

The name of the missing input.

node instance-attribute
node: str

The name of the node missing the required input.