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
- 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.
Members
DependencyFailureException
[ ]
Description
An exception for when a failure in one of the dependencies results in the service being unable to fetch details about the resource.
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
Request processing 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
SlotNotAvailableException
[ 'SlotSuggestions' => [<integer>, ...], ]
Description
An exception for attempting to schedule a domain action during an unavailable time slot.
Members
- SlotSuggestions
-
- Type: Array of long (int|float)s
Alternate time slots during which OpenSearch Service has available capacity to schedule a domain action.
ValidationException
[ ]
Description
An exception for accessing or deleting a resource that doesn't exist.