Skip to content

Bedrock Agent  >  Structures  >  FlowValidation

FlowValidation

Structure Class

FlowValidation dataclass

Contains information about validation of the flow.

This data type is used in the following API operations:

Attributes

details class-attribute instance-attribute
details: FlowValidationDetails | None = None

Specific details about the validation issue encountered in the flow.

message instance-attribute
message: str

A message describing the validation error.

severity instance-attribute

The severity of the issue described in the message.

type class-attribute instance-attribute
type: FlowValidationType | None = None

The type of validation issue encountered in the flow.