You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::SecurityHub::Types::AwsRdsDbStatusInfo

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing AwsRdsDbStatusInfo as input to an Aws::Client method, you can use a vanilla Hash:

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

Information about the status of a read replica.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

If the read replica is currently in an error state, provides the error details.

Returns:

  • (String)

    If the read replica is currently in an error state, provides the error details.

#normalBoolean

Whether the read replica instance is operating normally.

Returns:

  • (Boolean)

    Whether the read replica instance is operating normally.

#statusString

The status of the read replica instance.

Returns:

  • (String)

    The status of the read replica instance.

#status_typeString

The type of status. For a read replica, the status type is read replication.

Returns:

  • (String)

    The type of status.