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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-fis/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)


713
714
715
716
717
718
719
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 713

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

#codeString

The error code for the failed experiment.

Returns:

  • (String)


713
714
715
716
717
718
719
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 713

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)


713
714
715
716
717
718
719
# File 'gems/aws-sdk-fis/lib/aws-sdk-fis/types.rb', line 713

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