Module error

Module error 

Source
Expand description

Error types that Amazon Elasticsearch Service can respond with.

Modules§

builders
Builders

Structs§

AccessDeniedException

An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.

BaseException

An error occurred while processing the request.

ConflictException

An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.

DisabledOperationException

An error occured because the client wanted to access a not supported operation. Gives http status code of 409.

InternalException

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.

InvalidPaginationTokenException

The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.

InvalidTypeException

An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.

LimitExceededException

An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.

ResourceAlreadyExistsException

An exception for creating a resource that already exists. Gives http status code of 400.

ResourceNotFoundException

An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.

ValidationException

An exception for missing / invalid input fields. Gives http status code of 400.