#[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
sourceimpl AccessDeniedForDependencyException
impl AccessDeniedForDependencyException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture AccessDeniedForDependencyException
.
Trait Implementations
sourceimpl Clone for AccessDeniedForDependencyException
impl Clone for AccessDeniedForDependencyException
sourcefn clone(&self) -> AccessDeniedForDependencyException
fn clone(&self) -> AccessDeniedForDependencyException
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Error for AccessDeniedForDependencyException
impl Error for AccessDeniedForDependencyException
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<AccessDeniedForDependencyException> for AccessDeniedForDependencyException
impl PartialEq<AccessDeniedForDependencyException> for AccessDeniedForDependencyException
sourcefn eq(&self, other: &AccessDeniedForDependencyException) -> bool
fn eq(&self, other: &AccessDeniedForDependencyException) -> bool
impl StructuralPartialEq for AccessDeniedForDependencyException
Auto Trait Implementations
impl RefUnwindSafe for AccessDeniedForDependencyException
impl Send for AccessDeniedForDependencyException
impl Sync for AccessDeniedForDependencyException
impl Unpin for AccessDeniedForDependencyException
impl UnwindSafe for AccessDeniedForDependencyException
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more