Class: Aws::S3::Errors::NoSuchUpload
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::S3::Errors::NoSuchUpload
- Defined in:
- gems/aws-sdk-s3/lib/aws-sdk-s3/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchUpload
constructor
A new instance of NoSuchUpload.
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchUpload
Returns a new instance of NoSuchUpload.
110 111 112 |
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/errors.rb', line 110 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |