Class: Aws::BedrockAgent::Types::MalformedNodeInputExpressionFlowValidationDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-bedrockagent/types.rb

Overview

Details about a malformed input expression in a node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#causeString

The error message describing why the input expression is malformed.



7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7289

class MalformedNodeInputExpressionFlowValidationDetails < Struct.new(
  :node,
  :input,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end

#inputString

The name of the input with the malformed expression.



7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7289

class MalformedNodeInputExpressionFlowValidationDetails < Struct.new(
  :node,
  :input,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end

#nodeString

The name of the node containing the malformed input expression.



7289
7290
7291
7292
7293
7294
7295
# File 'lib/aws-sdk-bedrockagent/types.rb', line 7289

class MalformedNodeInputExpressionFlowValidationDetails < Struct.new(
  :node,
  :input,
  :cause)
  SENSITIVE = []
  include Aws::Structure
end