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
AccessDeniedException
[ 'Message' => '<string>', ]
Description
The request was denied because of insufficient access or permissions. Check with an administrator to verify your permissions.
Members
- Message
-
- Required: Yes
- Type: string
ConflictException
[ 'Message' => '<string>', ]
Description
The request was unsuccessful because of a conflict.
Members
- Message
-
- Required: Yes
- Type: string
InternalServerException
[ 'Message' => '<string>', ]
Description
The request has failed to process because of an unknown server error, exception, or failure.
Members
- Message
-
- Required: Yes
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The resource that you've entered was not found in your AWS account.
Members
- Message
-
- Required: Yes
- Type: string
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
The operation was denied because the request would exceed the maximum quota set for Amazon Location Service.
Members
- Message
-
- Required: Yes
- Type: string
A message with the reason for the service quota exceeded exception error.
ThrottlingException
[ 'Message' => '<string>', ]
Description
The request was denied because of request throttling.
Members
- Message
-
- Required: Yes
- Type: string
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.