Exception: AWS::S3::DeletedObject

Inherits:
S3Exception show all
Defined in:
lib/aws/s3/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.



119
120
121
# File 'lib/aws/s3/exceptions.rb', line 119

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