Class: Aws::BedrockAgent::Types::UnreachableNodeFlowValidationDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::BedrockAgent::Types::UnreachableNodeFlowValidationDetails
- 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
-
#node ⇒ String
The name of the unreachable node.
Instance Attribute Details
#node ⇒ String
The name of the unreachable node.
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 |