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 an experiment, trial, or trial component.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1719
1720
1721
1722
# File 'lib/aws-sdk-sagemaker/types.rb', line 1719

class ConflictException < Struct.new(
  :message)
  include Aws::Structure
end