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

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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)


3767
3768
3769
3770
3771
# File 'lib/aws-sdk-ecr/types.rb', line 3767

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