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

Returns:

  • (String)


3793
3794
3795
3796
3797
# File 'lib/aws-sdk-ecr/types.rb', line 3793

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