Class: Aws::ECRPublic::Errors::UploadNotFoundException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-ecrpublic/errors.rb

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UploadNotFoundException.

Parameters:



431
432
433
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 431

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

Instance Method Details

#messageString

Returns:

  • (String)


436
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 436

def message: () -> ::String