Class: Aws::ECRPublic::Types::RepositoryNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::RepositoryNotFoundException
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
1716 1717 1718 1719 1720 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1716 class RepositoryNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |