Class: Aws::IoTFleetWise::Types::CreateVehicleError

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

Overview

An HTTP error resulting from creating a vehicle.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

An HTTP error code.

Returns:

  • (String)


892
893
894
895
896
897
898
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 892

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

#messageString

A description of the HTTP error.

Returns:

  • (String)


892
893
894
895
896
897
898
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 892

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

#vehicle_nameString

The ID of the vehicle with the error.

Returns:

  • (String)


892
893
894
895
896
897
898
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 892

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