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)


3261
3262
3263
3264
3265
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3261

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