AWSEC2UnsuccessfulInstanceCreditSpecificationItem
Objective-C
@interface AWSEC2UnsuccessfulInstanceCreditSpecificationItem
Swift
class AWSEC2UnsuccessfulInstanceCreditSpecificationItem
Describes the burstable performance instance whose credit option for CPU usage was not modified.
-
The applicable error for the burstable performance instance whose credit option for CPU usage was not modified.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2UnsuccessfulInstanceCreditSpecificationItemError *_Nullable error;
Swift
var error: AWSEC2UnsuccessfulInstanceCreditSpecificationItemError? { get set }
-
The ID of the instance.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable instanceId;
Swift
var instanceId: String? { get set }