FlowValidation - Amazon Bedrock

FlowValidation

Contains information about validation of the flow.

This data type is used in the following API operations:

Contents

message

A message describing the validation error.

Type: String

Pattern: ^[\s\S]+$

Required: Yes

severity

The severity of the issue described in the message.

Type: String

Valid Values: Warning | Error

Required: Yes

details

Specific details about the validation issue encountered in the flow.

Type: FlowValidationDetails object

Note: This object is a Union. Only one member of this object can be specified or returned.

Required: No

type

The type of validation issue encountered in the flow.

Type: String

Valid Values: CyclicConnection | DuplicateConnections | DuplicateConditionExpression | UnreachableNode | UnknownConnectionSource | UnknownConnectionSourceOutput | UnknownConnectionTarget | UnknownConnectionTargetInput | UnknownConnectionCondition | MalformedConditionExpression | MalformedNodeInputExpression | MismatchedNodeInputType | MismatchedNodeOutputType | IncompatibleConnectionDataType | MissingConnectionConfiguration | MissingDefaultCondition | MissingEndingNodes | MissingNodeConfiguration | MissingNodeInput | MissingNodeOutput | MissingStartingNodes | MultipleNodeInputConnections | UnfulfilledNodeInput | UnsatisfiedConnectionConditions | Unspecified

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: