Struct aws_sdk_emr::model::FailureDetails [−][src]
#[non_exhaustive]pub struct FailureDetails {
pub reason: Option<String>,
pub message: Option<String>,
pub log_file: Option<String>,
}Expand description
The details of the step failure. The service attempts to detect the root cause for many common failures.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.reason: Option<String>The reason for the step failure. In the case where the service cannot successfully determine the root cause of the failure, it returns "Unknown Error" as a reason.
message: Option<String>The descriptive message including the error the Amazon EMR service has identified as the cause of step failure. This is text from an error log that describes the root cause of the failure.
log_file: Option<String>The path to the log file where the step failure root cause was originally recorded.
Implementations
Creates a new builder-style object to manufacture FailureDetails
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for FailureDetails
impl Send for FailureDetails
impl Sync for FailureDetails
impl Unpin for FailureDetails
impl UnwindSafe for FailureDetails
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more