Struct aws_sdk_docdb::error::DbSubnetQuotaExceededFault
source · #[non_exhaustive]pub struct DbSubnetQuotaExceededFault { /* private fields */ }
Expand description
The request would cause you to exceed the allowed number of subnets in a subnet group.
Implementations§
source§impl DbSubnetQuotaExceededFault
impl DbSubnetQuotaExceededFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DbSubnetQuotaExceededFault
.
Trait Implementations§
source§impl Clone for DbSubnetQuotaExceededFault
impl Clone for DbSubnetQuotaExceededFault
source§fn clone(&self) -> DbSubnetQuotaExceededFault
fn clone(&self) -> DbSubnetQuotaExceededFault
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 DbSubnetQuotaExceededFault
impl Debug for DbSubnetQuotaExceededFault
source§impl Display for DbSubnetQuotaExceededFault
impl Display for DbSubnetQuotaExceededFault
source§impl Error for DbSubnetQuotaExceededFault
impl Error for DbSubnetQuotaExceededFault
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<DbSubnetQuotaExceededFault> for DbSubnetQuotaExceededFault
impl PartialEq<DbSubnetQuotaExceededFault> for DbSubnetQuotaExceededFault
source§fn eq(&self, other: &DbSubnetQuotaExceededFault) -> bool
fn eq(&self, other: &DbSubnetQuotaExceededFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.