Class: Aws::ECR::Types::LayersNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LayersNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified layers could not be found, or the specified layer is not valid for this repository.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The error message associated with the exception.
Instance Attribute Details
#message ⇒ String
The error message associated with the exception.
2586 2587 2588 2589 2590 |
# File 'lib/aws-sdk-ecr/types.rb', line 2586 class LayersNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |