FpgaImageState

public struct FpgaImageState : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The state. The following are the possible values: pending - AFI bitstream generation is in progress. available - The AFI is available for use. failed - AFI bitstream generation failed. unavailable - The AFI is no longer available for use.

    Declaration

    Swift

    public let code: FpgaImageStateCode?
  • If the state is failed, this is the error message.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

    public init(code: FpgaImageStateCode? = nil, message: String? = nil)