Exception: Aliyun::OSS::DeletedObject

Inherits:
OSSException show all
Defined in:
lib/aliyun/oss/exceptions.rb

Overview

Raised if you try to save a deleted object.

Instance Method Summary collapse

Constructor Details

#initializeDeletedObject

Returns a new instance of DeletedObject.



120
121
122
# File 'lib/aliyun/oss/exceptions.rb', line 120

def initialize
  super('You can not save a deleted object')
end