Class: Aws::ECR::Types::RepositoryNotEmptyException

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


3685
3686
3687
3688
3689
# File 'lib/aws-sdk-ecr/types.rb', line 3685

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