#[non_exhaustive]pub struct ReplicationSubnetGroupDoesNotCoverEnoughAZs { /* private fields */ }
Expand description
The replication subnet group does not cover enough Availability Zones (AZs). Edit the replication subnet group and add more AZs.
Implementations§
source§impl ReplicationSubnetGroupDoesNotCoverEnoughAZs
impl ReplicationSubnetGroupDoesNotCoverEnoughAZs
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ReplicationSubnetGroupDoesNotCoverEnoughAZs
.
Trait Implementations§
source§impl Clone for ReplicationSubnetGroupDoesNotCoverEnoughAZs
impl Clone for ReplicationSubnetGroupDoesNotCoverEnoughAZs
source§fn clone(&self) -> ReplicationSubnetGroupDoesNotCoverEnoughAZs
fn clone(&self) -> ReplicationSubnetGroupDoesNotCoverEnoughAZs
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 Error for ReplicationSubnetGroupDoesNotCoverEnoughAZs
impl Error for ReplicationSubnetGroupDoesNotCoverEnoughAZs
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<ReplicationSubnetGroupDoesNotCoverEnoughAZs> for ReplicationSubnetGroupDoesNotCoverEnoughAZs
impl PartialEq<ReplicationSubnetGroupDoesNotCoverEnoughAZs> for ReplicationSubnetGroupDoesNotCoverEnoughAZs
source§fn eq(&self, other: &ReplicationSubnetGroupDoesNotCoverEnoughAZs) -> bool
fn eq(&self, other: &ReplicationSubnetGroupDoesNotCoverEnoughAZs) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.