Provides a list of status information for a DB instance.
 Declaration Syntax
 Declaration Syntax| C# | 
public class DBInstanceStatusInfo
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | DBInstanceStatusInfo()()()() | Initializes a new instance of the DBInstanceStatusInfo class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | 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.
             
             | 
|  | Normal | 
            Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
             
             | 
|  | Status | 
            Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
             
             | 
|  | StatusType | 
            This value is currently "read replication."
             
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithMessage(String) | Obsolete. 
            Sets the Message property
             | 
|  | WithNormal(Boolean) | Obsolete. 
            Sets the Normal property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithStatusType(String) | Obsolete. 
            Sets the StatusType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | DBInstanceStatusInfo |