Class: Aws::BedrockAgent::Types::MalformedConditionExpressionFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MalformedConditionExpressionFlowValidationDetails
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-bedrockagent/types.rb
Overview
Details about a malformed condition expression in a node.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cause ⇒ String
The error message describing why the condition expression is malformed.
-
#condition ⇒ String
The name of the malformed condition.
-
#node ⇒ String
The name of the node containing the malformed condition expression.
Instance Attribute Details
#cause ⇒ String
The error message describing why the condition expression is malformed.
7265 7266 7267 7268 7269 7270 7271 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7265 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :node, :condition, :cause) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ String
The name of the malformed condition.
7265 7266 7267 7268 7269 7270 7271 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7265 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :node, :condition, :cause) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node containing the malformed condition expression.
7265 7266 7267 7268 7269 7270 7271 |
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7265 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :node, :condition, :cause) SENSITIVE = [] include Aws::Structure end |