Struct aws_sdk_emr::model::StepStatus
source · #[non_exhaustive]pub struct StepStatus { /* private fields */ }Expand description
The execution status details of the cluster step.
Implementations§
source§impl StepStatus
impl StepStatus
sourcepub fn state_change_reason(&self) -> Option<&StepStateChangeReason>
pub fn state_change_reason(&self) -> Option<&StepStateChangeReason>
The reason for the step execution status change.
sourcepub fn failure_details(&self) -> Option<&FailureDetails>
pub fn failure_details(&self) -> Option<&FailureDetails>
The details for the step failure including reason, message, and log file path where the root cause was identified.
sourcepub fn timeline(&self) -> Option<&StepTimeline>
pub fn timeline(&self) -> Option<&StepTimeline>
The timeline of the cluster step status over time.
source§impl StepStatus
impl StepStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StepStatus.
Trait Implementations§
source§impl Clone for StepStatus
impl Clone for StepStatus
source§fn clone(&self) -> StepStatus
fn clone(&self) -> StepStatus
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