AWSEC2DisableFastSnapshotRestoreStateErrorItem
Objective-C
@interface AWSEC2DisableFastSnapshotRestoreStateErrorItem
Swift
class AWSEC2DisableFastSnapshotRestoreStateErrorItem
Contains information about an error that occurred when disabling fast snapshot restores.
-
The Availability Zone.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable availabilityZone;
Swift
var availabilityZone: String? { get set }
-
The error.
Declaration
Objective-C
@property (nonatomic, strong) AWSEC2DisableFastSnapshotRestoreStateError *_Nullable error;
Swift
var error: AWSEC2DisableFastSnapshotRestoreStateError? { get set }