Class: Aws::BedrockAgent::Types::MalformedConditionExpressionFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::MalformedConditionExpressionFlowValidationDetails
- Defined in:
- gems/aws-sdk-bedrockagent/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.
5728 5729 5730 5731 5732 5733 5734 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5728 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :cause, :condition, :node) SENSITIVE = [] include Aws::Structure end |
#condition ⇒ String
The name of the malformed condition.
5728 5729 5730 5731 5732 5733 5734 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5728 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :cause, :condition, :node) SENSITIVE = [] include Aws::Structure end |
#node ⇒ String
The name of the node containing the malformed condition expression.
5728 5729 5730 5731 5732 5733 5734 |
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 5728 class MalformedConditionExpressionFlowValidationDetails < Struct.new( :cause, :condition, :node) SENSITIVE = [] include Aws::Structure end |