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§
source§impl ThrottledException
impl ThrottledException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ThrottledException
.
Trait Implementations§
source§impl Clone for ThrottledException
impl Clone for ThrottledException
source§fn clone(&self) -> ThrottledException
fn clone(&self) -> ThrottledException
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 ThrottledException
impl Debug for ThrottledException
source§impl Display for ThrottledException
impl Display for ThrottledException
source§impl Error for ThrottledException
impl Error for ThrottledException
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<ThrottledException> for ThrottledException
impl PartialEq<ThrottledException> for ThrottledException
source§fn eq(&self, other: &ThrottledException) -> bool
fn eq(&self, other: &ThrottledException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.