Class: Aws::Resiliencehubv2::Types::TestRunSourceEventError

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


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_messageString

A human-readable description of the error.

Returns:

  • (String)


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