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 a SageMaker entity such as an ‘Experiment` or `Artifact`.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4897 4898 4899 4900 4901 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4897 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |