Class: Aws::MedicalImaging::Types::ConflictException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb

Overview

Updating or deleting a resource can cause an inconsistent state.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


33
34
35
36
37
# File 'gems/aws-sdk-medicalimaging/lib/aws-sdk-medicalimaging/types.rb', line 33

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