Struct aws_sdk_devicefarm::error::TagOperationException
source · [−]#[non_exhaustive]pub struct TagOperationException { /* private fields */ }Expand description
The operation was not successful. Try again.
Implementations
sourceimpl TagOperationException
impl TagOperationException
pub fn resource_name(&self) -> Option<&str>
sourceimpl TagOperationException
impl TagOperationException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagOperationException.
Trait Implementations
sourceimpl Clone for TagOperationException
impl Clone for TagOperationException
sourcefn clone(&self) -> TagOperationException
fn clone(&self) -> TagOperationException
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 TagOperationException
impl Debug for TagOperationException
sourceimpl Display for TagOperationException
impl Display for TagOperationException
sourceimpl Error for TagOperationException
impl Error for TagOperationException
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<TagOperationException> for TagOperationException
impl PartialEq<TagOperationException> for TagOperationException
sourcefn eq(&self, other: &TagOperationException) -> bool
fn eq(&self, other: &TagOperationException) -> bool
impl StructuralPartialEq for TagOperationException
Auto Trait Implementations
impl RefUnwindSafe for TagOperationException
impl Send for TagOperationException
impl Sync for TagOperationException
impl Unpin for TagOperationException
impl UnwindSafe for TagOperationException
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