Exception: AWS::S3::DeletedObject
- Inherits:
-
S3Exception
- Object
- StandardError
- S3Exception
- AWS::S3::DeletedObject
- Defined in:
- lib/aws-matt/s3/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.
119 120 121 |
# File 'lib/aws-matt/s3/exceptions.rb', line 119 def initialize super('You can not save a deleted object') end |