Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#message ⇒ ::String
Returns the value of attribute message.
-
#reason ⇒ "UNIQUENESS_CONSTRAINT_VIOLATION", "CONCURRENT_MODIFICATION"
Returns the value of attribute reason.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
51 52 53 |
# File 'sig/types.rbs', line 51 def @message end |
#reason ⇒ "UNIQUENESS_CONSTRAINT_VIOLATION", "CONCURRENT_MODIFICATION"
Returns the value of attribute reason.
53 54 55 |
# File 'sig/types.rbs', line 53 def reason @reason end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
52 53 54 |
# File 'sig/types.rbs', line 52 def request_id @request_id end |