Class: Aws::ECR::Errors::UploadNotFoundException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::UploadNotFoundException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UploadNotFoundException
constructor
A new instance of UploadNotFoundException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UploadNotFoundException
Returns a new instance of UploadNotFoundException.
677 678 679 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 677 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
682 683 684 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 682 def @message || @data[:message] end |