AWSEC2DisableFastSnapshotRestoreErrorItem
Objective-C
@interface AWSEC2DisableFastSnapshotRestoreErrorItem
Swift
class AWSEC2DisableFastSnapshotRestoreErrorItem
Contains information about the errors that occurred when disabling fast snapshot restores.
-
The errors.
Declaration
Objective-C
@property (nonatomic, strong) NSArray<AWSEC2DisableFastSnapshotRestoreStateErrorItem *> *_Nullable fastSnapshotRestoreStateErrors;
Swift
var fastSnapshotRestoreStateErrors: [AWSEC2DisableFastSnapshotRestoreStateErrorItem]? { get set }
-
The ID of the snapshot.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable snapshotId;
Swift
var snapshotId: String? { get set }