Method: Aliyun::OSS::DeletedObject#initialize
- Defined in:
- lib/aliyun/oss/exceptions.rb
#initialize ⇒ DeletedObject
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 |