Class KinesisException
- Exception
-
RuntimeException
-
Aws\Exception\AwsException implements Aws\MonitoringEventsInterface, Aws\ResponseContainerInterface, ArrayAccess uses Aws\HasDataTrait, Aws\HasMonitoringEventsTrait
-
Aws\Kinesis\Exception\KinesisException
- Namespace: Aws\Kinesis\Exception
- Located at Kinesis/Exception/KinesisException.php
Represents an error interacting with the Amazon Kinesis 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
Specifies that you do not have the permissions required to perform this operation.
Members
ExpiredIteratorException
[ 'message' => '<string>', ]
Description
The provided iterator exceeds the maximum age allowed.
Members
ExpiredNextTokenException
[ 'message' => '<string>', ]
InternalFailureException
[ 'message' => '<string>', ]
Description
The processing of the request failed because of an unknown error, exception, or failure.
Members
InvalidArgumentException
[ 'message' => '<string>', ]
Description
A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.
Members
KMSAccessDeniedException
[ 'message' => '<string>', ]
Description
The ciphertext references a key that doesn't exist or that you don't have access to.
Members
KMSDisabledException
[ 'message' => '<string>', ]
Description
The request was rejected because the specified customer master key (CMK) isn't enabled.
Members
KMSInvalidStateException
[ 'message' => '<string>', ]
Description
The request was rejected because the state of the specified resource isn't valid for this request. For more information, see How Key State Affects Use of a Customer Master Key in the Amazon Web Services Key Management Service Developer Guide.
Members
KMSNotFoundException
[ 'message' => '<string>', ]
Description
The request was rejected because the specified entity or resource can't be found.
Members
KMSOptInRequired
[ 'message' => '<string>', ]
Description
The Amazon Web Services access key ID needs a subscription for the service.
Members
KMSThrottlingException
[ 'message' => '<string>', ]
Description
The request was denied due to request throttling. For more information about throttling, see Limits in the Amazon Web Services Key Management Service Developer Guide.
Members
LimitExceededException
[ 'message' => '<string>', ]
Description
The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.
Members
ProvisionedThroughputExceededException
[ 'message' => '<string>', ]
Description
The request rate for the stream is too high, or the requested data is too large for the available throughput. Reduce the frequency or size of your requests. For more information, see Streams Limits in the Amazon Kinesis Data Streams Developer Guide, and Error Retries and Exponential Backoff in Amazon Web Services in the Amazon Web Services General Reference.
Members
ResourceInUseException
[ 'message' => '<string>', ]
Description
The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE
state.
Members
ResourceNotFoundException
[ 'message' => '<string>', ]
Description
The requested resource could not be found. The stream might not be specified correctly.
Members
ValidationException
[ 'message' => '<string>', ]