Class: Aws::ECR::Types::LayerInaccessibleException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2256
2257
2258
2259
2260
# File 'lib/aws-sdk-ecr/types.rb', line 2256

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