Struct aws_sdk_macie2::model::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
sourceimpl 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.
sourceimpl LastRunErrorStatus
impl LastRunErrorStatus
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture LastRunErrorStatus
.
Trait Implementations
sourceimpl Clone for LastRunErrorStatus
impl Clone for LastRunErrorStatus
sourcefn clone(&self) -> LastRunErrorStatus
fn clone(&self) -> LastRunErrorStatus
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for LastRunErrorStatus
impl Debug for LastRunErrorStatus
sourceimpl PartialEq<LastRunErrorStatus> for LastRunErrorStatus
impl PartialEq<LastRunErrorStatus> for LastRunErrorStatus
sourcefn eq(&self, other: &LastRunErrorStatus) -> bool
fn eq(&self, other: &LastRunErrorStatus) -> bool
impl StructuralPartialEq for LastRunErrorStatus
Auto Trait Implementations
impl RefUnwindSafe for LastRunErrorStatus
impl Send for LastRunErrorStatus
impl Sync for LastRunErrorStatus
impl Unpin for LastRunErrorStatus
impl UnwindSafe for LastRunErrorStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more