AWSEC2SpotInstanceStateFault
Objective-C
@interface AWSEC2SpotInstanceStateFault
Swift
class AWSEC2SpotInstanceStateFault
Describes a Spot Instance state change.
-
The reason code for the Spot Instance state change.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable code;
Swift
var code: String? { get set }
-
The message for the Spot Instance state change.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable message;
Swift
var message: String? { get set }