Class ChimeSDKMeetingsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\ChimeSDKMeetings\Exception\ChimeSDKMeetingsException
- Namespace: Aws\ChimeSDKMeetings\Exception
- Located at ChimeSDKMeetings/Exception/ChimeSDKMeetingsException.php
Represents an error interacting with the Amazon Chime SDK Meetings 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.
BadRequestException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The input parameters don't match the service's restrictions.
Members
ConflictException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
Multiple instances of the same request have been made simultaneously.
Members
ForbiddenException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The client is permanently forbidden from making the request.
Members
LimitExceededException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The request exceeds the resource limit.
Members
NotFoundException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
One or more of the resources in the request does not exist in the system.
Members
ResourceNotFoundException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', 'ResourceName' => '<string>', ]
Description
The resource that you want to tag couldn't be found.
Members
ServiceFailureException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The service encountered an unexpected error.
Members
ServiceUnavailableException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', 'RetryAfterSeconds' => '<string>', ]
Description
The service is currently unavailable.
Members
ThrottlingException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The number of customer requests exceeds the request rate limit.
Members
TooManyTagsException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', 'ResourceName' => '<string>', ]
Description
Too many tags were added to the specified resource.
Members
UnauthorizedException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]
Description
The user isn't authorized to request a resource.
Members
UnprocessableEntityException
[ 'Code' => '<string>', 'Message' => '<string>', 'RequestId' => '<string>', ]