Struct aws_sdk_elasticache::error::SubnetNotAllowedFault
source · #[non_exhaustive]pub struct SubnetNotAllowedFault { /* private fields */ }
Expand description
At least one subnet ID does not match the other subnet IDs. This mismatch typically occurs when a user sets one subnet ID to a regional Availability Zone and a different one to an outpost. Or when a user sets the subnet ID to an Outpost when not subscribed on this service.
Implementations§
source§impl SubnetNotAllowedFault
impl SubnetNotAllowedFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture SubnetNotAllowedFault
.
Trait Implementations§
source§impl Clone for SubnetNotAllowedFault
impl Clone for SubnetNotAllowedFault
source§fn clone(&self) -> SubnetNotAllowedFault
fn clone(&self) -> SubnetNotAllowedFault
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 SubnetNotAllowedFault
impl Debug for SubnetNotAllowedFault
source§impl Display for SubnetNotAllowedFault
impl Display for SubnetNotAllowedFault
source§impl Error for SubnetNotAllowedFault
impl Error for SubnetNotAllowedFault
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()