Class: Aws::XRay::Types::UnprocessedStatistics

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

Overview

Sampling statistics from a call to GetSamplingTargets that X-Ray could not process.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-xray/types.rb', line 2113

class UnprocessedStatistics < Struct.new(
  :rule_name,
  :error_code,
  :message)
  include Aws::Structure
end

#messageString

The error message.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-xray/types.rb', line 2113

class UnprocessedStatistics < Struct.new(
  :rule_name,
  :error_code,
  :message)
  include Aws::Structure
end

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)


2113
2114
2115
2116
2117
2118
# File 'lib/aws-sdk-xray/types.rb', line 2113

class UnprocessedStatistics < Struct.new(
  :rule_name,
  :error_code,
  :message)
  include Aws::Structure
end