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