Class: Aws::ECRPublic::Types::RepositoryNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The specified repository can't be found. Check the spelling of the specified repository and ensure that you're performing operations on the correct registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1716
1717
1718
1719
1720
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1716

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