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
AccessDeniedException
[ 'message' => '<string>', ]
Description
AppFlow/Requester has invalid or missing permissions.
Members
- message
-
- Type: string
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
- message
-
- Type: string
ConnectorAuthenticationException
[ 'message' => '<string>', ]
Description
An error occurred when authenticating with the connector endpoint.
Members
- message
-
- Type: string
ConnectorServerException
[ 'message' => '<string>', ]
Description
An error occurred when retrieving data from the connector endpoint.
Members
- message
-
- Type: string
InternalServerException
[ 'message' => '<string>', ]
Description
An internal service error occurred during the processing of your request. Try again later.
Members
- message
-
- Type: string
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The resource specified in the request (such as the source or destination connector profile) is not found.
Members
- message
-
- Type: string
ServiceQuotaExceededException
[ 'message' => '<string>', ]
Description
The request would cause a service quota (such as the number of flows) to be exceeded.
Members
- message
-
- Type: string
ThrottlingException
[ 'message' => '<string>', ]
Description
API calls have exceeded the maximum allowed API request rate per account and per Region.
Members
- message
-
- Type: string
UnsupportedOperationException
[ 'message' => '<string>', ]
Description
The requested operation is not supported for the current flow.
Members
- message
-
- Type: string
ValidationException
[ 'message' => '<string>', ]
Description
The request has invalid or missing parameters.
Members
- message
-
- Type: string