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