DBInstanceStatusInfo
public struct DBInstanceStatusInfo : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
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.
Declaration
Swift
public let message: String?
-
Boolean value that is true if the instance is operating normally, or false if the instance is in an error state.
Declaration
Swift
public let normal: Bool?
-
Status of the DB instance. For a StatusType of read replica, the values can be replicating, error, stopped, or terminated.
Declaration
Swift
public let status: String?
-
This value is currently “read replication.”
Declaration
Swift
public let statusType: String?
-
Undocumented
Declaration
Swift
public init(message: String? = nil, normal: Bool? = nil, status: String? = nil, statusType: String? = nil)