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

Class: Aws::Neptune::Types::DBInstanceStatusInfo

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

Overview

Provides a list of status information for a DB instance.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

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.

Returns:

  • (String)

    Details of the error if there is an error for the instance.

#normalBoolean

Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

Returns:

  • (Boolean)

    Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.

#statusString

Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.

Returns:

  • (String)

    Status of the DB instance.

#status_typeString

This value is currently \"read replication.\"

Returns:

  • (String)

    This value is currently \"read replication.\".