Struct aws_sdk_docdb::error::InvalidDbSubnetStateFault
source · #[non_exhaustive]pub struct InvalidDbSubnetStateFault { /* private fields */ }
Expand description
The subnet isn't in the available state.
Implementations§
source§impl InvalidDbSubnetStateFault
impl InvalidDbSubnetStateFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture InvalidDbSubnetStateFault
.
Trait Implementations§
source§impl Clone for InvalidDbSubnetStateFault
impl Clone for InvalidDbSubnetStateFault
source§fn clone(&self) -> InvalidDbSubnetStateFault
fn clone(&self) -> InvalidDbSubnetStateFault
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 InvalidDbSubnetStateFault
impl Debug for InvalidDbSubnetStateFault
source§impl Display for InvalidDbSubnetStateFault
impl Display for InvalidDbSubnetStateFault
source§impl Error for InvalidDbSubnetStateFault
impl Error for InvalidDbSubnetStateFault
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidDbSubnetStateFault> for InvalidDbSubnetStateFault
impl PartialEq<InvalidDbSubnetStateFault> for InvalidDbSubnetStateFault
source§fn eq(&self, other: &InvalidDbSubnetStateFault) -> bool
fn eq(&self, other: &InvalidDbSubnetStateFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.