Class: Aws::Odb::Types::ConflictException

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

Overview

Occurs when a conflict with the current status of your resource. Fix any inconsistencies with your resource and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1709

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

#resource_idString

The identifier of the resource that caused the conflict.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1709

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

#resource_typeString

The type of resource that caused the conflict.

Returns:

  • (String)


1709
1710
1711
1712
1713
1714
1715
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1709

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