Class: Aws::XRay::Types::UnprocessedStatistics
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::XRay::Types::UnprocessedStatistics
 
 
- 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
- 
  
    
      #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 '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 '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 'lib/aws-sdk-xray/types.rb', line 3619 class UnprocessedStatistics < Struct.new( :rule_name, :error_code, :message) SENSITIVE = [] include Aws::Structure end  |