Class: Aws::Macie2::Types::ClassificationResultStatus
- Inherits:
-
Struct
- Object
- Struct
- Aws::Macie2::Types::ClassificationResultStatus
- Includes:
- Structure
- Defined in:
- 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
#code ⇒ String
1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-macie2/types.rb', line 1142 class ClassificationResultStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
1142 1143 1144 1145 1146 1147 |
# File 'lib/aws-sdk-macie2/types.rb', line 1142 class ClassificationResultStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |