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