Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "CONFLICT_EXCEPTION", ...
Returns the value of attribute reason.
-
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
-
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
Instance Attribute Details
#context ⇒ ::Hash[::String, ::String]
Returns the value of attribute context.
654 655 656 |
# File 'sig/types.rbs', line 654 def context @context end |
#message ⇒ ::String
Returns the value of attribute message.
650 651 652 |
# File 'sig/types.rbs', line 650 def @message end |
#reason ⇒ "CONFLICT_EXCEPTION", ...
Returns the value of attribute reason.
651 652 653 |
# File 'sig/types.rbs', line 651 def reason @reason end |
#resource_id ⇒ ::String
Returns the value of attribute resource_id.
652 653 654 |
# File 'sig/types.rbs', line 652 def resource_id @resource_id end |
#resource_type ⇒ ::String
Returns the value of attribute resource_type.
653 654 655 |
# File 'sig/types.rbs', line 653 def resource_type @resource_type end |