Class: Aws::Types::ExperimentState
- Inherits:
-
Object
- Object
- Aws::Types::ExperimentState
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ExperimentError
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::ExperimentError
Returns the value of attribute error.
273 274 275 |
# File 'sig/types.rbs', line 273 def error @error end |
#reason ⇒ ::String
Returns the value of attribute reason.
272 273 274 |
# File 'sig/types.rbs', line 272 def reason @reason end |
#status ⇒ "pending", ...
Returns the value of attribute status.
271 272 273 |
# File 'sig/types.rbs', line 271 def status @status end |