Class: Aws::ECRPublic::Types::LayersNotFoundException

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

Overview

The specified layers can't be found, or the specified layer isn't valid for this repository.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1127
1128
1129
1130
1131
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1127

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