Class: Aws::ECR::Errors::UnableToGetUpstreamImageException

Inherits:
ServiceError
  • Object
show all
Defined in:
sig/errors.rbs,
lib/aws-sdk-ecr/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToGetUpstreamImageException

Returns a new instance of UnableToGetUpstreamImageException.

Parameters:



714
715
716
# File 'lib/aws-sdk-ecr/errors.rb', line 714

def initialize(context, message, data = Aws::EmptyStructure.new)
  super(context, message, data)
end

Instance Method Details

#messageString

Returns:

  • (String)


719
# File 'lib/aws-sdk-ecr/errors.rb', line 719

def message: () -> ::String