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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1025

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

#messageString

A description of the HTTP error.

Returns:

  • (String)


1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1025

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)


1025
1026
1027
1028
1029
1030
1031
# File 'lib/aws-sdk-iotfleetwise/types.rb', line 1025

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