Class: Aws::ECR::Types::UploadNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UploadNotFoundException
- Includes:
- Structure
- Defined in:
- 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.
4581 4582 4583 4584 4585 |
# File 'lib/aws-sdk-ecr/types.rb', line 4581 class UploadNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |