#[non_exhaustive]pub struct ScheduledActionQuotaExceededFault { /* private fields */ }
Expand description
The quota for scheduled actions exceeded.
Implementations§
source§impl ScheduledActionQuotaExceededFault
impl ScheduledActionQuotaExceededFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ScheduledActionQuotaExceededFault
.
Trait Implementations§
source§impl Clone for ScheduledActionQuotaExceededFault
impl Clone for ScheduledActionQuotaExceededFault
source§fn clone(&self) -> ScheduledActionQuotaExceededFault
fn clone(&self) -> ScheduledActionQuotaExceededFault
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 ScheduledActionQuotaExceededFault
impl Error for ScheduledActionQuotaExceededFault
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<ScheduledActionQuotaExceededFault> for ScheduledActionQuotaExceededFault
impl PartialEq<ScheduledActionQuotaExceededFault> for ScheduledActionQuotaExceededFault
source§fn eq(&self, other: &ScheduledActionQuotaExceededFault) -> bool
fn eq(&self, other: &ScheduledActionQuotaExceededFault) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.