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

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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


5398
5399
5400
5401
5402
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 5398

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