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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3221

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

#messageString

The error message.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3221

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

#rule_nameString

The name of the sampling rule.

Returns:

  • (String)


3221
3222
3223
3224
3225
3226
3227
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3221

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