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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecr/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)


3280
3281
3282
3283
3284
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/types.rb', line 3280

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