Struct aws_sdk_swf::error::LimitExceededFault
source · #[non_exhaustive]pub struct LimitExceededFault { /* private fields */ }
Expand description
Returned by any operation if a system imposed limitation has been reached. To address this fault you should either clean up unused resources or increase the limit by contacting AWS.
Implementations§
source§impl LimitExceededFault
impl LimitExceededFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LimitExceededFault
.
Trait Implementations§
source§impl Clone for LimitExceededFault
impl Clone for LimitExceededFault
source§fn clone(&self) -> LimitExceededFault
fn clone(&self) -> LimitExceededFault
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 LimitExceededFault
impl Debug for LimitExceededFault
source§impl Display for LimitExceededFault
impl Display for LimitExceededFault
source§impl Error for LimitExceededFault
impl Error for LimitExceededFault
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<LimitExceededFault> for LimitExceededFault
impl PartialEq<LimitExceededFault> for LimitExceededFault
source§fn eq(&self, other: &LimitExceededFault) -> bool
fn eq(&self, other: &LimitExceededFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.