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
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-macie2/types.rb', line 1146 class ClassificationResultStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
1146 1147 1148 1149 1150 1151 |
# File 'lib/aws-sdk-macie2/types.rb', line 1146 class ClassificationResultStatus < Struct.new( :code, :reason) SENSITIVE = [] include Aws::Structure end |