Class: Aws::Odb::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Odb::Types::ConflictException
- 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
-
#message ⇒ String
-
#resource_id ⇒ String
The identifier of the resource that caused the conflict.
-
#resource_type ⇒ String
The type of resource that caused the conflict.
Instance Attribute Details
#message ⇒ 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_id ⇒ String
The identifier of the resource that caused the conflict.
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_type ⇒ String
The type of resource that caused the conflict.
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 |