You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::XRay::Types::FaultStatistics

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about requests that failed with a 5xx Server Error status code.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#other_countInteger

The number of requests that failed with untracked 5xx Server Error status codes.

Returns:

  • (Integer)

    The number of requests that failed with untracked 5xx Server Error status codes.

#total_countInteger

The total number of requests that failed with a 5xx Server Error status code.

Returns:

  • (Integer)

    The total number of requests that failed with a 5xx Server Error status code.