AWS SDK for .NET Documentation
DBInstanceStatusInfo Class
AmazonAmazon.RDS.ModelDBInstanceStatusInfo Did this page help you?   Yes   No    Tell us about it...

Provides a list of status information for a DB instance.

Declaration Syntax
C#
public class DBInstanceStatusInfo
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
DBInstanceStatusInfo()()()()
Initializes a new instance of the DBInstanceStatusInfo class

Equals(Object)
Determines whether the specified Object is equal to the current 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
Object
DBInstanceStatusInfo

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)