Class: Aws::ECR::Types::RepositoryNotFoundException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ecr/types.rb

Overview

The specified repository could not be found. Check the spelling of the specified repository and ensure that you are performing operations on the correct registry.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message associated with the exception.

Returns:

  • (String)


3277
3278
3279
3280
3281
# File 'lib/aws-sdk-ecr/types.rb', line 3277

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