Class: Aws::Types::UpdateVehicleError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ ::Integer

Returns the value of attribute code.

Returns:

  • (::Integer)


1439
1440
1441
# File 'sig/types.rbs', line 1439

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


1440
1441
1442
# File 'sig/types.rbs', line 1440

def message
  @message
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


1438
1439
1440
# File 'sig/types.rbs', line 1438

def vehicle_name
  @vehicle_name
end