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.
3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3619 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
The error message.
3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3619 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |
#rule_name ⇒ String
The name of the sampling rule.
3619 3620 3621 3622 3623 3624 3625 |
# File 'gems/aws-sdk-xray/lib/aws-sdk-xray/types.rb', line 3619 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end |