AWS SDK Version 2 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.

.NET Framework 3.5
 
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.dll
Version: (assembly version)

Syntax

C#
public class StatusCodes : Object

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 Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8.1, Windows 8

.NET for Windows Phone:
Supported in: Windows Phone 8.1