Class: Aws::FIS::Types::ExperimentReportState

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#errorTypes::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

#reasonString

The reason for the state of the experiment report generation.

Returns:

  • (String)


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

#statusString

The state of the experiment report generation.

Returns:

  • (String)


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