Class: Aws::Macie2::Types::LastRunErrorStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::LastRunErrorStatus
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-macie2/types.rb
Overview
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*.
[1]: docs.aws.amazon.com/macie/latest/user/discovery-jobs-monitor-cw-logs.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#code ⇒ String
Specifies whether any account- or bucket-level access errors occurred during the run of a one-time classification job or the most recent run of a recurring classification job.
Instance Attribute Details
#code ⇒ String
Specifies whether any account- or bucket-level access errors occurred during the run of a one-time classification job or the most recent run of a recurring classification job. Possible values are:
3988 3989 3990 3991 3992 |
# File 'lib/aws-sdk-macie2/types.rb', line 3988 class LastRunErrorStatus < Struct.new( :code) SENSITIVE = [] include Aws::Structure end |