Struct aws_sdk_macie2::types::LastRunErrorStatus
source · #[non_exhaustive]pub struct LastRunErrorStatus { /* private fields */ }
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.
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
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 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
This method tests for
self
and other
values to be equal, and is used
by ==
.