Class: Aws::ECR::Types::PullThroughCacheRuleNotFoundException

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

Overview

The pull through cache rule was not found. Specify a valid pull through cache rule and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2676
2677
2678
2679
2680
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2676

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