Class: Aws::ECR::Errors::UnsupportedImageTypeException
- Inherits:
-
ServiceError
- Object
- Aws::Errors::ServiceError
- ServiceError
- Aws::ECR::Errors::UnsupportedImageTypeException
- Defined in:
- sig/errors.rbs,
lib/aws-sdk-ecr/errors.rb
Instance Method Summary collapse
-
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedImageTypeException
constructor
A new instance of UnsupportedImageTypeException.
- #message ⇒ String
Constructor Details
#initialize(context, message, data = Aws::EmptyStructure.new) ⇒ UnsupportedImageTypeException
Returns a new instance of UnsupportedImageTypeException.
759 760 761 |
# File 'lib/aws-sdk-ecr/errors.rb', line 759 def initialize(context, , data = Aws::EmptyStructure.new) super(context, , data) end |
Instance Method Details
#message ⇒ String
764 |
# File 'lib/aws-sdk-ecr/errors.rb', line 764 def message: () -> ::String |