sig/errors.rbs in aws-sdk-pricing-1.55.0 vs sig/errors.rbs in aws-sdk-pricing-1.56.0
- old
+ new
@@ -27,9 +27,12 @@
def message: () -> ::String
end
class NotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
+ class ResourceNotFoundException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
class ThrottlingException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
end
end