Class: Aws::Types::CreateVehicleError
- Inherits:
-
Object
- Object
- Aws::Types::CreateVehicleError
- 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.
-
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
273 274 275 |
# File 'sig/types.rbs', line 273 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
274 275 276 |
# File 'sig/types.rbs', line 274 def @message end |
#vehicle_name ⇒ ::String
Returns the value of attribute vehicle_name.
272 273 274 |
# File 'sig/types.rbs', line 272 def vehicle_name @vehicle_name end |