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 ⇒ "ZonalShiftAlreadyExists", ...
Returns the value of attribute reason.
-
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
Instance Attribute Details
#message ⇒ ::String
Returns the value of attribute message.
53 54 55 |
# File 'sig/types.rbs', line 53 def end |
#reason ⇒ "ZonalShiftAlreadyExists", ...
Returns the value of attribute reason.
54 55 56 |
# File 'sig/types.rbs', line 54 def reason @reason end |
#zonal_shift_id ⇒ ::String
Returns the value of attribute zonal_shift_id.
55 56 57 |
# File 'sig/types.rbs', line 55 def zonal_shift_id @zonal_shift_id end |