Class: Aws::ECRPublic::Errors::UnsupportedCommandException

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

Instance Method Summary collapse

Constructor Details

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

Returns a new instance of UnsupportedCommandException.

Parameters:



416
417
418
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 416

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

Instance Method Details

#messageString

Returns:

  • (String)


421
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 421

def message: () -> ::String