class Aws::XRay::Types::BackendConnectionErrors

@note When making an API call, you may pass BackendConnectionErrors

data as a 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,
    }

@!attribute [rw] timeout_count

@return [Integer]

@!attribute [rw] connection_refused_count

@return [Integer]

@!attribute [rw] http_code_4_xx_count

@return [Integer]

@!attribute [rw] http_code_5_xx_count

@return [Integer]

@!attribute [rw] unknown_host_count

@return [Integer]

@!attribute [rw] other_count

@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/xray-2016-04-12/BackendConnectionErrors AWS API Documentation

Constants

SENSITIVE