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)


2340
2341
2342
2343
2344
# File 'lib/aws-sdk-ecr/types.rb', line 2340

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