Class: Aws::FIS::Types::ExperimentState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the state of an experiment.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ExperimentError
The error information of the experiment when the action has ‘failed`.
-
#reason ⇒ String
The reason for the state.
-
#status ⇒ String
The state of the experiment.
Instance Attribute Details
#error ⇒ Types::ExperimentError
The error information of the experiment when the action has ‘failed`.
760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-fis/types.rb', line 760 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the state.
760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-fis/types.rb', line 760 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the experiment.
760 761 762 763 764 765 766 |
# File 'lib/aws-sdk-fis/types.rb', line 760 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |