Class: Aws::ECRPublic::Types::RegistryNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECRPublic::Types::RegistryNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecrpublic/types.rb
Overview
The registry doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1474 1475 1476 1477 1478 |
# File 'lib/aws-sdk-ecrpublic/types.rb', line 1474 class RegistryNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |