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.
| 10471 10472 10473 10474 10475 | # File 'gems/aws-sdk-bedrockagent/lib/aws-sdk-bedrockagent/types.rb', line 10471 class UnreachableNodeFlowValidationDetails < Struct.new( :node) SENSITIVE = [] include Aws::Structure end |