Class CodeCatalystException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\CodeCatalyst\Exception\CodeCatalystException
- Namespace: Aws\CodeCatalyst\Exception
- Located at CodeCatalyst/Exception/CodeCatalystException.php
Represents an error interacting with the Amazon CodeCatalyst 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 you don't have sufficient access to perform this action. Verify that you are a member of a role that allows this action.
Members
ConflictException
[ 'message' => '<string>', ]
Description
The request was denied because the requested operation would cause a conflict with the current state of a service resource associated with the request. Another user might have updated the resource. Reload, make sure you have the latest data, and then try again.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The request was denied because the specified resource was not found. Verify that the spelling is correct and that you have access to the resource.
Members
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
The request was denied because one or more resources has reached its limits for the tier the space belongs to. Either reduce the number of resources, or change the tier if applicable.
Members
ThrottlingException
[ 'message' => '<string>', ]
Description
The request was denied due to request throttling.
Members
ValidationException
[ 'message' => '<string>', ]