class Aws::ElasticBeanstalk::Types::StatusCodes

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].

[1]: www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

@!attribute [rw] status_2xx

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

@!attribute [rw] status_3xx

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

@!attribute [rw] status_4xx

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

@!attribute [rw] status_5xx

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

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/StatusCodes AWS API Documentation

Constants

SENSITIVE