Struct aws_sdk_s3control::model::JobFailure [−][src]
#[non_exhaustive]pub struct JobFailure {
pub failure_code: Option<String>,
pub failure_reason: Option<String>,
}
Expand description
If this job failed, this element indicates why the job failed.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.failure_code: Option<String>
The failure code, if any, for the specified job.
failure_reason: Option<String>
The failure reason, if any, for the specified job.
Implementations
The failure code, if any, for the specified job.
The failure reason, if any, for the specified job.
Creates a new builder-style object to manufacture JobFailure
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 JobFailure
impl Send for JobFailure
impl Sync for JobFailure
impl Unpin for JobFailure
impl UnwindSafe for JobFailure
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