Exception: Aliyun::OSS::DeletedObject
- Inherits:
-
OSSException
- Object
- StandardError
- OSSException
- Aliyun::OSS::DeletedObject
- Defined in:
- lib/aliyun/oss/exceptions.rb
Overview
Raised if you try to save a deleted object.
Instance Method Summary collapse
-
#initialize ⇒ DeletedObject
constructor
A new instance of DeletedObject.
Constructor Details
#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 |