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

Class: Aws::ElasticBeanstalk::Types::StatusCodes

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

Overview

Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. For more information, see Status Code Definitions.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#status_2xxInteger

The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

Returns:

  • (Integer)

    The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.

#status_3xxInteger

The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

Returns:

  • (Integer)

    The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.

#status_4xxInteger

The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

Returns:

  • (Integer)

    The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.

#status_5xxInteger

The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.

Returns:

  • (Integer)

    The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.