Class: Aws::SageMaker::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ConflictException
- 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
#message ⇒ String
1719 1720 1721 1722 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 1719 class ConflictException < Struct.new( :message) include Aws::Structure end |