Class: Aws::XRay::Types::UnprocessedStatistics
- Inherits:
-
Struct
- Object
- Struct
- Aws::XRay::Types::UnprocessedStatistics
- 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
-
#error_code ⇒ String
The error code.
-
#message ⇒ String
The error message.
-
#rule_name ⇒ String
The name of the sampling rule.
Instance Attribute Details
#error_code ⇒ String
The error code.
3215 3216 3217 3218 3219 3220 3221 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3215 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
3215 3216 3217 3218 3219 3220 3221 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3215 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the sampling rule.
3215 3216 3217 3218 3219 3220 3221 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3215 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |