Class: Aws::ECR::Types::LayersNotFoundException

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

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


2285
2286
2287
2288
2289
# File 'lib/aws-sdk-ecr/types.rb', line 2285

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