Class: Aws::BedrockAgent::Types::UnreachableNodeFlowValidationDetails

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

Overview

Details about an unreachable node in the flow. A node is unreachable when there are no paths to it from any starting node.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#nodeString

The name of the unreachable node.

Returns:

  • (String)


8073
8074
8075
8076
8077
# File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 8073

class UnreachableNodeFlowValidationDetails < Struct.new(
  :node)
  SENSITIVE = []
  include Aws::Structure
end