Struct aws_sdk_glue::error::EntityNotFoundException
source · #[non_exhaustive]pub struct EntityNotFoundException { /* private fields */ }Expand description
A specified entity does not exist
Implementations§
source§impl EntityNotFoundException
impl EntityNotFoundException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EntityNotFoundException.
Trait Implementations§
source§impl Clone for EntityNotFoundException
impl Clone for EntityNotFoundException
source§fn clone(&self) -> EntityNotFoundException
fn clone(&self) -> EntityNotFoundException
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 EntityNotFoundException
impl Debug for EntityNotFoundException
source§impl Display for EntityNotFoundException
impl Display for EntityNotFoundException
source§impl Error for EntityNotFoundException
impl Error for EntityNotFoundException
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<EntityNotFoundException> for EntityNotFoundException
impl PartialEq<EntityNotFoundException> for EntityNotFoundException
source§fn eq(&self, other: &EntityNotFoundException) -> bool
fn eq(&self, other: &EntityNotFoundException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.