Class: Aws::ECR::Errors::UploadNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECR::Errors::UploadNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UploadNotFoundException
constructor
A new instance of UploadNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UploadNotFoundException
Returns a new instance of UploadNotFoundException.
789 790 791 |
# File 'lib/aws-sdk-ecr/errors.rb', line 789 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
794 |
# File 'lib/aws-sdk-ecr/errors.rb', line 794
def message: () -> ::String
|