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

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


3264
3265
3266
3267
3268
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3264

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