Class: Aws::FIS::Types::ExperimentActionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentActionState
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-fis/types.rb
Overview
Describes the state of an action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#reason ⇒ String
The reason for the state.
-
#status ⇒ String
The state of the action.
Instance Attribute Details
#reason ⇒ String
The reason for the state.
627 628 629 630 631 632 |
# File 'lib/aws-sdk-fis/types.rb', line 627 class ExperimentActionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the action.
627 628 629 630 631 632 |
# File 'lib/aws-sdk-fis/types.rb', line 627 class ExperimentActionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |