class Aws::DocDB::Types::DBInstanceStatusInfo

Provides a list of status information for an instance.

@!attribute [rw] status_type

This value is currently "`read replication`."
@return [String]

@!attribute [rw] normal

A Boolean value that is `true` if the instance is operating
normally, or `false` if the instance is in an error state.
@return [Boolean]

@!attribute [rw] status

Status of the instance. For a `StatusType` of read replica, the
values can be `replicating`, error, `stopped`, or `terminated`.
@return [String]

@!attribute [rw] 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.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/docdb-2014-10-31/DBInstanceStatusInfo AWS API Documentation

Constants

SENSITIVE