Struct aws_sdk_lambda::error::Ec2ThrottledException
source · #[non_exhaustive]pub struct Ec2ThrottledException { /* private fields */ }
Expand description
Amazon EC2 throttled Lambda during Lambda function initialization using the execution role provided for the function.
Implementations§
source§impl Ec2ThrottledException
impl Ec2ThrottledException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Ec2ThrottledException
.
Trait Implementations§
source§impl Clone for Ec2ThrottledException
impl Clone for Ec2ThrottledException
source§fn clone(&self) -> Ec2ThrottledException
fn clone(&self) -> Ec2ThrottledException
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 Ec2ThrottledException
impl Debug for Ec2ThrottledException
source§impl Display for Ec2ThrottledException
impl Display for Ec2ThrottledException
source§impl Error for Ec2ThrottledException
impl Error for Ec2ThrottledException
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<Ec2ThrottledException> for Ec2ThrottledException
impl PartialEq<Ec2ThrottledException> for Ec2ThrottledException
source§fn eq(&self, other: &Ec2ThrottledException) -> bool
fn eq(&self, other: &Ec2ThrottledException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.