Skip to content

Bedrock Agent  >  Structures  >  MismatchedNodeOutputTypeFlowValidationDetails

MismatchedNodeOutputTypeFlowValidationDetails

Structure Class

MismatchedNodeOutputTypeFlowValidationDetails dataclass

Details about mismatched output data types in a node.

Attributes

expected_type instance-attribute
expected_type: FlowNodeIODataType

The expected data type for the node output.

node instance-attribute
node: str

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

output instance-attribute
output: str

The name of the output with the mismatched data type.