Class: Aws::FIS::Types::ExperimentReportState
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportState
- Defined in:
- gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb
Overview
Describes the state of the experiment report generation.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ Types::ExperimentReportError
The error information of the experiment when the experiment report generation has failed.
-
#reason ⇒ String
The reason for the state of the experiment report generation.
-
#status ⇒ String
The state of the experiment report generation.
Instance Attribute Details
#error ⇒ Types::ExperimentReportError
The error information of the experiment when the experiment report generation has failed.
942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 942 class ExperimentReportState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the state of the experiment report generation.
942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 942 class ExperimentReportState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The state of the experiment report generation.
942 943 944 945 946 947 948 |
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 942 class ExperimentReportState < Struct.new( :status, :reason, :error) SENSITIVE = [] include Aws::Structure end |