sig/errors.rbs in aws-sdk-qbusiness-1.4.0 vs sig/errors.rbs in aws-sdk-qbusiness-1.5.0
- old
+ new
@@ -37,12 +37,12 @@
end
class ThrottlingException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class ValidationException < ::Aws::Errors::ServiceError
- def fields: () -> ::String
def message: () -> ::String
def reason: () -> ::String
+ def fields: () -> ::String
end
end
end
end