Struct aws_sdk_devicefarm::error::TagOperationException
source · #[non_exhaustive]pub struct TagOperationException { /* private fields */ }Expand description
The operation was not successful. Try again.
Implementations§
source§impl TagOperationException
impl TagOperationException
pub fn resource_name(&self) -> Option<&str>
source§impl TagOperationException
impl TagOperationException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture TagOperationException.
Trait Implementations§
source§impl Clone for TagOperationException
impl Clone for TagOperationException
source§fn clone(&self) -> TagOperationException
fn clone(&self) -> TagOperationException
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 TagOperationException
impl Debug for TagOperationException
source§impl Display for TagOperationException
impl Display for TagOperationException
source§impl Error for TagOperationException
impl Error for TagOperationException
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<TagOperationException> for TagOperationException
impl PartialEq<TagOperationException> for TagOperationException
source§fn eq(&self, other: &TagOperationException) -> bool
fn eq(&self, other: &TagOperationException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.