Class: Aws::SageMaker::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SageMaker::Types::ConflictException
- 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
#message ⇒ String
4936 4937 4938 4939 4940 |
# File 'gems/aws-sdk-sagemaker/lib/aws-sdk-sagemaker/types.rb', line 4936 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |