SpotInstanceStateFault

public struct SpotInstanceStateFault : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The reason code for the Spot Instance state change.

    Declaration

    Swift

    public let code: String?
  • The message for the Spot Instance state change.

    Declaration

    Swift

    public let message: String?
  • Undocumented

    Declaration

    Swift

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