class Aws::SecurityHub::Types::AwsRdsDbStatusInfo

Information about the status of a read replica.

@note When making an API call, you may pass AwsRdsDbStatusInfo

data as a hash:

    {
      status_type: "NonEmptyString",
      normal: false,
      status: "NonEmptyString",
      message: "NonEmptyString",
    }

@!attribute [rw] status_type

The type of status. For a read replica, the status type is read
replication.
@return [String]

@!attribute [rw] normal

Whether the read replica instance is operating normally.
@return [Boolean]

@!attribute [rw] status

The status of the read replica instance.
@return [String]

@!attribute [rw] message

If the read replica is currently in an error state, provides the
error details.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/securityhub-2018-10-26/AwsRdsDbStatusInfo AWS API Documentation

Constants

SENSITIVE