Struct aws_sdk_swf::error::UnknownResourceFault
source · [−]#[non_exhaustive]pub struct UnknownResourceFault { /* private fields */ }
Expand description
Returned when the named resource cannot be found with in the scope of this operation (region or domain). This could happen if the named resource was never created or is no longer available for this operation.
Implementations
sourceimpl UnknownResourceFault
impl UnknownResourceFault
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnknownResourceFault
.
Trait Implementations
sourceimpl Clone for UnknownResourceFault
impl Clone for UnknownResourceFault
sourcefn clone(&self) -> UnknownResourceFault
fn clone(&self) -> UnknownResourceFault
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 UnknownResourceFault
impl Debug for UnknownResourceFault
sourceimpl Display for UnknownResourceFault
impl Display for UnknownResourceFault
sourceimpl Error for UnknownResourceFault
impl Error for UnknownResourceFault
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<UnknownResourceFault> for UnknownResourceFault
impl PartialEq<UnknownResourceFault> for UnknownResourceFault
sourcefn eq(&self, other: &UnknownResourceFault) -> bool
fn eq(&self, other: &UnknownResourceFault) -> bool
impl StructuralPartialEq for UnknownResourceFault
Auto Trait Implementations
impl RefUnwindSafe for UnknownResourceFault
impl Send for UnknownResourceFault
impl Sync for UnknownResourceFault
impl Unpin for UnknownResourceFault
impl UnwindSafe for UnknownResourceFault
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