Class ElasticsearchServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ElasticsearchService\Exception\ElasticsearchServiceException
- Namespace: Aws\ElasticsearchService\Exception
- Located at ElasticsearchService/Exception/ElasticsearchServiceException.php
Represents an error interacting with the Amazon Elasticsearch Service service.
Methods Summary
Methods inherited from Aws\Exception\AwsException
__construct()
,
__toString()
,
get()
,
getAwsErrorCode()
,
getAwsErrorMessage()
,
getAwsErrorShape()
,
getAwsErrorType()
,
getAwsRequestId()
,
getCommand()
,
getRequest()
,
getResponse()
,
getResult()
,
getStatusCode()
,
getTransferInfo()
,
hasKey()
,
isConnectionError()
,
isMaxRetriesExceeded()
,
search()
,
setMaxRetriesExceeded()
,
setTransferInfo()
Methods inherited from Exception
__wakeup()
,
getCode()
,
getFile()
,
getLine()
,
getMessage()
,
getPrevious()
,
getTrace()
,
getTraceAsString()
Methods inherited from ArrayAccess
offsetExists()
,
offsetGet()
,
offsetSet()
,
offsetUnset()
Methods inherited from Aws\MonitoringEventsInterface
Methods used from Aws\HasDataTrait
Methods used from Aws\HasMonitoringEventsTrait
Expected Exception Codes
AccessDeniedException
[ ]
Description
An error occurred because user does not have permissions to access the resource. Returns HTTP status code 403.
Members
BaseException
[ 'message' => '<string>', ]
Description
An error occurred while processing the request.
Members
- message
-
- Type: string
A description of the error.
ConflictException
[ ]
Description
An error occurred because the client attempts to remove a resource that is currently in use. Returns HTTP status code 409.
Members
DisabledOperationException
[ ]
Description
An error occured because the client wanted to access a not supported operation. Gives http status code of 409.
Members
InternalException
[ ]
Description
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.
Members
InvalidPaginationTokenException
[ ]
Description
The request processing has failed because of invalid pagination token provided by customer. Returns an HTTP status code of 400.
Members
InvalidTypeException
[ ]
Description
An exception for trying to create or access sub-resource that is either invalid or not supported. Gives http status code of 409.
Members
LimitExceededException
[ ]
Description
An exception for trying to create more than allowed resources or sub-resources. Gives http status code of 409.
Members
ResourceAlreadyExistsException
[ ]
Description
An exception for creating a resource that already exists. Gives http status code of 400.
Members
ResourceNotFoundException
[ ]
Description
An exception for accessing or deleting a resource that does not exist. Gives http status code of 400.
Members
ValidationException
[ ]
Description
An exception for missing / invalid input fields. Gives http status code of 400.