Class: Aws::ECR::Types::PullThroughCacheRuleAlreadyExistsException

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

Overview

A pull through cache rule with these settings already exists for the private registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2662
2663
2664
2665
2666
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2662

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