sig/errors.rbs in aws-sdk-ecr-1.78.0 vs sig/errors.rbs in aws-sdk-ecr-1.79.0
- old
+ new
@@ -101,9 +101,15 @@
def message: () -> ::String
end
class ServerException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
+ class TemplateAlreadyExistsException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
+ class TemplateNotFoundException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
class TooManyTagsException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class UnableToAccessSecretException < ::Aws::Errors::ServiceError
def message: () -> ::String