Class MarketplaceCatalogException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\MarketplaceCatalog\Exception\MarketplaceCatalogException
- Namespace: Aws\MarketplaceCatalog\Exception
- Located at MarketplaceCatalog/Exception/MarketplaceCatalogException.php
Represents an error interacting with the AWS Marketplace Catalog 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
The following are the known exception codes and corresponding data shapes that
this service may return as part of an error response.
AccessDeniedException
[ 'Message' => '<string>', ]
Description
Access is denied.
HTTP status code: 403
Members
- Message
-
- Type: string
InternalServiceException
[ 'Message' => '<string>', ]
Description
There was an internal service exception.
HTTP status code: 500
Members
- Message
-
- Type: string
ResourceInUseException
[ 'Message' => '<string>', ]
Description
The resource is currently in use.
Members
- Message
-
- Type: string
ResourceNotFoundException
[ 'Message' => '<string>', ]
Description
The specified resource wasn't found.
HTTP status code: 404
Members
- Message
-
- Type: string
ResourceNotSupportedException
[ 'Message' => '<string>', ]
Description
Currently, the specified resource is not supported.
Members
- Message
-
- Type: string
ServiceQuotaExceededException
[ 'Message' => '<string>', ]
Description
The maximum number of open requests per account has been exceeded.
Members
- Message
-
- Type: string
ThrottlingException
[ 'Message' => '<string>', ]
Description
Too many requests.
HTTP status code: 429
Members
- Message
-
- Type: string
ValidationException
[ 'Message' => '<string>', ]
Description
An error occurred during validation.
HTTP status code: 422
Members
- Message
-
- Type: string