Class: Aws::ECRPublic::Types::LayersNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::LayersNotFoundException
- 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
#message ⇒ 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 |