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