Class: Aws::ECR::Types::UploadNotFoundException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


4501
4502
4503
4504
4505
# File 'lib/aws-sdk-ecr/types.rb', line 4501

class UploadNotFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end