Class: Aws::ECRPublic::Types::UploadNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::UploadNotFoundException
- Defined in:
- gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb
Overview
The upload can't be found, or the specified upload ID isn't valid for this repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1989 1990 1991 1992 1993 |
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1989 class UploadNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |