Struct aws_sdk_iam::error::UnmodifiableEntityException
source · [−]#[non_exhaustive]pub struct UnmodifiableEntityException { /* private fields */ }Expand description
The request was rejected because only the service that depends on the service-linked role can modify or delete the role on your behalf. The error message includes the name of the service that depends on this service-linked role. You must request the change through that service.
Implementations
sourceimpl UnmodifiableEntityException
impl UnmodifiableEntityException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnmodifiableEntityException.
Trait Implementations
sourceimpl Clone for UnmodifiableEntityException
impl Clone for UnmodifiableEntityException
sourcefn clone(&self) -> UnmodifiableEntityException
fn clone(&self) -> UnmodifiableEntityException
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 Debug for UnmodifiableEntityException
impl Debug for UnmodifiableEntityException
sourceimpl Display for UnmodifiableEntityException
impl Display for UnmodifiableEntityException
sourceimpl Error for UnmodifiableEntityException
impl Error for UnmodifiableEntityException
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<UnmodifiableEntityException> for UnmodifiableEntityException
impl PartialEq<UnmodifiableEntityException> for UnmodifiableEntityException
sourcefn eq(&self, other: &UnmodifiableEntityException) -> bool
fn eq(&self, other: &UnmodifiableEntityException) -> bool
impl StructuralPartialEq for UnmodifiableEntityException
Auto Trait Implementations
impl RefUnwindSafe for UnmodifiableEntityException
impl Send for UnmodifiableEntityException
impl Sync for UnmodifiableEntityException
impl Unpin for UnmodifiableEntityException
impl UnwindSafe for UnmodifiableEntityException
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