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.
2583 2584 2585 2586 2587 |
# File 'lib/aws-sdk-ecr/types.rb', line 2583 class LayersNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |