Class: Aws::SageMaker::Types::BatchAddClusterNodesError
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::BatchAddClusterNodesError
- 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
-
#error_code ⇒ String
The error code associated with the failure.
-
#failed_count ⇒ Integer
The number of nodes that failed to be added to the specified instance group.
-
#instance_group_name ⇒ String
The name of the instance group for which the error occurred.
-
#message ⇒ String
A descriptive message providing additional details about the error.
Instance Attribute Details
#error_code ⇒ String
The error code associated with the failure. Possible values include
InstanceGroupNotFound
and InvalidInstanceGroupState
.
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_count ⇒ Integer
The number of nodes that failed to be added to the specified instance group.
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_name ⇒ String
The name of the instance group for which the error occurred.
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 |
#message ⇒ String
A descriptive message providing additional details about the error.
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 |