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.

Provides a list of status information for a DB instance.

Inheritance Hierarchy

System.Object
  Amazon.Neptune.Model.DBInstanceStatusInfo

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

Syntax

C#
public class DBInstanceStatusInfo

The DBInstanceStatusInfo type exposes the following members

Constructors

NameDescription
Public Method DBInstanceStatusInfo()

Properties

NameTypeDescription
Public Property Message System.String

Gets and sets the property Message.

Details of the error if there is an error for the instance. If the instance is not in an error state, this value is blank.

Public Property Normal System.Boolean

Gets and sets the property Normal.

Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

Public Property Status System.String

Gets and sets the property Status.

Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.

Public Property StatusType System.String

Gets and sets the property StatusType.

This value is currently "read replication."

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