#[non_exhaustive]pub struct DomainControllerLimitExceededException { /* private fields */ }
Expand description
The maximum allowed number of domain controllers per directory was exceeded. The default limit per directory is 20 domain controllers.
Implementations§
source§impl DomainControllerLimitExceededException
impl DomainControllerLimitExceededException
sourcepub fn request_id(&self) -> Option<&str>
pub fn request_id(&self) -> Option<&str>
The Amazon Web Services request identifier.
source§impl DomainControllerLimitExceededException
impl DomainControllerLimitExceededException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture DomainControllerLimitExceededException
.
Trait Implementations§
source§impl Clone for DomainControllerLimitExceededException
impl Clone for DomainControllerLimitExceededException
source§fn clone(&self) -> DomainControllerLimitExceededException
fn clone(&self) -> DomainControllerLimitExceededException
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 DomainControllerLimitExceededException
impl Error for DomainControllerLimitExceededException
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<DomainControllerLimitExceededException> for DomainControllerLimitExceededException
impl PartialEq<DomainControllerLimitExceededException> for DomainControllerLimitExceededException
source§fn eq(&self, other: &DomainControllerLimitExceededException) -> bool
fn eq(&self, other: &DomainControllerLimitExceededException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.