Class: Aws::ECR::Types::LayerInaccessibleException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::LayerInaccessibleException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb
Overview
The specified layer is not available because it is not associated with an image. Unassociated image layers may be cleaned up at any time.
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.
2554 2555 2556 2557 2558 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 2554 class LayerInaccessibleException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |