Class: Aws::ECRPublic::Types::RegistryNotFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb

Overview

The registry doesn't exist.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1474
1475
1476
1477
1478
# File 'gems/aws-sdk-ecrpublic/lib/aws-sdk-ecrpublic/types.rb', line 1474

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