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.

[1]: docs.aws.amazon.com/xray/latest/api/API_GetSamplingTargets.html

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 '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 '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 'lib/aws-sdk-xray/types.rb', line 3221

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