#[non_exhaustive]
pub enum Error {
Show 14 variants AccessDeniedException(AccessDeniedException), ConflictingOperationException(ConflictingOperationException), InternalFailureException(InternalFailureException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), QueryTimeoutException(QueryTimeoutException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceNotFoundException(ResourceNotFoundException), ServiceUnavailableException(ServiceUnavailableException), ThrottlingException(ThrottlingException), TooManyTagsException(TooManyTagsException), UnauthorizedException(UnauthorizedException), ValidationException(ValidationException), Unhandled(Unhandled),
}
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.
§

AccessDeniedException(AccessDeniedException)

Access is denied.

§

ConflictingOperationException(ConflictingOperationException)

Your request has conflicting operations. This can occur if you're trying to perform more than one operation on the same resource at the same time.

§

InternalFailureException(InternalFailureException)

IoT SiteWise can't process your request right now. Try again later.

§

InvalidRequestException(InvalidRequestException)

The request isn't valid. This can occur if your request contains malformed JSON or unsupported characters. Check your request and try again.

§

LimitExceededException(LimitExceededException)

You've reached the limit for a resource. For example, this can occur if you're trying to associate more than the allowed number of child assets or attempting to create more than the allowed number of properties for an asset model.

For more information, see Quotas in the IoT SiteWise User Guide.

§

QueryTimeoutException(QueryTimeoutException)

The query timed out.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

The resource already exists.

§

ResourceNotFoundException(ResourceNotFoundException)

The requested resource can't be found.

§

ServiceUnavailableException(ServiceUnavailableException)

The requested service is unavailable.

§

ThrottlingException(ThrottlingException)

Your request exceeded a rate limit. For example, you might have exceeded the number of IoT SiteWise assets that can be created per second, the allowed number of messages per second, and so on.

For more information, see Quotas in the IoT SiteWise User Guide.

§

TooManyTagsException(TooManyTagsException)

You've reached the limit for the number of tags allowed for a resource. For more information, see Tag naming limits and requirements in the Amazon Web Services General Reference.

§

UnauthorizedException(UnauthorizedException)

You are not authorized.

§

ValidationException(ValidationException)

The validation failed for this query.

§

Unhandled(Unhandled)

👎Deprecated: Matching Unhandled directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code():    err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ } See ProvideErrorMetadata for what information is available for the error.

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

source§

