Class: Aws::ECR::Types::LifecyclePolicyPreviewNotFoundException

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

Overview

There is no dry run for this repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2686
2687
2688
2689
2690
# File 'lib/aws-sdk-ecr/types.rb', line 2686

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