Class CfnFlow.FlowValidationProperty
Contains information about validation of the flow.
Inheritance
Implements
Namespace: Amazon.CDK.AwsBedrock
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FlowValidationProperty : Object, CfnFlow.IFlowValidationProperty
Syntax (vb)
Public Class FlowValidationProperty
Inherits Object
Implements CfnFlow.IFlowValidationProperty
Remarks
This data type is used in the following API operations:
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Aws_bedrock;
var flowValidationProperty = new FlowValidationProperty {
Message = "message"
};
Synopsis
Constructors
Flow |
Properties
Message | A message describing the validation error. |
Constructors
FlowValidationProperty()
public FlowValidationProperty()
Properties
Message
A message describing the validation error.
public string Message { get; set; }
Property Value
System.