Class: Aws::BedrockAgent::Types::FlowValidation
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::FlowValidation
- Defined in:
- gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb
Overview
Contains information about validation of the flow.
This data type is used in the following API operations:
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.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3557 class FlowValidation < Struct.new( :details, :message, :severity, :type) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message describing the validation error.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3557 class FlowValidation < Struct.new( :details, :message, :severity, :type) SENSITIVE = [] include Aws::Structure end |
#severity ⇒ String
The severity of the issue described in the message.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3557 class FlowValidation < Struct.new( :details, :message, :severity, :type) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
The type of validation issue encountered in the flow.
3557 3558 3559 3560 3561 3562 3563 3564 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 3557 class FlowValidation < Struct.new( :details, :message, :severity, :type) SENSITIVE = [] include Aws::Structure end |