Class: Aws::RDS::Types::DBInstanceStatusInfo

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-rds/types.rb

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)


4915
4916
4917
4918
4919
4920
4921
# File 'lib/aws-sdk-rds/types.rb', line 4915

class DBInstanceStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  include Aws::Structure
end

#normalBoolean

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

Returns:

  • (Boolean)


4915
4916
4917
4918
4919
4920
4921
# File 'lib/aws-sdk-rds/types.rb', line 4915

class DBInstanceStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  include Aws::Structure
end

#statusString

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

Returns:

  • (String)


4915
4916
4917
4918
4919
4920
4921
# File 'lib/aws-sdk-rds/types.rb', line 4915

class DBInstanceStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  include Aws::Structure
end

#status_typeString

This value is currently “read replication.”

Returns:

  • (String)


4915
4916
4917
4918
4919
4920
4921
# File 'lib/aws-sdk-rds/types.rb', line 4915

class DBInstanceStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  include Aws::Structure
end