Class: Aws::IoTFleetWise::Types::UpdateVehicleError
- Inherits:
-
Struct
- Object
- Struct
- Aws::IoTFleetWise::Types::UpdateVehicleError
- 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
-
#code ⇒ Integer
The relevant HTTP error code (400+).
-
#message ⇒ String
A message associated with the error.
-
#vehicle_name ⇒ String
The ID of the vehicle with the error.
Instance Attribute Details
#code ⇒ Integer
The relevant HTTP error code (400+).
4085 4086 4087 4088 4089 4090 4091 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4085 class UpdateVehicleError < Struct.new( :vehicle_name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
A message associated with the error.
4085 4086 4087 4088 4089 4090 4091 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4085 class UpdateVehicleError < Struct.new( :vehicle_name, :code, :message) SENSITIVE = [] include Aws::Structure end |
#vehicle_name ⇒ String
The ID of the vehicle with the error.
4085 4086 4087 4088 4089 4090 4091 |
# File 'gems/aws-sdk-iotfleetwise/lib/aws-sdk-iotfleetwise/types.rb', line 4085 class UpdateVehicleError < Struct.new( :vehicle_name, :code, :message) SENSITIVE = [] include Aws::Structure end |