Class: Aws::Types::ConflictException
- Inherits:
-
Object
- Object
- Aws::Types::ConflictException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "BadRequest", ...
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 ⇒ "BadRequest", ...
Returns the value of attribute code.
141 142 143 |
# File 'sig/types.rbs', line 141 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
142 143 144 |
# File 'sig/types.rbs', line 142 def @message end |
#request_id ⇒ ::String
Returns the value of attribute request_id.
143 144 145 |
# File 'sig/types.rbs', line 143 def request_id @request_id end |