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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-neptune/lib/aws-sdk-neptune/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 is not in an error state, this value is blank.

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3128

class DBInstanceStatusInfo < Struct.new(
  :status_type,
  :normal,
  :status,
  :message)
  SENSITIVE = []
  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)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3128

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

#statusString

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

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3128

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

#status_typeString

This value is currently "read replication."

Returns:

  • (String)


3128
3129
3130
3131
3132
3133
3134
3135
# File 'gems/aws-sdk-neptune/lib/aws-sdk-neptune/types.rb', line 3128

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