Exception: AWS::S3::NoBucketSpecified
- Inherits:
-
S3Exception
- Object
- StandardError
- S3Exception
- AWS::S3::NoBucketSpecified
- Defined in:
- lib/aws-matt/s3/exceptions.rb
Overview
Raised when an orphaned S3Object belonging to no bucket tries to access its (non-existant) bucket.
Instance Method Summary collapse
-
#initialize ⇒ NoBucketSpecified
constructor
A new instance of NoBucketSpecified.
Constructor Details
#initialize ⇒ NoBucketSpecified
Returns a new instance of NoBucketSpecified.
105 106 107 |
# File 'lib/aws-matt/s3/exceptions.rb', line 105 def initialize super('The current object must have its bucket set') end |