Struct aws_sdk_xray::error::ThrottledException
source · [−]#[non_exhaustive]pub struct ThrottledException { /* private fields */ }
Expand description
The request exceeds the maximum number of requests per second.
Implementations
sourceimpl ThrottledException
impl ThrottledException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThrottledException
.
Trait Implementations
sourceimpl Clone for ThrottledException
impl Clone for ThrottledException
sourcefn clone(&self) -> ThrottledException
fn clone(&self) -> ThrottledException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ThrottledException
impl Debug for ThrottledException
sourceimpl Display for ThrottledException
impl Display for ThrottledException
sourceimpl Error for ThrottledException
impl Error for ThrottledException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<ThrottledException> for ThrottledException
impl PartialEq<ThrottledException> for ThrottledException
sourcefn eq(&self, other: &ThrottledException) -> bool
fn eq(&self, other: &ThrottledException) -> bool
impl StructuralPartialEq for ThrottledException
Auto Trait Implementations
impl RefUnwindSafe for ThrottledException
impl Send for ThrottledException
impl Sync for ThrottledException
impl Unpin for ThrottledException
impl UnwindSafe for ThrottledException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more