sig/errors.rbs in aws-sdk-qbusiness-1.22.0 vs sig/errors.rbs in aws-sdk-qbusiness-1.23.0
- old
+ new
@@ -17,13 +17,19 @@
class ConflictException < ::Aws::Errors::ServiceError
def message: () -> ::String
def resource_id: () -> ::String
def resource_type: () -> ::String
end
+ class ExternalResourceException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
class InternalServerException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class LicenseNotFoundException < ::Aws::Errors::ServiceError
+ def message: () -> ::String
+ end
+ class MediaTooLargeException < ::Aws::Errors::ServiceError
def message: () -> ::String
end
class ResourceNotFoundException < ::Aws::Errors::ServiceError
def message: () -> ::String
def resource_id: () -> ::String