Class: Aws::Macie2::Types::LastRunErrorStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/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.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

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:

Returns:

  • (String)


3889
3890
3891
3892
3893
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 3889

class LastRunErrorStatus < Struct.new(
  :code)
  SENSITIVE = []
  include Aws::Structure
end