Class: Aws::SagemakerJobRuntime::Types::ConflictException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sagemakerjobruntime/types.rb

Overview

The request conflicts with the current state of the resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


70
71
72
73
74
# File 'lib/aws-sdk-sagemakerjobruntime/types.rb', line 70

class ConflictException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end