#[non_exhaustive]pub struct AccessDeniedForDependencyException { /* private fields */ }
Expand description
In order to grant the necessary access to the Shield Response Team (SRT) the user submitting the request must have the iam:PassRole
permission. This error indicates the user did not have the appropriate permissions. For more information, see Granting a User Permissions to Pass a Role to an Amazon Web Services Service.
Implementations§
source§impl AccessDeniedForDependencyException
impl AccessDeniedForDependencyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccessDeniedForDependencyException
.
Trait Implementations§
source§impl Clone for AccessDeniedForDependencyException
impl Clone for AccessDeniedForDependencyException
source§fn clone(&self) -> AccessDeniedForDependencyException
fn clone(&self) -> AccessDeniedForDependencyException
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 Error for AccessDeniedForDependencyException
impl Error for AccessDeniedForDependencyException
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<AccessDeniedForDependencyException> for AccessDeniedForDependencyException
impl PartialEq<AccessDeniedForDependencyException> for AccessDeniedForDependencyException
source§fn eq(&self, other: &AccessDeniedForDependencyException) -> bool
fn eq(&self, other: &AccessDeniedForDependencyException) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.