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

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


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