Class: Aws::ECRPublic::Types::RepositoryNotEmptyException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/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

#messageString

Returns:

  • (String)


1701
1702
1703
1704
1705
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1701

class RepositoryNotEmptyException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end