Struct aws_sdk_ec2::model::BundleTaskError
source · #[non_exhaustive]pub struct BundleTaskError { /* private fields */ }
Expand description
Describes an error for BundleInstance
.
Implementations§
source§impl BundleTaskError
impl BundleTaskError
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture BundleTaskError
.
Trait Implementations§
source§impl Clone for BundleTaskError
impl Clone for BundleTaskError
source§fn clone(&self) -> BundleTaskError
fn clone(&self) -> BundleTaskError
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 moresource§impl Debug for BundleTaskError
impl Debug for BundleTaskError
source§impl PartialEq<BundleTaskError> for BundleTaskError
impl PartialEq<BundleTaskError> for BundleTaskError
source§fn eq(&self, other: &BundleTaskError) -> bool
fn eq(&self, other: &BundleTaskError) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.