LastRunErrorStatusArgs

data class LastRunErrorStatusArgs(val code: Output<LastRunErrorStatusCodeEnumValueArgs>? = null) : ConvertibleToJava<LastRunErrorStatusArgs>

Definition of LastRunErrorStatus

Constructors

Link copied to clipboard
constructor(code: Output<LastRunErrorStatusCodeEnumValueArgs>? = null)

Properties

Link copied to clipboard

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.

Functions

Link copied to clipboard
open override fun toJava(): LastRunErrorStatusArgs