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

Class: Aws::XRay::Types::BackendConnectionErrors

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

Overview

Note:

When passing BackendConnectionErrors as input to an Aws::Client method, you can use a vanilla Hash:

{
  timeout_count: 1,
  connection_refused_count: 1,
  http_code_4_xx_count: 1,
  http_code_5_xx_count: 1,
  unknown_host_count: 1,
  other_count: 1,
}

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#connection_refused_countInteger

Returns:

  • (Integer)

#http_code_4_xx_countInteger

Returns:

  • (Integer)

#http_code_5_xx_countInteger

Returns:

  • (Integer)

#other_countInteger

Returns:

  • (Integer)

#timeout_countInteger

Returns:

  • (Integer)

#unknown_host_countInteger

Returns:

  • (Integer)