Class: Aws::ECR::Types::UnableToGetUpstreamLayerException

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

Overview

There was an issue getting the upstream layer matching the pull through cache rule.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3770
3771
3772
3773
3774
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3770

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