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