Class OpenSearchServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\OpenSearchService\Exception\OpenSearchServiceException
- Namespace: Aws\OpenSearchService\Exception
- Located at OpenSearchService/Exception/OpenSearchServiceException.php
Represents an error interacting with the Amazon OpenSearch 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 you don't have permissions to access the resource.
Members
BaseException
[ 'message' => '<string>', ]
Description
An error occurred while processing the request.
Members
ConflictException
[ ]
Description
An error occurred because the client attempts to remove a resource that's currently in use.
Members
DisabledOperationException
[ ]
Description
An error occured because the client wanted to access an unsupported operation.
Members
InternalException
[ ]
Description
Request processing failed because of an unknown error, exception, or internal failure.
Members
InvalidPaginationTokenException
[ ]
Description
The request processing has failed because you provided an invalid pagination token.
Members
InvalidTypeException
[ ]
Description
An exception for trying to create or access a sub-resource that's either invalid or not supported.
Members
LimitExceededException
[ ]
Description
An exception for trying to create more than the allowed number of resources or sub-resources.
Members
ResourceAlreadyExistsException
[ ]
Description
An exception for creating a resource that already exists.
Members
ResourceNotFoundException
[ ]
Description
An exception for accessing or deleting a resource that doesn't exist.
Members
ValidationException
[ ]
Description
An exception for missing or invalid input fields.