Values.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;Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
*)status : String_.t option;Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
*)message : String_.t option;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.
*)}