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
4905 4906 4907 4908 4909 |
# File 'lib/aws-sdk-sagemaker/types.rb', line 4905 class ConflictException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |