Class: Aws::BedrockAgent::Types::FlowValidation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowValidation
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about validation of the flow.
This data type is used in the following API operations:
- GetFlow response][1
- GetFlowVersion response][2
[1]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetFlow.html#API_agent_GetFlow_ResponseSyntax [2]: docs.aws.amazon.com/bedrock/latest/APIReference/API_agent_GetFlowVersion.html#API_agent_GetFlowVersion_ResponseSyntax
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#details ⇒ Types::FlowValidationDetails
Specific details about the validation issue encountered in the flow.
-
#message ⇒ String
A message describing the validation error.
-
#severity ⇒ String
The severity of the issue described in the message.
-
#type ⇒ String
The type of validation issue encountered in the flow.
Instance Attribute Details
#details ⇒ Types::FlowValidationDetails
Specific details about the validation issue encountered in the flow.
4431 4432 4433 4434 4435 4436 4437 4438 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4431 class FlowValidation < Struct.new( :message, :severity, :details, :type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the validation error.
4431 4432 4433 4434 4435 4436 4437 4438 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4431 class FlowValidation < Struct.new( :message, :severity, :details, :type) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the issue described in the message.
4431 4432 4433 4434 4435 4436 4437 4438 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4431 class FlowValidation < Struct.new( :message, :severity, :details, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of validation issue encountered in the flow.
4431 4432 4433 4434 4435 4436 4437 4438 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 4431 class FlowValidation < Struct.new( :message, :severity, :details, :type) SENSITIVE = [] include Aws::Structure end |