Class AlexaForBusinessException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\AlexaForBusiness\Exception\AlexaForBusinessException
- Namespace: Aws\AlexaForBusiness\Exception
- Located at AlexaForBusiness/Exception/AlexaForBusinessException.php
Represents an error interacting with the Alexa For Business 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.
AlreadyExistsException
[ 'Message' => '<string>', ]
ConcurrentModificationException
[ 'Message' => '<string>', ]
DeviceNotRegisteredException
[ 'Message' => '<string>', ]
Description
The request failed because this device is no longer registered and therefore no longer managed by this account.
Members
InvalidCertificateAuthorityException
[ 'Message' => '<string>', ]
Description
The Certificate Authority can't issue or revoke a certificate.
Members
InvalidDeviceException
[ 'Message' => '<string>', ]
InvalidSecretsManagerResourceException
[ 'Message' => '<string>', ]
InvalidServiceLinkedRoleStateException
[ 'Message' => '<string>', ]
InvalidUserStatusException
[ 'Message' => '<string>', ]
Description
The attempt to update a user is invalid due to the user's current status.
Members
LimitExceededException
[ 'Message' => '<string>', ]
Description
You are performing an action that would put you beyond your account's limits.
Members
NameInUseException
[ 'Message' => '<string>', ]
NotFoundException
[ 'Message' => '<string>', ]
ResourceAssociatedException
[ 'Message' => '<string>', ]
Description
Another resource is associated with the resource in the request.
Members
ResourceInUseException
[ 'ClientRequestToken' => '<string>', 'Message' => '<string>', ]
Description
The resource in the request is already in use.
Members
SkillNotLinkedException
[ 'Message' => '<string>', ]
UnauthorizedException
[ 'Message' => '<string>', ]