Class: Aws::ECR::Types::UnsupportedUpstreamRegistryException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ECR::Types::UnsupportedUpstreamRegistryException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-ecr/types.rb
Overview
The specified upstream registry isn’t supported.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
4239 4240 4241 4242 4243 |
# File 'lib/aws-sdk-ecr/types.rb', line 4239 class UnsupportedUpstreamRegistryException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |