AwsRdsDbStatusInfo

public struct AwsRdsDbStatusInfo : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • If the read replica is currently in an error state, provides the error details.

    Declaration

    Swift

    public let message: String?
  • Whether the read replica instance is operating normally.

    Declaration

    Swift

    public let normal: Bool?
  • The status of the read replica instance.

    Declaration

    Swift

    public let status: String?
  • The type of status. For a read replica, the status type is 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)
  • Declaration

    Swift

    public func validate(name: String) throws