Skip to content

Bedrock Agent  >  Structures  >  MismatchedNodeInputTypeFlowValidationDetails

MismatchedNodeInputTypeFlowValidationDetails

Structure Class

MismatchedNodeInputTypeFlowValidationDetails dataclass

Details about mismatched input data types in a node.

Attributes

expected_type instance-attribute
expected_type: FlowNodeIODataType

The expected data type for the node input.

input instance-attribute
input: str

The name of the input with the mismatched data type.

node instance-attribute
node: str

The name of the node containing the input with the mismatched data type.