Class: Aws::ECRPublic::Errors::ReferencedImagesNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECRPublic::Errors::ReferencedImagesNotFoundException
- Defined in:
- lib/aws-sdk-ecrpublic/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReferencedImagesNotFoundException
constructor
A new instance of ReferencedImagesNotFoundException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ReferencedImagesNotFoundException
Returns a new instance of ReferencedImagesNotFoundException.
281 282 283 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 281 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
286 287 288 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 286 def @message || @data[:message] end |