Struct aws_sdk_devopsguru::error::AccessDeniedException
source · #[non_exhaustive]pub struct AccessDeniedException { /* private fields */ }
Expand description
You don't have permissions to perform the requested operation. The user or role that is making the request must have at least one IAM permissions policy attached that grants the required permissions. For more information, see Access Management in the IAM User Guide.
Implementations§
source§impl AccessDeniedException
impl AccessDeniedException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccessDeniedException
.
Trait Implementations§
source§impl Clone for AccessDeniedException
impl Clone for AccessDeniedException
source§fn clone(&self) -> AccessDeniedException
fn clone(&self) -> AccessDeniedException
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 AccessDeniedException
impl Debug for AccessDeniedException
source§impl Display for AccessDeniedException
impl Display for AccessDeniedException
source§impl Error for AccessDeniedException
impl Error for AccessDeniedException
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<AccessDeniedException> for AccessDeniedException
impl PartialEq<AccessDeniedException> for AccessDeniedException
source§fn eq(&self, other: &AccessDeniedException) -> bool
fn eq(&self, other: &AccessDeniedException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.