Struct aws_sdk_memorydb::model::UnprocessedCluster
source · #[non_exhaustive]pub struct UnprocessedCluster { /* private fields */ }
Expand description
A cluster whose updates have failed
Implementations§
source§impl UnprocessedCluster
impl UnprocessedCluster
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the cluster
sourcepub fn error_type(&self) -> Option<&str>
pub fn error_type(&self) -> Option<&str>
The error type associated with the update failure
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
The error message associated with the update failure
source§impl UnprocessedCluster
impl UnprocessedCluster
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture UnprocessedCluster
.
Trait Implementations§
source§impl Clone for UnprocessedCluster
impl Clone for UnprocessedCluster
source§fn clone(&self) -> UnprocessedCluster
fn clone(&self) -> UnprocessedCluster
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 more