Struct aws_sdk_macie2::types::LastRunErrorStatus
source · #[non_exhaustive]pub struct LastRunErrorStatus {
pub code: Option<LastRunErrorStatusCode>,
}
Expand description
Specifies whether any account- or bucket-level access errors occurred when a classification job ran. For information about using logging data to investigate these errors, see Monitoring sensitive data discovery jobs in the Amazon Macie User Guide.
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.code: Option<LastRunErrorStatusCode>
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
NONE - No errors occurred. Macie processed all the data specified for the job.
Implementations§
source§impl LastRunErrorStatus
impl LastRunErrorStatus
sourcepub fn code(&self) -> Option<&LastRunErrorStatusCode>
pub fn code(&self) -> Option<&LastRunErrorStatusCode>
Specifies whether any account- or bucket-level access errors occurred when the job ran. For a recurring job, this value indicates the error status of the job's most recent run. Possible values are:
ERROR - One or more errors occurred. Amazon Macie didn't process all the data specified for the job.
NONE - No errors occurred. Macie processed all the data specified for the job.
source§impl LastRunErrorStatus
impl LastRunErrorStatus
sourcepub fn builder() -> LastRunErrorStatusBuilder
pub fn builder() -> LastRunErrorStatusBuilder
Creates a new builder-style object to manufacture LastRunErrorStatus
.
Trait Implementations§
source§impl Clone for LastRunErrorStatus
impl Clone for LastRunErrorStatus
source§fn clone(&self) -> LastRunErrorStatus
fn clone(&self) -> LastRunErrorStatus
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for LastRunErrorStatus
impl Debug for LastRunErrorStatus
source§impl PartialEq<LastRunErrorStatus> for LastRunErrorStatus
impl PartialEq<LastRunErrorStatus> for LastRunErrorStatus
source§fn eq(&self, other: &LastRunErrorStatus) -> bool
fn eq(&self, other: &LastRunErrorStatus) -> bool
self
and other
values to be equal, and is used
by ==
.