GetUpgradeStatusResponse

public struct GetUpgradeStatusResponse : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • One of 4 statuses that a step can go through returned as part of the GetUpgradeStatusResponse object. The status can take one of the following values: In Progress Succeeded Succeeded with Issues Failed

    Declaration

    Swift

    public let stepStatus: UpgradeStatus?
  • A string that describes the update briefly

    Declaration

    Swift

    public let upgradeName: String?
  • Represents one of 3 steps that an Upgrade or Upgrade Eligibility Check does through: PreUpgradeCheck Snapshot Upgrade

    Declaration

    Swift

    public let upgradeStep: UpgradeStep?
  • Undocumented

    Declaration

    Swift

    public init(stepStatus: UpgradeStatus? = nil, upgradeName: String? = nil, upgradeStep: UpgradeStep? = nil)