Class: Aws::SageMaker::Types::BatchAddClusterNodesError

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

Overview

Information about an error that occurred during the node addition operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the failure. Possible values include InstanceGroupNotFound and InvalidInstanceGroupState.

Returns:

  • (String)


3106
3107
3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3106

class BatchAddClusterNodesError < Struct.new(
  :instance_group_name,
  :error_code,
  :failed_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#failed_countInteger

The number of nodes that failed to be added to the specified instance group.

Returns:

  • (Integer)


3106
3107
3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3106

class BatchAddClusterNodesError < Struct.new(
  :instance_group_name,
  :error_code,
  :failed_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#instance_group_nameString

The name of the instance group for which the error occurred.

Returns:

  • (String)


3106
3107
3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3106

class BatchAddClusterNodesError < Struct.new(
  :instance_group_name,
  :error_code,
  :failed_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A descriptive message providing additional details about the error.

Returns:

  • (String)


3106
3107
3108
3109
3110
3111
3112
3113
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3106

class BatchAddClusterNodesError < Struct.new(
  :instance_group_name,
  :error_code,
  :failed_count,
  :message)
  SENSITIVE = []
  include Aws::Structure
end