Struct aws_sdk_lambda::error::Ec2AccessDeniedException
source · #[non_exhaustive]pub struct Ec2AccessDeniedException { /* private fields */ }
Expand description
Need additional permissions to configure VPC settings.
Implementations§
source§impl Ec2AccessDeniedException
impl Ec2AccessDeniedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture Ec2AccessDeniedException
.
Trait Implementations§
source§impl Clone for Ec2AccessDeniedException
impl Clone for Ec2AccessDeniedException
source§fn clone(&self) -> Ec2AccessDeniedException
fn clone(&self) -> Ec2AccessDeniedException
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 Ec2AccessDeniedException
impl Debug for Ec2AccessDeniedException
source§impl Display for Ec2AccessDeniedException
impl Display for Ec2AccessDeniedException
source§impl Error for Ec2AccessDeniedException
impl Error for Ec2AccessDeniedException
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<Ec2AccessDeniedException> for Ec2AccessDeniedException
impl PartialEq<Ec2AccessDeniedException> for Ec2AccessDeniedException
source§fn eq(&self, other: &Ec2AccessDeniedException) -> bool
fn eq(&self, other: &Ec2AccessDeniedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.