Class: Aws::ECR::Errors::UnableToGetUpstreamLayerException
- Inherits:
-
ServiceError
- Object
- ServiceError
- Aws::ECR::Errors::UnableToGetUpstreamLayerException
- Defined in:
- gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToGetUpstreamLayerException
constructor
A new instance of UnableToGetUpstreamLayerException.
-
#message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnableToGetUpstreamLayerException
Returns a new instance of UnableToGetUpstreamLayerException.
632 633 634 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 632 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
637 638 639 |
# File 'gems/aws-sdk-ecr/lib/aws-sdk-ecr/errors.rb', line 637 def @message || @data[:message] end |