Struct aws_sdk_iotfleetwise::model::UpdateVehicleError
source · #[non_exhaustive]pub struct UpdateVehicleError { /* private fields */ }
Expand description
An HTTP error resulting from updating the description for a vehicle.
Implementations§
source§impl UpdateVehicleError
impl UpdateVehicleError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UpdateVehicleError
.
Trait Implementations§
source§impl Clone for UpdateVehicleError
impl Clone for UpdateVehicleError
source§fn clone(&self) -> UpdateVehicleError
fn clone(&self) -> UpdateVehicleError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more