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

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
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)


4512
4513
4514
4515
4516
# File 'lib/aws-sdk-sagemaker/types.rb', line 4512

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