Class: Aws::ECR::Errors::ReferencedImagesNotFoundException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECR::Errors::ReferencedImagesNotFoundException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ecr/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.
489 490 491 |
# File 'lib/aws-sdk-ecr/errors.rb', line 489 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
494 |
# File 'lib/aws-sdk-ecr/errors.rb', line 494
def message: () -> ::String
|