Class: Aws::ECR::Types::UnsupportedUpstreamRegistryException

Inherits:
Struct
  • Object
show all
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

#messageString



4382
4383
4384
4385
4386
# File 'lib/aws-sdk-ecr/types.rb', line 4382

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