AWSEC2DisableFastSnapshotRestoreStateError

Objective-C

@interface AWSEC2DisableFastSnapshotRestoreStateError

Swift

class AWSEC2DisableFastSnapshotRestoreStateError

Describes an error that occurred when disabling fast snapshot restores.

  • The error code.

    Declaration

    Objective-C

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

    Swift

    var code: String? { get set }
  • The error message.

    Declaration

    Objective-C

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

    Swift

    var message: String? { get set }