Class: Aws::Types::UpdateVehicleError
- Inherits:
-
Object
- Object
- Aws::Types::UpdateVehicleError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::Integer
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#code ⇒ ::Integer
Returns the value of attribute code.
1439 1440 1441 |
# File 'sig/types.rbs', line 1439 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1440 1441 1442 |
# File 'sig/types.rbs', line 1440 def @message end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
1438 1439 1440 |
# File 'sig/types.rbs', line 1438 def vehicle_name @vehicle_name end |