Class: Aws::SageMaker::Types::ConflictException

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

Overview

There was a conflict when you attempted to modify a SageMaker entity such as an Experiment or Artifact.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4502
4503
4504
4505
4506
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4502

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end