Class: Aws::FIS::Types::ExperimentState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentState
- Defined in:
- gems/aws-sdk-fis/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
.
986 987 988 989 990 991 992 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 986 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the state.
986 987 988 989 990 991 992 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 986 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the experiment.
986 987 988 989 990 991 992 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 986 class ExperimentState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |