Class BudgetsException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Budgets\Exception\BudgetsException
- Namespace: Aws\Budgets\Exception
- Located at Budgets/Exception/BudgetsException.php
Represents an error interacting with the AWS Budgets 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
You are not authorized to use this operation with the given parameters.
Members
- Message
-
- Type: string
The error message the exception carries.
CreationLimitExceededException
[ 'Message' => '<string>', ]
Description
You've exceeded the notification or subscriber limit.
Members
- Message
-
- Type: string
The error message the exception carries.
DuplicateRecordException
[ 'Message' => '<string>', ]
Description
The budget name already exists. Budget names must be unique within an account.
Members
- Message
-
- Type: string
The error message the exception carries.
ExpiredNextTokenException
[ 'Message' => '<string>', ]
Description
The pagination token expired.
Members
- Message
-
- Type: string
The error message the exception carries.
InternalErrorException
[ 'Message' => '<string>', ]
Description
An error on the server occurred during the processing of your request. Try again later.
Members
- Message
-
- Type: string
The error message the exception carries.
InvalidNextTokenException
[ 'Message' => '<string>', ]
Description
The pagination token is invalid.
Members
- Message
-
- Type: string
The error message the exception carries.
InvalidParameterException
[ 'Message' => '<string>', ]
Description
An error on the client occurred. Typically, the cause is an invalid input value.
Members
- Message
-
- Type: string
The error message the exception carries.
NotFoundException
[ 'Message' => '<string>', ]
Description
We can’t locate the resource that you specified.
Members
- Message
-
- Type: string
The error message the exception carries.
ResourceLockedException
[ 'Message' => '<string>', ]
Description
The request was received and recognized by the server, but the server rejected that particular method for the requested resource.
Members
- Message
-
- Type: string
The error message the exception carries.
ThrottlingException
[ 'Message' => '<string>', ]
Description
The number of API requests has exceeded the maximum allowed API request throttling limit for the account.
Members
- Message
-
- Type: string
The error message the exception carries.