Class: Aws::SageMaker::Types::BatchDeleteClusterNodesResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchDeleteClusterNodesError>

A list of errors encountered when deleting the specified nodes.



3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3004

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<String>

A list of node IDs that were successfully deleted from the specified cluster.

Returns:

  • (Array<String>)


3004
3005
3006
3007
3008
3009
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3004

class BatchDeleteClusterNodesResponse < Struct.new(
  :failed,
  :successful)
  SENSITIVE = []
  include Aws::Structure
end