Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#request_id ⇒ ::String
Returns the value of attribute request_id.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
68 69 70 |
# File 'sig/types.rbs', line 68 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
69 70 71 |
# File 'sig/types.rbs', line 69 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
70 71 72 |
# File 'sig/types.rbs', line 70 def request_id @request_id end |