Class AppflowException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Appflow\Exception\AppflowException
- Namespace: Aws\Appflow\Exception
- Located at Appflow/Exception/AppflowException.php
Represents an error interacting with the Amazon Appflow 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.
ConflictException
[ 'message' => '<string>', ]
Description
There was a conflict when processing the request (for example, a flow with the given name already exists within the account. Check for conflicting resource names and try again.
Members
ConnectorAuthenticationException
[ 'message' => '<string>', ]
Description
An error occurred when authenticating with the connector endpoint.
Members
ConnectorServerException
[ 'message' => '<string>', ]
Description
An error occurred when retrieving data from the connector endpoint.
Members
InternalServerException
[ 'message' => '<string>', ]
Description
An internal service error occurred during the processing of your request. Try again later.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The resource specified in the request (such as the source or destination connector profile) is not found.
Members
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
The request would cause a service quota (such as the number of flows) to be exceeded.
Members
UnsupportedOperationException
[ 'message' => '<string>', ]
Description
The requested operation is not supported for the current flow.
Members
ValidationException
[ 'message' => '<string>', ]