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.
4501 4502 4503 4504 4505 |
# File 'lib/aws-sdk-ecr/types.rb', line 4501 class UploadNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |