package aws-sqs

  1. Overview
  2. Docs
Amazon Web Services SDK bindings to Amazon Simple Queue Service

Install

dune-project
 Dependency

Authors

Maintainers

Sources

v1.2.tar.gz
md5=38c7319a8abb38a5ecac43b66c8798a9
sha512=298e2c01dfb284df67dea55314ce2913be06709780e01a54695fdf4023447d43f4b61c2b3515309ed0fb606e98fe25ea1ff0e9d973b57bff43ad888588796d3c

doc/aws-sqs/Aws_sqs/Errors_internal/index.html

Module Aws_sqs.Errors_internalSource

Sourcetype t =
  1. | AWS_SimpleQueueService_BatchEntryIdsNotDistinct
  2. | AWS_SimpleQueueService_BatchRequestTooLong
  3. | AWS_SimpleQueueService_EmptyBatchRequest
  4. | AWS_SimpleQueueService_InvalidBatchEntryId
  5. | AWS_SimpleQueueService_MessageNotInflight
  6. | AWS_SimpleQueueService_NonExistentQueue
  7. | AWS_SimpleQueueService_PurgeQueueInProgress
  8. | AWS_SimpleQueueService_QueueDeletedRecently
  9. | AWS_SimpleQueueService_TooManyEntriesInBatchRequest
  10. | AWS_SimpleQueueService_UnsupportedOperation
  11. | AuthFailure
  12. | Blocked
  13. | DryRunOperation
  14. | IdempotentParameterMismatch
  15. | IncompleteSignature
  16. | InternalFailure
  17. | InvalidAction
  18. | InvalidAttributeName
  19. | InvalidClientTokenId
  20. | InvalidIdFormat
  21. | InvalidMessageContents
  22. | InvalidParameter
  23. | InvalidParameterCombination
  24. | InvalidParameterValue
  25. | InvalidQueryParameter
  26. | MalformedQueryString
  27. | MissingAction
  28. | MissingAuthenticationToken
  29. | MissingParameter
  30. | OptInRequired
  31. | OverLimit
  32. | PendingVerification
  33. | QueueAlreadyExists
  34. | ReceiptHandleIsInvalid
  35. | RequestExpired
  36. | RequestLimitExceeded
  37. | ServiceUnavailable
  38. | Throttling
  39. | UnauthorizedOperation
  40. | UnknownParameter
  41. | UnsupportedProtocol
  42. | ValidationError
  43. | Uninhabited
Sourceval common : t list
Sourceval to_http_code : t -> int option
Sourceval to_string : t -> string
Sourceval of_string : string -> t option