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.
3685 3686 3687 3688 3689 |
# File 'lib/aws-sdk-ecr/types.rb', line 3685 class RepositoryNotEmptyException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |