Sha256: b85e7d0d968b893146b040bb4b03d78ab9bef532cca385e268608d81e54fba73
Contents?: true
Size: 1.82 KB
Versions: 16
Compression:
Stored size: 1.82 KB
Contents
# 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 Textract module Errors class ServiceError < ::Aws::Errors::ServiceError end class AccessDeniedException < ::Aws::Errors::ServiceError end class BadDocumentException < ::Aws::Errors::ServiceError end class ConflictException < ::Aws::Errors::ServiceError end class DocumentTooLargeException < ::Aws::Errors::ServiceError end class HumanLoopQuotaExceededException < ::Aws::Errors::ServiceError def resource_type: () -> ::String def quota_code: () -> ::String def service_code: () -> ::String end class IdempotentParameterMismatchException < ::Aws::Errors::ServiceError end class InternalServerError < ::Aws::Errors::ServiceError end class InvalidJobIdException < ::Aws::Errors::ServiceError end class InvalidKMSKeyException < ::Aws::Errors::ServiceError end class InvalidParameterException < ::Aws::Errors::ServiceError end class InvalidS3ObjectException < ::Aws::Errors::ServiceError end class LimitExceededException < ::Aws::Errors::ServiceError end class ProvisionedThroughputExceededException < ::Aws::Errors::ServiceError end class ResourceNotFoundException < ::Aws::Errors::ServiceError end class ServiceQuotaExceededException < ::Aws::Errors::ServiceError end class ThrottlingException < ::Aws::Errors::ServiceError end class UnsupportedDocumentException < ::Aws::Errors::ServiceError end class ValidationException < ::Aws::Errors::ServiceError end end end end
Version data entries
16 entries across 16 versions & 1 rubygems