Class: Aws::ECRPublic::Errors::ImageDigestDoesNotMatchException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECRPublic::Errors::ImageDigestDoesNotMatchException
- Defined in:
- lib/aws-sdk-ecrpublic/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ImageDigestDoesNotMatchException
constructor
A new instance of ImageDigestDoesNotMatchException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ ImageDigestDoesNotMatchException
Returns a new instance of ImageDigestDoesNotMatchException.
96 97 98 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 96 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
101 102 103 |
# File 'lib/aws-sdk-ecrpublic/errors.rb', line 101 def @message || @data[:message] end |