Class: Aws::FIS::Types::ExperimentActionState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentActionState
- Defined in:
- gems/aws-sdk-fis/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.
673 674 675 676 677 678 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 673 class ExperimentActionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the action.
673 674 675 676 677 678 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 673 class ExperimentActionState < Struct.new( :status, :reason) SENSITIVE = [] include Aws::Structure end |