Struct aws_sdk_sagemaker::model::FailStepMetadata
source · #[non_exhaustive]pub struct FailStepMetadata { /* private fields */ }
Expand description
The container for the metadata for Fail step.
Implementations§
source§impl FailStepMetadata
impl FailStepMetadata
sourcepub fn error_message(&self) -> Option<&str>
pub fn error_message(&self) -> Option<&str>
A message that you define and then is processed and rendered by the Fail step when the error occurs.
source§impl FailStepMetadata
impl FailStepMetadata
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture FailStepMetadata
.
Trait Implementations§
source§impl Clone for FailStepMetadata
impl Clone for FailStepMetadata
source§fn clone(&self) -> FailStepMetadata
fn clone(&self) -> FailStepMetadata
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 FailStepMetadata
impl Debug for FailStepMetadata
source§impl PartialEq<FailStepMetadata> for FailStepMetadata
impl PartialEq<FailStepMetadata> for FailStepMetadata
source§fn eq(&self, other: &FailStepMetadata) -> bool
fn eq(&self, other: &FailStepMetadata) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.