Class: Aws::Types::CreateVehicleError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code ⇒ ::String

Returns the value of attribute code.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def code
  @code
end

#message ⇒ ::String

Returns the value of attribute message.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def message
  @message
end

#vehicle_name ⇒ ::String

Returns the value of attribute vehicle_name.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def vehicle_name
  @vehicle_name
end