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

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


2703
2704
2705
2706
2707
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2703

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