Class: Aws::FIS::Types::ExperimentReportError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentReportError
- 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
-
#code ⇒ String
The error code for the failed experiment report generation.
Instance Attribute Details
#code ⇒ String
The error code for the failed experiment report generation.
900 901 902 903 904 |
# File 'lib/aws-sdk-fis/types.rb', line 900 class ExperimentReportError < Struct.new( :code) SENSITIVE = [] include Aws::Structure end |