Class: Aws::ECR::Types::LifecyclePolicyNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb

Overview

The lifecycle policy could not be found, and no policy is set to the repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2299
2300
2301
2302
2303
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2299

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