#[non_exhaustive]pub struct UnsupportedActionException { /* private fields */ }Expand description
The specified resource doesn't support this resource operation.
Implementations
sourceimpl UnsupportedActionException
impl UnsupportedActionException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnsupportedActionException.
Trait Implementations
sourceimpl Clone for UnsupportedActionException
impl Clone for UnsupportedActionException
sourcefn clone(&self) -> UnsupportedActionException
fn clone(&self) -> UnsupportedActionException
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 UnsupportedActionException
impl Debug for UnsupportedActionException
sourceimpl Display for UnsupportedActionException
impl Display for UnsupportedActionException
sourceimpl Error for UnsupportedActionException
impl Error for UnsupportedActionException
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<UnsupportedActionException> for UnsupportedActionException
impl PartialEq<UnsupportedActionException> for UnsupportedActionException
sourcefn eq(&self, other: &UnsupportedActionException) -> bool
fn eq(&self, other: &UnsupportedActionException) -> bool
impl StructuralPartialEq for UnsupportedActionException
Auto Trait Implementations
impl RefUnwindSafe for UnsupportedActionException
impl Send for UnsupportedActionException
impl Sync for UnsupportedActionException
impl Unpin for UnsupportedActionException
impl UnwindSafe for UnsupportedActionException
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