fn source(&self) -> Option<&(dyn Error + 'static)>

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

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, request: &mut Request<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AssociateAssetsError> for Error

source§

fn from(err: AssociateAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTimeSeriesToAssetPropertyError> for Error

source§

fn from(err: AssociateTimeSeriesToAssetPropertyError) -> Self

Converts to this type from the input type.
source§

impl From<BatchAssociateProjectAssetsError> for Error

source§

fn from(err: BatchAssociateProjectAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDisassociateProjectAssetsError> for Error

source§

fn from(err: BatchDisassociateProjectAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetAssetPropertyAggregatesError> for Error

source§

fn from(err: BatchGetAssetPropertyAggregatesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetAssetPropertyValueError> for Error

source§

fn from(err: BatchGetAssetPropertyValueError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetAssetPropertyValueHistoryError> for Error

source§

fn from(err: BatchGetAssetPropertyValueHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<BatchPutAssetPropertyValueError> for Error

source§

fn from(err: BatchPutAssetPropertyValueError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAccessPolicyError> for Error

source§

fn from(err: CreateAccessPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetError> for Error

source§

fn from(err: CreateAssetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetModelCompositeModelError> for Error

source§

fn from(err: CreateAssetModelCompositeModelError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssetModelError> for Error

source§

fn from(err: CreateAssetModelError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBulkImportJobError> for Error

source§

fn from(err: CreateBulkImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDashboardError> for Error

source§

fn from(err: CreateDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGatewayError> for Error

source§

fn from(err: CreateGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePortalError> for Error

source§

fn from(err: CreatePortalError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProjectError> for Error

source§

fn from(err: CreateProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAccessPolicyError> for Error

source§

fn from(err: DeleteAccessPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssetError> for Error

source§

fn from(err: DeleteAssetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssetModelCompositeModelError> for Error

source§

fn from(err: DeleteAssetModelCompositeModelError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssetModelError> for Error

source§

fn from(err: DeleteAssetModelError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDashboardError> for Error

source§

fn from(err: DeleteDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGatewayError> for Error

source§

fn from(err: DeleteGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePortalError> for Error

source§

fn from(err: DeletePortalError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProjectError> for Error

source§

fn from(err: DeleteProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTimeSeriesError> for Error

source§

fn from(err: DeleteTimeSeriesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccessPolicyError> for Error

source§

fn from(err: DescribeAccessPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeActionError> for Error

source§

fn from(err: DescribeActionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetCompositeModelError> for Error

source§

fn from(err: DescribeAssetCompositeModelError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetError> for Error

source§

fn from(err: DescribeAssetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetModelCompositeModelError> for Error

source§

fn from(err: DescribeAssetModelCompositeModelError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetModelError> for Error

source§

fn from(err: DescribeAssetModelError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetPropertyError> for Error

source§

fn from(err: DescribeAssetPropertyError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBulkImportJobError> for Error

source§

fn from(err: DescribeBulkImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardError> for Error

source§

fn from(err: DescribeDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDefaultEncryptionConfigurationError> for Error

source§

fn from(err: DescribeDefaultEncryptionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGatewayCapabilityConfigurationError> for Error

source§

fn from(err: DescribeGatewayCapabilityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGatewayError> for Error

source§

fn from(err: DescribeGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLoggingOptionsError> for Error

source§

fn from(err: DescribeLoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePortalError> for Error

source§

fn from(err: DescribePortalError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProjectError> for Error

source§

fn from(err: DescribeProjectError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStorageConfigurationError> for Error

source§

fn from(err: DescribeStorageConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTimeSeriesError> for Error

source§

fn from(err: DescribeTimeSeriesError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateAssetsError> for Error

source§

fn from(err: DisassociateAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTimeSeriesFromAssetPropertyError> for Error

source§

fn from(err: DisassociateTimeSeriesFromAssetPropertyError) -> Self

Converts to this type from the input type.
source§

impl From<ExecuteActionError> for Error

source§

fn from(err: ExecuteActionError) -> Self

Converts to this type from the input type.
source§

impl From<ExecuteQueryError> for Error

source§

fn from(err: ExecuteQueryError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssetPropertyAggregatesError> for Error

source§

fn from(err: GetAssetPropertyAggregatesError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssetPropertyValueError> for Error

source§

fn from(err: GetAssetPropertyValueError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssetPropertyValueHistoryError> for Error

source§

fn from(err: GetAssetPropertyValueHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetInterpolatedAssetPropertyValuesError> for Error

source§

fn from(err: GetInterpolatedAssetPropertyValuesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAccessPoliciesError> for Error

source§

fn from(err: ListAccessPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<ListActionsError> for Error

source§

fn from(err: ListActionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetModelCompositeModelsError> for Error

source§

fn from(err: ListAssetModelCompositeModelsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetModelPropertiesError> for Error

source§

fn from(err: ListAssetModelPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetModelsError> for Error

source§

fn from(err: ListAssetModelsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetPropertiesError> for Error

source§

fn from(err: ListAssetPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetRelationshipsError> for Error

source§

fn from(err: ListAssetRelationshipsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetsError> for Error

source§

fn from(err: ListAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociatedAssetsError> for Error

source§

fn from(err: ListAssociatedAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListBulkImportJobsError> for Error

source§

fn from(err: ListBulkImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCompositionRelationshipsError> for Error

source§

fn from(err: ListCompositionRelationshipsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDashboardsError> for Error

source§

fn from(err: ListDashboardsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGatewaysError> for Error

source§

fn from(err: ListGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<ListPortalsError> for Error

source§

fn from(err: ListPortalsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectAssetsError> for Error

source§

fn from(err: ListProjectAssetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProjectsError> for Error

source§

fn from(err: ListProjectsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ListTimeSeriesError> for Error

source§

fn from(err: ListTimeSeriesError) -> Self

Converts to this type from the input type.
source§

impl From<PutDefaultEncryptionConfigurationError> for Error

source§

fn from(err: PutDefaultEncryptionConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<PutLoggingOptionsError> for Error

source§

fn from(err: PutLoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<PutStorageConfigurationError> for Error

source§

fn from(err: PutStorageConfigurationError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTimeSeriesToAssetPropertyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<AssociateTimeSeriesToAssetPropertyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchAssociateProjectAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchAssociateProjectAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchDisassociateProjectAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchDisassociateProjectAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGetAssetPropertyAggregatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGetAssetPropertyAggregatesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGetAssetPropertyValueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGetAssetPropertyValueError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchGetAssetPropertyValueHistoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchGetAssetPropertyValueHistoryError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<BatchPutAssetPropertyValueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<BatchPutAssetPropertyValueError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAccessPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateAccessPolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateAssetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetModelCompositeModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateAssetModelCompositeModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssetModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateAssetModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateBulkImportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateBulkImportJobError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateDashboardError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateGatewayError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePortalError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreatePortalError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<CreateProjectError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAccessPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteAccessPolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteAssetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssetModelCompositeModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteAssetModelCompositeModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssetModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteAssetModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteDashboardError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteGatewayError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeletePortalError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeletePortalError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteProjectError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTimeSeriesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DeleteTimeSeriesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAccessPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAccessPolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeActionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeActionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssetCompositeModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAssetCompositeModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAssetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssetModelCompositeModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAssetModelCompositeModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssetModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAssetModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssetPropertyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeAssetPropertyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBulkImportJobError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeBulkImportJobError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeDashboardError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDefaultEncryptionConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeDefaultEncryptionConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGatewayCapabilityConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeGatewayCapabilityConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeGatewayError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLoggingOptionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeLoggingOptionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePortalError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribePortalError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeProjectError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeStorageConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeStorageConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTimeSeriesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DescribeTimeSeriesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTimeSeriesFromAssetPropertyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<DisassociateTimeSeriesFromAssetPropertyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExecuteActionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ExecuteActionError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExecuteQueryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ExecuteQueryError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssetPropertyAggregatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAssetPropertyAggregatesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssetPropertyValueError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAssetPropertyValueError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssetPropertyValueHistoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetAssetPropertyValueHistoryError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInterpolatedAssetPropertyValuesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<GetInterpolatedAssetPropertyValuesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAccessPoliciesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAccessPoliciesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListActionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListActionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetModelCompositeModelsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetModelCompositeModelsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetModelPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetModelPropertiesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetModelsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetModelsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetPropertiesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetRelationshipsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetRelationshipsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssociatedAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListAssociatedAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListBulkImportJobsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListBulkImportJobsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListCompositionRelationshipsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListCompositionRelationshipsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDashboardsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListDashboardsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListGatewaysError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListGatewaysError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListPortalsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListPortalsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListProjectAssetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListProjectAssetsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListProjectsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListProjectsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTagsForResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTimeSeriesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<ListTimeSeriesError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutDefaultEncryptionConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutDefaultEncryptionConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutLoggingOptionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutLoggingOptionsError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutStorageConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<PutStorageConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<TagResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<TagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UntagResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UntagResourceError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAccessPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAccessPolicyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAssetError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssetModelCompositeModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAssetModelCompositeModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssetModelError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAssetModelError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssetPropertyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateAssetPropertyError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDashboardError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateDashboardError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGatewayCapabilityConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateGatewayCapabilityConfigurationError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateGatewayError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateGatewayError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdatePortalError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdatePortalError, R>) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateProjectError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

fn from(err: SdkError<UpdateProjectError, R>) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAccessPolicyError> for Error

source§

fn from(err: UpdateAccessPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssetError> for Error

source§

fn from(err: UpdateAssetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssetModelCompositeModelError> for Error

source§

fn from(err: UpdateAssetModelCompositeModelError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssetModelError> for Error

source§

fn from(err: UpdateAssetModelError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssetPropertyError> for Error

source§

fn from(err: UpdateAssetPropertyError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDashboardError> for Error

source§

fn from(err: UpdateDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGatewayCapabilityConfigurationError> for Error

source§

fn from(err: UpdateGatewayCapabilityConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGatewayError> for Error

source§

fn from(err: UpdateGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePortalError> for Error

source§

fn from(err: UpdatePortalError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateProjectError> for Error

source§

fn from(err: UpdateProjectError) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

fn code(&self) -> Option<&str>

Returns the error code if it’s available.
source§

fn message(&self) -> Option<&str>

Returns the error message, if there is one.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

impl<T> Borrow<T> for T
where T: ?Sized,

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

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

fn in_current_span(self) -> Instrumented<Self>

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

impl<T, U> Into<U> for T
where U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
where S: Into<Dispatch>,

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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