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
4245 4246 4247 4248 4249 |
# File 'lib/aws-sdk-ecr/types.rb', line 4245 class UnsupportedUpstreamRegistryException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |