Class: Aws::ECRPublic::Types::RepositoryNotEmptyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::RepositoryNotEmptyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The specified repository contains images. To delete a repository that contains images, you must force the deletion with the ‘force` parameter.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1701 1702 1703 1704 1705 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1701 class RepositoryNotEmptyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |