public static interface LastRunErrorStatus.Builder extends SdkPojo, CopyableBuilder<LastRunErrorStatus.Builder,LastRunErrorStatus>
| Modifier and Type | Method and Description |
|---|---|
LastRunErrorStatus.Builder |
code(LastRunErrorStatusCode code)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
LastRunErrorStatus.Builder |
code(String code)
Specifies whether any account- or bucket-level access errors occurred when the job ran.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLastRunErrorStatus.Builder code(String code)
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.
code - 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.
LastRunErrorStatusCode,
LastRunErrorStatusCodeLastRunErrorStatus.Builder code(LastRunErrorStatusCode code)
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.
code - 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.
LastRunErrorStatusCode,
LastRunErrorStatusCodeCopyright © 2022. All rights reserved.