Class: Aws::Resiliencehubv2::Types::TestRunSourceEventError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Resiliencehubv2::Types::TestRunSourceEventError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-resiliencehubv2/types.rb
Overview
Describes an error that prevented event collection from a test run monitoring source.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
A human-readable description of the error.
Instance Attribute Details
#error_code ⇒ String
The error code.
5931 5932 5933 5934 5935 5936 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5931 class TestRunSourceEventError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
A human-readable description of the error.
5931 5932 5933 5934 5935 5936 |
# File 'lib/aws-sdk-resiliencehubv2/types.rb', line 5931 class TestRunSourceEventError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |