Class: Aws::Macie2::Types::ClassificationResultStatus

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb

Overview

Provides information about the status of a sensitive data finding.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1047

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

#reasonString

Returns:

  • (String)


1047
1048
1049
1050
1051
1052
# File 'gems/aws-sdk-macie2/lib/aws-sdk-macie2/types.rb', line 1047

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