Enum aws_sdk_kinesis::Error[][src]

#[non_exhaustive]
pub enum Error {
Show 14 variants ExpiredIteratorException(ExpiredIteratorException), ExpiredNextTokenException(ExpiredNextTokenException), InvalidArgumentException(InvalidArgumentException), KmsAccessDeniedException(KmsAccessDeniedException), KmsDisabledException(KmsDisabledException), KmsInvalidStateException(KmsInvalidStateException), KmsNotFoundException(KmsNotFoundException), KmsOptInRequired(KmsOptInRequired), KmsThrottlingException(KmsThrottlingException), LimitExceededException(LimitExceededException), ProvisionedThroughputExceededException(ProvisionedThroughputExceededException), ResourceInUseException(ResourceInUseException), ResourceNotFoundException(ResourceNotFoundException), Unhandled(Box<dyn Error + Send + Sync + 'static>),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
ExpiredIteratorException(ExpiredIteratorException)

The provided iterator exceeds the maximum age allowed.

Tuple Fields of ExpiredIteratorException

0: ExpiredIteratorException
ExpiredNextTokenException(ExpiredNextTokenException)

The pagination token passed to the operation is expired.

Tuple Fields of ExpiredNextTokenException

0: ExpiredNextTokenException
InvalidArgumentException(InvalidArgumentException)

A specified parameter exceeds its restrictions, is not supported, or can't be used. For more information, see the returned message.

Tuple Fields of InvalidArgumentException

0: InvalidArgumentException
KmsAccessDeniedException(KmsAccessDeniedException)

The ciphertext references a key that doesn't exist or that you don't have access to.

Tuple Fields of KmsAccessDeniedException

0: KmsAccessDeniedException
KmsDisabledException(KmsDisabledException)

The request was rejected because the specified customer master key (CMK) isn't enabled.

Tuple Fields of KmsDisabledException

0: KmsDisabledException
KmsInvalidStateException(KmsInvalidStateException)

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 AWS Key Management Service Developer Guide.

Tuple Fields of KmsInvalidStateException

0: KmsInvalidStateException
KmsNotFoundException(KmsNotFoundException)

The request was rejected because the specified entity or resource can't be found.

Tuple Fields of KmsNotFoundException

0: KmsNotFoundException
KmsOptInRequired(KmsOptInRequired)

The AWS access key ID needs a subscription for the service.

Tuple Fields of KmsOptInRequired

0: KmsOptInRequired
KmsThrottlingException(KmsThrottlingException)

The request was denied due to request throttling. For more information about throttling, see Limits in the AWS Key Management Service Developer Guide.

Tuple Fields of KmsThrottlingException

0: KmsThrottlingException
LimitExceededException(LimitExceededException)

The requested resource exceeds the maximum number allowed, or the number of concurrent stream requests exceeds the maximum number allowed.

Tuple Fields of LimitExceededException

0: LimitExceededException
ProvisionedThroughputExceededException(ProvisionedThroughputExceededException)

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 AWS in the AWS General Reference.

Tuple Fields of ProvisionedThroughputExceededException

0: ProvisionedThroughputExceededException
ResourceInUseException(ResourceInUseException)

The resource is not available for this operation. For successful operation, the resource must be in the ACTIVE state.

Tuple Fields of ResourceInUseException

0: ResourceInUseException
ResourceNotFoundException(ResourceNotFoundException)

The requested resource could not be found. The stream might not be specified correctly.

Tuple Fields of ResourceNotFoundException

0: ResourceNotFoundException
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

The lower-level source of this error, if any. Read more

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more