Class: Aws::LookoutEquipment::Types::ConflictException

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

Overview

The request could not be completed due to a conflict with the current state of the target resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


55
56
57
58
59
# File 'gems/aws-sdk-lookoutequipment/lib/aws-sdk-lookoutequipment/types.rb', line 55

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