Class: Aws::IoTFleetWise::Types::UpdateVehicleError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb

Overview

An HTTP error resulting from updating the description for a vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeInteger

The relevant HTTP error code (400+).

Returns:

  • (Integer)


4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4090

class UpdateVehicleError < Struct.new(
  :vehicle_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message associated with the error.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4090

class UpdateVehicleError < Struct.new(
  :vehicle_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end

#vehicle_nameString

The ID of the vehicle with the error.

Returns:

  • (String)


4090
4091
4092
4093
4094
4095
4096
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4090

class UpdateVehicleError < Struct.new(
  :vehicle_name,
  :code,
  :message)
  SENSITIVE = []
  include Aws::Structure
end