Class: Aws::ECR::Types::UploadNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UploadNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The upload could not be found, or the specified upload ID is not valid for this repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
4507 4508 4509 4510 4511 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 4507 class UploadNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |