Yandex Cloud
Search
Contact UsGet started
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
  • Pricing
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex Data Streams
  • Access management
  • Pricing policy
    • Overview
    • All methods
    • Common errors
    • Examples
  • FAQ
  1. HTTP API compatible with Amazon Kinesis Data Streams
  2. Common errors

Common errors

Written by
Yandex Cloud
Updated at August 15, 2025

If an error occurs, the API returns a relevant HTTP status code and error details in JSON format:

{
  "__type": "string",
  "message": "string"
}
Parameter Description
__type Error type.

Type: String
Size: 1-128 characters.
The possible values are: [a-zA-Z0-9_.-]+
Required: Yes
message Error message.

Type: String
Size: 1-128 characters.
The possible values are: [a-zA-Z0-9_.-]+
Required: Yes

Error response example:

HTTP/1.1 400 Bad Request
x-amzn-RequestId: <RequestId>
Content-Type: application/x-amz-json-1.1
Content-Length: <PayloadSizeBytes>
Date: <Date>
{
  "__type":"ResourceInUseException",
  "message":"Stream whatever under account 177492702984 already exists."
}

Errors common to all Data Streams methods:

Error type Error description HTTP status code
AccessDeniedException Access denied for this operation. 400
IncompleteSignature Invalid request signature format. 400
InternalFailure Unknown internal error. 500
InvalidAction Invalid method. Make sure you have spelled the method name correctly. 400
InvalidClientTokenId X.509 certificate or access key not found. 403
InvalidParameterCombination You have specified parameters that cannot be used together. 400
InvalidParameterValue Invalid parameter value. 400
InvalidQueryParameter Invalid query string format. 400
MalformedQueryString Query string syntax error. 404
MissingAction Missing method or required parameter in request. 400
MissingAuthenticationToken The request must include a valid access key ID or X.509 certificate. 403
MissingParameter Required parameter missing. 400
NotAuthorized No permission to perform this action. 400
OptInRequired The specified access key is not subscribed to this service. 403
RequestExpired The request was received more than 15 minutes after its timestamp, or more than 15 minutes after it is expired, or the request timestamp is more than 15 minutes in the future. 400
ServiceUnavailable Temporary server failure. 503
ThrottlingException The request was throttled. 400
ValidationError Input data does not pass validation. 400

Was the article helpful?

Previous
UpdateShardCount
Next
Examples
© 2025 Direct Cursus Technology L.L.C.