Class: Aws::ECR::Types::RepositoryNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RepositoryNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.
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.
3701 3702 3703 3704 3705 |
# File 'lib/aws-sdk-ecr/types.rb', line 3701 class RepositoryNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |