Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#conflict_exception_type ⇒ "RESOURCE_IN_USE", ...
Returns the value of attribute conflict_exception_type.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#conflict_exception_type ⇒ "RESOURCE_IN_USE", ...
Returns the value of attribute conflict_exception_type.
57 58 59 |
# File 'sig/types.rbs', line 57 def conflict_exception_type @conflict_exception_type end |
#message ⇒ ::String
Returns the value of attribute message.
56 57 58 |
# File 'sig/types.rbs', line 56 def @message end |