Struct aws_sdk_sagemaker::model::LastUpdateStatus
source · #[non_exhaustive]pub struct LastUpdateStatus { /* private fields */ }
Expand description
A value that indicates whether the update was successful.
Implementations§
source§impl LastUpdateStatus
impl LastUpdateStatus
sourcepub fn status(&self) -> Option<&LastUpdateStatusValue>
pub fn status(&self) -> Option<&LastUpdateStatusValue>
A value that indicates whether the update was made successful.
sourcepub fn failure_reason(&self) -> Option<&str>
pub fn failure_reason(&self) -> Option<&str>
If the update wasn't successful, indicates the reason why it failed.
source§impl LastUpdateStatus
impl LastUpdateStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastUpdateStatus
.
Trait Implementations§
source§impl Clone for LastUpdateStatus
impl Clone for LastUpdateStatus
source§fn clone(&self) -> LastUpdateStatus
fn clone(&self) -> LastUpdateStatus
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 LastUpdateStatus
impl Debug for LastUpdateStatus
source§impl PartialEq<LastUpdateStatus> for LastUpdateStatus
impl PartialEq<LastUpdateStatus> for LastUpdateStatus
source§fn eq(&self, other: &LastUpdateStatus) -> bool
fn eq(&self, other: &LastUpdateStatus) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.