Class: Aws::Types::ClassificationResultStatus
- Inherits:
-
Object
- Object
- Aws::Types::ClassificationResultStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#reason ⇒ ::String
Returns the value of attribute reason.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
307 308 309 |
# File 'sig/types.rbs', line 307 def code @code end |
#reason ⇒ ::String
Returns the value of attribute reason.
308 309 310 |
# File 'sig/types.rbs', line 308 def reason @reason end |