Class: Aws::ECR::Types::RepositoryNotEmptyException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::RepositoryNotEmptyException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/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
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
3747 3748 3749 3750 3751 |
# File 'lib/aws-sdk-ecr/types.rb', line 3747 class RepositoryNotEmptyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |