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.
3200 3201 3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3200 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.
3200 3201 3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3200 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.
3200 3201 3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3200 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.
3200 3201 3202 3203 3204 3205 3206 3207 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 3200 class BatchAddClusterNodesError < Struct.new( :instance_group_name, :error_code, :failed_count, :message) SENSITIVE = [] include Aws::Structure end |