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)


1813
1814
1815
1816
1817
1818
1819
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1813

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)


1813
1814
1815
1816
1817
1818
1819
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1813

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)


1813
1814
1815
1816
1817
1818
1819
# File 'gems/aws-sdk-odb/lib/aws-sdk-odb/types.rb', line 1813

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