Class: Aws::ECR::Types::TemplateNotFoundException

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

Overview

The specified repository creation template can’t be found. Verify the registry ID and prefix and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4124
4125
4126
4127
4128
# File 'lib/aws-sdk-ecr/types.rb', line 4124

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