| Package | Description |
|---|---|
| com.amazonaws.services.neptunedata.model |
| Modifier and Type | Class and Description |
|---|---|
class |
AccessDeniedException
Raised in case of an authentication or authorization failure.
|
class |
BadRequestException
Raised when a request is submitted that cannot be processed.
|
class |
BulkLoadIdNotFoundException
Raised when a specified bulk-load job ID cannot be found.
|
class |
CancelledByUserException
Raised when a user cancelled a request.
|
class |
ClientTimeoutException
Raised when a request timed out in the client.
|
class |
ConcurrentModificationException
Raised when a request attempts to modify data that is concurrently being modified by another process.
|
class |
ConstraintViolationException
Raised when a value in a request field did not satisfy required constraints.
|
class |
ExpiredStreamException
Raised when a request attempts to access an stream that has expired.
|
class |
FailureByQueryException
Raised when a request fails.
|
class |
IllegalArgumentException
Raised when an argument in a request is not supported.
|
class |
InternalFailureException
Raised when the processing of the request failed unexpectedly.
|
class |
InvalidArgumentException
Raised when an argument in a request has an invalid value.
|
class |
InvalidNumericDataException
Raised when invalid numerical data is encountered when servicing a request.
|
class |
InvalidParameterException
Raised when a parameter value is not valid.
|
class |
LoadUrlAccessDeniedException
Raised when access is denied to a specified load URL.
|
class |
MalformedQueryException
Raised when a query is submitted that is syntactically incorrect or does not pass additional validation.
|
class |
MemoryLimitExceededException
Raised when a request fails because of insufficient memory resources.
|
class |
MethodNotAllowedException
Raised when the HTTP method used by a request is not supported by the endpoint being used.
|
class |
MissingParameterException
Raised when a required parameter is missing.
|
class |
MLResourceNotFoundException
Raised when a specified machine-learning resource could not be found.
|
class |
ParsingException
Raised when a parsing issue is encountered.
|
class |
PreconditionsFailedException
Raised when a precondition for processing a request is not satisfied.
|
class |
QueryLimitExceededException
Raised when the number of active queries exceeds what the server can process.
|
class |
QueryLimitException
Raised when the size of a query exceeds the system limit.
|
class |
QueryTooLargeException
Raised when the body of a query is too large.
|
class |
ReadOnlyViolationException
Raised when a request attempts to write to a read-only resource.
|
class |
S3Exception
Raised when there is a problem accessing Amazon S3.
|
class |
ServerShutdownException
Raised when the server shuts down while processing a request.
|
class |
StatisticsNotAvailableException
Raised when statistics needed to satisfy a request are not available.
|
class |
StreamRecordsNotFoundException
Raised when stream records requested by a query cannot be found.
|
class |
ThrottlingException
Raised when the rate of requests exceeds the maximum throughput.
|
class |
TimeLimitExceededException
Raised when the an operation exceeds the time limit allowed for it.
|
class |
TooManyRequestsException
Raised when the number of requests being processed exceeds the limit.
|
class |
UnsupportedOperationException
Raised when a request attempts to initiate an operation that is not supported.
|
Copyright © 2024. All rights reserved.