Class: Aws::FIS::Types::ExperimentReportError

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-fis/types.rb

Overview

Describes the error when experiment report generation has failed.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

The error code for the failed experiment report generation.

Returns:

  • (String)


900
901
902
903
904
# File 'lib/aws-sdk-fis/types.rb', line 900

class ExperimentReportError < Struct.new(
  :code)
  SENSITIVE = []
  include Aws::Structure
end