Class: Aws::Types::EvaluationStatus
- Inherits:
-
Object
- Object
- Aws::Types::EvaluationStatus
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
Instance Attribute Details
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1021 1022 1023 |
# File 'sig/types.rbs', line 1021 def failure_reason @failure_reason end |
#status ⇒ "IN_PROGRESS", ...
Returns the value of attribute status.
1020 1021 1022 |
# File 'sig/types.rbs', line 1020 def status @status end |