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
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_id ⇒ String
The identifier of the resource that caused the conflict.
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_type ⇒ String
The type of resource that caused the conflict.
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 |