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

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

Overview

Provides a list of status information for a DB instance.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Details of the error if there is an error for the instance. If the instance isn't in an error state, this value is blank.

Returns:

  • (String)


9379
9380
9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9379

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

#normalBoolean

Indicates whether the instance is operating normally (TRUE) or is in an error state (FALSE).

Returns:

  • (Boolean)


9379
9380
9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9379

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

#statusString

The 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)


9379
9380
9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9379

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

#status_typeString

This value is currently "read replication."

Returns:

  • (String)


9379
9380
9381
9382
9383
9384
9385
9386
# File 'gems/aws-sdk-rds/lib/aws-sdk-rds/types.rb', line 9379

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