Exception: AWS::S3::NoKeySpecified
- Inherits:
-
S3Exception
- Object
- StandardError
- S3Exception
- AWS::S3::NoKeySpecified
- Defined in:
- lib/aws-matt/s3/exceptions.rb
Overview
Raised if an attempt is made to save an S3Object that does not have a key set.
Instance Method Summary collapse
-
#initialize ⇒ NoKeySpecified
constructor
A new instance of NoKeySpecified.
Constructor Details
#initialize ⇒ NoKeySpecified
Returns a new instance of NoKeySpecified.
112 113 114 |
# File 'lib/aws-matt/s3/exceptions.rb', line 112 def initialize super('The current object must have its key set') end |