Class: Aws::FIS::Types::ExperimentError

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

Overview

Describes the error when an experiment has ‘failed`.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#account_idString

The Amazon Web Services Account ID where the experiment failure occurred.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-fis/types.rb', line 667

class ExperimentError < Struct.new(
  :account_id,
  :code,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#codeString

The error code for the failed experiment.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-fis/types.rb', line 667

class ExperimentError < Struct.new(
  :account_id,
  :code,
  :location)
  SENSITIVE = []
  include Aws::Structure
end

#locationString

Context for the section of the experiment template that failed.

Returns:

  • (String)


667
668
669
670
671
672
673
# File 'lib/aws-sdk-fis/types.rb', line 667

class ExperimentError < Struct.new(
  :account_id,
  :code,
  :location)
  SENSITIVE = []
  include Aws::Structure
end