Class: Aws::FIS::Types::ExperimentError
- Inherits:
-
Struct
- Object
- Struct
- Aws::FIS::Types::ExperimentError
- 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
-
#account_id ⇒ String
The Amazon Web Services Account ID where the experiment failure occurred.
-
#code ⇒ String
The error code for the failed experiment.
-
#location ⇒ String
Context for the section of the experiment template that failed.
Instance Attribute Details
#account_id ⇒ String
The Amazon Web Services Account ID where the experiment failure occurred.
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 |
#code ⇒ String
The error code for the failed experiment.
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 |
#location ⇒ String
Context for the section of the experiment template that failed.
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 |