Class: Aws::S3::Errors::NoSuchUpload

Inherits:
ServiceError
  • Object
show all
Defined in:
gems/aws-sdk-s3/lib/aws-sdk-s3/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ NoSuchUpload

Returns a new instance of NoSuchUpload.

Parameters:



110
111
112
# File 'gems/aws-sdk-s3/lib/aws-sdk-s3/errors.rb', line 110

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end