Skip to content

Bedrock Agent  >  Structures  >  UnfulfilledNodeInputFlowValidationDetails

UnfulfilledNodeInputFlowValidationDetails

Structure Class

UnfulfilledNodeInputFlowValidationDetails dataclass

Details about an unfulfilled node input with no valid connections.

Attributes

input instance-attribute
input: str

The name of the unfulfilled input. An input is unfulfilled if there are no data connections to it.

node instance-attribute
node: str

The name of the node containing the unfulfilled input.