ProjectStatus

public struct ProjectStatus : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • In the case of a project creation or deletion failure, a reason for the failure.

    Declaration

    Swift

    public let reason: String?
  • The phase of completion for a project creation or deletion.

    Declaration

    Swift

    public let state: String
  • Undocumented

    Declaration

    Swift

    public init(reason: String? = nil, state: String)