Class: Aws::SageMaker::Types::BatchDeleteClusterNodesResponse
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::BatchDeleteClusterNodesResponse
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #failed  ⇒ Array<Types::BatchDeleteClusterNodesError> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of errors encountered when deleting the specified nodes.
 - 
  
    
      #successful  ⇒ Array<String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A list of node IDs that were successfully deleted from the specified cluster.
 
Instance Attribute Details
#failed ⇒ Array<Types::BatchDeleteClusterNodesError>
A list of errors encountered when deleting the specified nodes.
      3026 3027 3028 3029 3030 3031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3026 class BatchDeleteClusterNodesResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end  | 
  
#successful ⇒ Array<String>
A list of node IDs that were successfully deleted from the specified cluster.
      3026 3027 3028 3029 3030 3031  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 3026 class BatchDeleteClusterNodesResponse < Struct.new( :failed, :successful) SENSITIVE = [] include Aws::Structure end  |