AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.ElasticBeanstalk.Model.StatusCodes

Namespace: Amazon.ElasticBeanstalk.Model
Assembly: AWSSDK.ElasticBeanstalk.dll
Version: 3.x.y.z

Syntax

C#
public class StatusCodes

The StatusCodes type exposes the following members

Constructors

NameDescription
Public Method StatusCodes()

Properties

NameTypeDescription
Public Property Status2xx System.Int32

Gets and sets the property Status2xx.

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

Public Property Status3xx System.Int32

Gets and sets the property Status3xx.

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

Public Property Status4xx System.Int32

Gets and sets the property Status4xx.

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

Public Property Status5xx System.Int32

Gets and sets the property Status5xx.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5