Values_0.DBInstanceStatusInfoSourceProvides a list of status information for a DB instance.
type nonrec t = {statusType : String_.t option;This value is currently "read replication."
*)normal : Boolean.t option;Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).
*)status : String_.t option;The status of the DB instance. For a StatusType of read replica, the values can be replicating, replication stop point set, replication stop point reached, error, stopped, or terminated.
*)message : String_.t option;Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.
*)}