AWSEC2SpotInstanceStatus

Objective-C

@interface AWSEC2SpotInstanceStatus

Swift

class AWSEC2SpotInstanceStatus

Describes the status of a Spot Instance request.

  • The status code. For a list of status codes, see Spot request status codes in the Amazon EC2 User Guide for Linux Instances.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable code;

    Swift

    var code: String? { get set }
  • The description for the status code.

    Declaration

    Objective-C

    @property (nonatomic, strong) NSString *_Nullable message;

    Swift

    var message: String? { get set }
  • The date and time of the most recent status update, in UTC format (for example, YYYY-MM-DDTHH:MM:SSZ).

    Declaration

    Objective-C

    @property (nonatomic, strong) NSDate *_Nullable updateTime;

    Swift

    var updateTime: Date? { get set }