#[non_exhaustive]pub struct ObjectNotFoundException { /* private fields */ }Expand description
The specified object could not be found. For any operation that depends on the existence of a scalable target, this exception is thrown if the scalable target with the specified service namespace, resource ID, and scalable dimension does not exist. For any operation that deletes or deregisters a resource, this exception is thrown if the resource cannot be found.
Implementations§
source§impl ObjectNotFoundException
impl ObjectNotFoundException
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ObjectNotFoundException.
Trait Implementations§
source§impl Clone for ObjectNotFoundException
impl Clone for ObjectNotFoundException
source§fn clone(&self) -> ObjectNotFoundException
fn clone(&self) -> ObjectNotFoundException
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 ObjectNotFoundException
impl Debug for ObjectNotFoundException
source§impl Display for ObjectNotFoundException
impl Display for ObjectNotFoundException
source§impl Error for ObjectNotFoundException
impl Error for ObjectNotFoundException
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<ObjectNotFoundException> for ObjectNotFoundException
impl PartialEq<ObjectNotFoundException> for ObjectNotFoundException
source§fn eq(&self, other: &ObjectNotFoundException) -> bool
fn eq(&self, other: &ObjectNotFoundException) -> bool
This method tests for
self and other values to be equal, and is used
by ==.