Class: Aws::Types::ExperimentReportState
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentReportState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ExperimentReportError
Returns the value of attribute error.
-
#reason ⇒ ::String
Returns the value of attribute reason.
-
#status ⇒ "pending", ...
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ Types::ExperimentReportError
Returns the value of attribute error.
260 261 262 |
# File 'sig/types.rbs', line 260 def error @error end |
#reason ⇒ ::String
Returns the value of attribute reason.
259 260 261 |
# File 'sig/types.rbs', line 259 def reason @reason end |
#status ⇒ "pending", ...
Returns the value of attribute status.
258 259 260 |
# File 'sig/types.rbs', line 258 def status @status end |