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§
source§impl UnmodifiableEntityException
impl UnmodifiableEntityException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnmodifiableEntityException.
Trait Implementations§
source§impl Clone for UnmodifiableEntityException
impl Clone for UnmodifiableEntityException
source§fn clone(&self) -> UnmodifiableEntityException
fn clone(&self) -> UnmodifiableEntityException
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 UnmodifiableEntityException
impl Debug for UnmodifiableEntityException
source§impl Error for UnmodifiableEntityException
impl Error for UnmodifiableEntityException
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<UnmodifiableEntityException> for UnmodifiableEntityException
impl PartialEq<UnmodifiableEntityException> for UnmodifiableEntityException
source§fn eq(&self, other: &UnmodifiableEntityException) -> bool
fn eq(&self, other: &UnmodifiableEntityException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.