Expand description
Error types that Amazon Elasticsearch Service can respond with.
Modules§
- builders
- Builders
Structs§
- Access
Denied Exception An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.
- Base
Exception An error occurred while processing the request.
- Conflict
Exception An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.
- Disabled
Operation Exception An error occured because the client wanted to access a not supported operation. Gives http status code of 409.
- Internal
Exception The request processing has failed because of an unknown error, exception or failure (the failure is internal to the service) . Gives http status code of 500.
- Invalid
Pagination Token Exception The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.
- Invalid
Type Exception An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.
- Limit
Exceeded Exception An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.
- Resource
Already Exists Exception An exception for creating a resource that already exists. Gives http status code of 400.
- Resource
NotFound Exception An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.
- Validation
Exception An exception for missing / invalid input fields. Gives http status code of 400.