# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

module Aws
  module ComprehendMedical
    module Errors
      class ServiceError < ::Aws::Errors::ServiceError
      end

      class InternalServerException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InvalidEncodingException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class InvalidRequestException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ResourceNotFoundException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ServiceUnavailableException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class TextSizeLimitExceededException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class TooManyRequestsException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
      class ValidationException < ::Aws::Errors::ServiceError
        def message: () -> ::String
      end
    end
  end
end