Class LocationServiceException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\LocationService\Exception\LocationServiceException
- Namespace: Aws\LocationService\Exception
- Located at LocationService/Exception/LocationServiceException.php
Represents an error interacting with the Amazon Location 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.
Members
ConflictException
[ 'Message' => '<string>', ]
Description
The request was unsuccessful because of a conflict.
Members
InternalServerException
[ 'Message' => '<string>', ]
Description
The request has failed to process because of an unknown server error, exception, or failure.
Members
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The resource that you've entered was not found in your AWS account.
Members
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.
Members
ThrottlingException
[ 'Message' => '<string>', ]
Description
The request was denied because of request throttling.
Members
ValidationException
[ 'FieldList' => [ [ 'Message' => '<string>', 'Name' => '<string>', ], // ... ], 'Message' => '<string>', 'Reason' => 'UnknownOperation|Missing|CannotParse|FieldValidationFailed|Other', ]
Description
The input failed to meet the constraints specified by the AWS service.
Members
- FieldList
-
- Required: Yes
- Type: Array of ValidationExceptionField structures
The field where the invalid entry was detected.
- Message
-
- Required: Yes
- Type: string
- Reason
-
- Required: Yes
- Type: string
A message with the reason for the validation exception error.