Enum aws_sdk_iot::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 34 variants CertificateConflictException(CertificateConflictException), CertificateStateException(CertificateStateException), CertificateValidationException(CertificateValidationException), ConflictException(ConflictException), ConflictingResourceUpdateException(ConflictingResourceUpdateException), DeleteConflictException(DeleteConflictException), IndexNotReadyException(IndexNotReadyException), InternalException(InternalException), InternalFailureException(InternalFailureException), InternalServerException(InternalServerException), InvalidAggregationException(InvalidAggregationException), InvalidQueryException(InvalidQueryException), InvalidRequestException(InvalidRequestException), InvalidResponseException(InvalidResponseException), InvalidStateTransitionException(InvalidStateTransitionException), LimitExceededException(LimitExceededException), MalformedPolicyException(MalformedPolicyException), NotConfiguredException(NotConfiguredException), RegistrationCodeValidationException(RegistrationCodeValidationException), ResourceAlreadyExistsException(ResourceAlreadyExistsException), ResourceNotFoundException(ResourceNotFoundException), ResourceRegistrationFailureException(ResourceRegistrationFailureException), ServiceQuotaExceededException(ServiceQuotaExceededException), ServiceUnavailableException(ServiceUnavailableException), SqlParseException(SqlParseException), TaskAlreadyExistsException(TaskAlreadyExistsException), ThrottlingException(ThrottlingException), TransferAlreadyCompletedException(TransferAlreadyCompletedException), TransferConflictException(TransferConflictException), UnauthorizedException(UnauthorizedException), ValidationException(ValidationException), VersionConflictException(VersionConflictException), VersionsLimitExceededException(VersionsLimitExceededException), 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.
§

CertificateConflictException(CertificateConflictException)

Unable to verify the CA certificate used to sign the device certificate you are attempting to register. This is happens when you have registered more than one CA certificate that has the same subject field and public key.

§

CertificateStateException(CertificateStateException)

The certificate operation is not allowed.

§

CertificateValidationException(CertificateValidationException)

The certificate is invalid.

§

ConflictException(ConflictException)

A resource with the same name already exists.

§

ConflictingResourceUpdateException(ConflictingResourceUpdateException)

A conflicting resource update exception. This exception is thrown when two pending updates cause a conflict.

§

DeleteConflictException(DeleteConflictException)

You can't delete the resource because it is attached to one or more resources.

§

IndexNotReadyException(IndexNotReadyException)

The index is not ready.

§

InternalException(InternalException)

An unexpected error has occurred.

§

InternalFailureException(InternalFailureException)

An unexpected error has occurred.

§

InternalServerException(InternalServerException)

Internal error from the service that indicates an unexpected error or that the service is unavailable.

§

InvalidAggregationException(InvalidAggregationException)

The aggregation is invalid.

§

InvalidQueryException(InvalidQueryException)

The query is invalid.

§

InvalidRequestException(InvalidRequestException)

The request is not valid.

§

InvalidResponseException(InvalidResponseException)

The response is invalid.

§

InvalidStateTransitionException(InvalidStateTransitionException)

An attempt was made to change to an invalid state, for example by deleting a job or a job execution which is "IN_PROGRESS" without setting the force parameter.

§

LimitExceededException(LimitExceededException)

A limit has been exceeded.

§

MalformedPolicyException(MalformedPolicyException)

The policy documentation is not valid.

§

NotConfiguredException(NotConfiguredException)

The resource is not configured.

§

RegistrationCodeValidationException(RegistrationCodeValidationException)

The registration code is invalid.

§

ResourceAlreadyExistsException(ResourceAlreadyExistsException)

The resource already exists.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified resource does not exist.

§

ResourceRegistrationFailureException(ResourceRegistrationFailureException)

The resource registration failed.

§

ServiceQuotaExceededException(ServiceQuotaExceededException)

A limit has been exceeded.

§

ServiceUnavailableException(ServiceUnavailableException)

The service is temporarily unavailable.

§

SqlParseException(SqlParseException)

The Rule-SQL expression can't be parsed correctly.

§

TaskAlreadyExistsException(TaskAlreadyExistsException)

This exception occurs if you attempt to start a task with the same task-id as an existing task but with a different clientRequestToken.

§

ThrottlingException(ThrottlingException)

The rate exceeds the limit.

§

TransferAlreadyCompletedException(TransferAlreadyCompletedException)

You can't revert the certificate transfer because the transfer is already complete.

§

TransferConflictException(TransferConflictException)

You can't transfer the certificate because authorization policies are still attached.

§

UnauthorizedException(UnauthorizedException)

You are not authorized to perform this operation.

§

ValidationException(ValidationException)

The request is not valid.

§

VersionConflictException(VersionConflictException)

An exception thrown when the version of an entity specified with the expectedVersion parameter does not match the latest version in the system.

§

VersionsLimitExceededException(VersionsLimitExceededException)

The number of policy versions exceeds the limit.

§

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<AcceptCertificateTransferError> for Error

source§

fn from(err: AcceptCertificateTransferError) -> Self

Converts to this type from the input type.
source§

impl From<AddThingToBillingGroupError> for Error

source§

fn from(err: AddThingToBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<AddThingToThingGroupError> for Error

source§

fn from(err: AddThingToThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTargetsWithJobError> for Error

source§

fn from(err: AssociateTargetsWithJobError) -> Self

Converts to this type from the input type.
source§

impl From<AttachPolicyError> for Error

source§

fn from(err: AttachPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<AttachPrincipalPolicyError> for Error

source§

fn from(err: AttachPrincipalPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<AttachSecurityProfileError> for Error

source§

fn from(err: AttachSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<AttachThingPrincipalError> for Error

source§

fn from(err: AttachThingPrincipalError) -> 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<CancelAuditMitigationActionsTaskError> for Error

source§

fn from(err: CancelAuditMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelAuditTaskError> for Error

source§

fn from(err: CancelAuditTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelCertificateTransferError> for Error

source§

fn from(err: CancelCertificateTransferError) -> Self

Converts to this type from the input type.
source§

impl From<CancelDetectMitigationActionsTaskError> for Error

source§

fn from(err: CancelDetectMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelJobError> for Error

source§

fn from(err: CancelJobError) -> Self

Converts to this type from the input type.
source§

impl From<CancelJobExecutionError> for Error

source§

fn from(err: CancelJobExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<ClearDefaultAuthorizerError> for Error

source§

fn from(err: ClearDefaultAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<ConfirmTopicRuleDestinationError> for Error

source§

fn from(err: ConfirmTopicRuleDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAuditSuppressionError> for Error

source§

fn from(err: CreateAuditSuppressionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAuthorizerError> for Error

source§

fn from(err: CreateAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateBillingGroupError> for Error

source§

fn from(err: CreateBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCertificateFromCsrError> for Error

source§

fn from(err: CreateCertificateFromCsrError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCertificateProviderError> for Error

source§

fn from(err: CreateCertificateProviderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCustomMetricError> for Error

source§

fn from(err: CreateCustomMetricError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDimensionError> for Error

source§

fn from(err: CreateDimensionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDomainConfigurationError> for Error

source§

fn from(err: CreateDomainConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDynamicThingGroupError> for Error

source§

fn from(err: CreateDynamicThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetMetricError> for Error

source§

fn from(err: CreateFleetMetricError) -> Self

Converts to this type from the input type.
source§

impl From<CreateJobError> for Error

source§

fn from(err: CreateJobError) -> Self

Converts to this type from the input type.
source§

impl From<CreateJobTemplateError> for Error

source§

fn from(err: CreateJobTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateKeysAndCertificateError> for Error

source§

fn from(err: CreateKeysAndCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMitigationActionError> for Error

source§

fn from(err: CreateMitigationActionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateOTAUpdateError> for Error

source§

fn from(err: CreateOTAUpdateError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePackageError> for Error

source§

fn from(err: CreatePackageError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePackageVersionError> for Error

source§

fn from(err: CreatePackageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePolicyError> for Error

source§

fn from(err: CreatePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePolicyVersionError> for Error

source§

fn from(err: CreatePolicyVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProvisioningClaimError> for Error

source§

fn from(err: CreateProvisioningClaimError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProvisioningTemplateError> for Error

source§

fn from(err: CreateProvisioningTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateProvisioningTemplateVersionError> for Error

source§

fn from(err: CreateProvisioningTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRoleAliasError> for Error

source§

fn from(err: CreateRoleAliasError) -> Self

Converts to this type from the input type.
source§

impl From<CreateScheduledAuditError> for Error

source§

fn from(err: CreateScheduledAuditError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSecurityProfileError> for Error

source§

fn from(err: CreateSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStreamError> for Error

source§

fn from(err: CreateStreamError) -> Self

Converts to this type from the input type.
source§

impl From<CreateThingError> for Error

source§

fn from(err: CreateThingError) -> Self

Converts to this type from the input type.
source§

impl From<CreateThingGroupError> for Error

source§

fn from(err: CreateThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateThingTypeError> for Error

source§

fn from(err: CreateThingTypeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTopicRuleDestinationError> for Error

source§

fn from(err: CreateTopicRuleDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTopicRuleError> for Error

source§

fn from(err: CreateTopicRuleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAccountAuditConfigurationError> for Error

source§

fn from(err: DeleteAccountAuditConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAuditSuppressionError> for Error

source§

fn from(err: DeleteAuditSuppressionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAuthorizerError> for Error

source§

fn from(err: DeleteAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteBillingGroupError> for Error

source§

fn from(err: DeleteBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCACertificateError> for Error

source§

fn from(err: DeleteCACertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCertificateError> for Error

source§

fn from(err: DeleteCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCertificateProviderError> for Error

source§

fn from(err: DeleteCertificateProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomMetricError> for Error

source§

fn from(err: DeleteCustomMetricError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDimensionError> for Error

source§

fn from(err: DeleteDimensionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDomainConfigurationError> for Error

source§

fn from(err: DeleteDomainConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDynamicThingGroupError> for Error

source§

fn from(err: DeleteDynamicThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetMetricError> for Error

source§

fn from(err: DeleteFleetMetricError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobError> for Error

source§

fn from(err: DeleteJobError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobExecutionError> for Error

source§

fn from(err: DeleteJobExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteJobTemplateError> for Error

source§

fn from(err: DeleteJobTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMitigationActionError> for Error

source§

fn from(err: DeleteMitigationActionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteOTAUpdateError> for Error

source§

fn from(err: DeleteOTAUpdateError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePackageError> for Error

source§

fn from(err: DeletePackageError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePackageVersionError> for Error

source§

fn from(err: DeletePackageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePolicyError> for Error

source§

fn from(err: DeletePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePolicyVersionError> for Error

source§

fn from(err: DeletePolicyVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProvisioningTemplateError> for Error

source§

fn from(err: DeleteProvisioningTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteProvisioningTemplateVersionError> for Error

source§

fn from(err: DeleteProvisioningTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRegistrationCodeError> for Error

source§

fn from(err: DeleteRegistrationCodeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRoleAliasError> for Error

source§

fn from(err: DeleteRoleAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteScheduledAuditError> for Error

source§

fn from(err: DeleteScheduledAuditError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSecurityProfileError> for Error

source§

fn from(err: DeleteSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStreamError> for Error

source§

fn from(err: DeleteStreamError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteThingError> for Error

source§

fn from(err: DeleteThingError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteThingGroupError> for Error

source§

fn from(err: DeleteThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteThingTypeError> for Error

source§

fn from(err: DeleteThingTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTopicRuleDestinationError> for Error

source§

fn from(err: DeleteTopicRuleDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTopicRuleError> for Error

source§

fn from(err: DeleteTopicRuleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteV2LoggingLevelError> for Error

source§

fn from(err: DeleteV2LoggingLevelError) -> Self

Converts to this type from the input type.
source§

impl From<DeprecateThingTypeError> for Error

source§

fn from(err: DeprecateThingTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountAuditConfigurationError> for Error

source§

fn from(err: DescribeAccountAuditConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAuditFindingError> for Error

source§

fn from(err: DescribeAuditFindingError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAuditMitigationActionsTaskError> for Error

source§

fn from(err: DescribeAuditMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAuditSuppressionError> for Error

source§

fn from(err: DescribeAuditSuppressionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAuditTaskError> for Error

source§

fn from(err: DescribeAuditTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAuthorizerError> for Error

source§

fn from(err: DescribeAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBillingGroupError> for Error

source§

fn from(err: DescribeBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCACertificateError> for Error

source§

fn from(err: DescribeCACertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCertificateError> for Error

source§

fn from(err: DescribeCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCertificateProviderError> for Error

source§

fn from(err: DescribeCertificateProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCustomMetricError> for Error

source§

fn from(err: DescribeCustomMetricError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDefaultAuthorizerError> for Error

source§

fn from(err: DescribeDefaultAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDetectMitigationActionsTaskError> for Error

source§

fn from(err: DescribeDetectMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDimensionError> for Error

source§

fn from(err: DescribeDimensionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDomainConfigurationError> for Error

source§

fn from(err: DescribeDomainConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEndpointError> for Error

source§

fn from(err: DescribeEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEventConfigurationsError> for Error

source§

fn from(err: DescribeEventConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetMetricError> for Error

source§

fn from(err: DescribeFleetMetricError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIndexError> for Error

source§

fn from(err: DescribeIndexError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeJobError> for Error

source§

fn from(err: DescribeJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeJobExecutionError> for Error

source§

fn from(err: DescribeJobExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeJobTemplateError> for Error

source§

fn from(err: DescribeJobTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeManagedJobTemplateError> for Error

source§

fn from(err: DescribeManagedJobTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMitigationActionError> for Error

source§

fn from(err: DescribeMitigationActionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProvisioningTemplateError> for Error

source§

fn from(err: DescribeProvisioningTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProvisioningTemplateVersionError> for Error

source§

fn from(err: DescribeProvisioningTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRoleAliasError> for Error

source§

fn from(err: DescribeRoleAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeScheduledAuditError> for Error

source§

fn from(err: DescribeScheduledAuditError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSecurityProfileError> for Error

source§

fn from(err: DescribeSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStreamError> for Error

source§

fn from(err: DescribeStreamError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThingError> for Error

source§

fn from(err: DescribeThingError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThingGroupError> for Error

source§

fn from(err: DescribeThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThingRegistrationTaskError> for Error

source§

fn from(err: DescribeThingRegistrationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThingTypeError> for Error

source§

fn from(err: DescribeThingTypeError) -> Self

Converts to this type from the input type.
source§

impl From<DetachPolicyError> for Error

source§

fn from(err: DetachPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DetachPrincipalPolicyError> for Error

source§

fn from(err: DetachPrincipalPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DetachSecurityProfileError> for Error

source§

fn from(err: DetachSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DetachThingPrincipalError> for Error

source§

fn from(err: DetachThingPrincipalError) -> Self

Converts to this type from the input type.
source§

impl From<DisableTopicRuleError> for Error

source§

fn from(err: DisableTopicRuleError) -> Self

Converts to this type from the input type.
source§

impl From<EnableTopicRuleError> for Error

source§

fn from(err: EnableTopicRuleError) -> Self

Converts to this type from the input type.
source§

impl From<GetBehaviorModelTrainingSummariesError> for Error

source§

fn from(err: GetBehaviorModelTrainingSummariesError) -> Self

Converts to this type from the input type.
source§

impl From<GetBucketsAggregationError> for Error

source§

fn from(err: GetBucketsAggregationError) -> Self

Converts to this type from the input type.
source§

impl From<GetCardinalityError> for Error

source§

fn from(err: GetCardinalityError) -> Self

Converts to this type from the input type.
source§

impl From<GetEffectivePoliciesError> for Error

source§

fn from(err: GetEffectivePoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<GetIndexingConfigurationError> for Error

source§

fn from(err: GetIndexingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetJobDocumentError> for Error

source§

fn from(err: GetJobDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<GetLoggingOptionsError> for Error

source§

fn from(err: GetLoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<GetOTAUpdateError> for Error

source§

fn from(err: GetOTAUpdateError) -> Self

Converts to this type from the input type.
source§

impl From<GetPackageConfigurationError> for Error

source§

fn from(err: GetPackageConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetPackageError> for Error

source§

fn from(err: GetPackageError) -> Self

Converts to this type from the input type.
source§

impl From<GetPackageVersionError> for Error

source§

fn from(err: GetPackageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetPercentilesError> for Error

source§

fn from(err: GetPercentilesError) -> Self

Converts to this type from the input type.
source§

impl From<GetPolicyError> for Error

source§

fn from(err: GetPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetPolicyVersionError> for Error

source§

fn from(err: GetPolicyVersionError) -> Self

Converts to this type from the input type.
source§

impl From<GetRegistrationCodeError> for Error

source§

fn from(err: GetRegistrationCodeError) -> Self

Converts to this type from the input type.
source§

impl From<GetStatisticsError> for Error

source§

fn from(err: GetStatisticsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTopicRuleDestinationError> for Error

source§

fn from(err: GetTopicRuleDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<GetTopicRuleError> for Error

source§

fn from(err: GetTopicRuleError) -> Self

Converts to this type from the input type.
source§

impl From<GetV2LoggingOptionsError> for Error

source§

fn from(err: GetV2LoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListActiveViolationsError> for Error

source§

fn from(err: ListActiveViolationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAttachedPoliciesError> for Error

source§

fn from(err: ListAttachedPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuditFindingsError> for Error

source§

fn from(err: ListAuditFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuditMitigationActionsExecutionsError> for Error

source§

fn from(err: ListAuditMitigationActionsExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuditMitigationActionsTasksError> for Error

source§

fn from(err: ListAuditMitigationActionsTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuditSuppressionsError> for Error

source§

fn from(err: ListAuditSuppressionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuditTasksError> for Error

source§

fn from(err: ListAuditTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListAuthorizersError> for Error

source§

fn from(err: ListAuthorizersError) -> Self

Converts to this type from the input type.
source§

impl From<ListBillingGroupsError> for Error

source§

fn from(err: ListBillingGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCACertificatesError> for Error

source§

fn from(err: ListCACertificatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCertificateProvidersError> for Error

source§

fn from(err: ListCertificateProvidersError) -> Self

Converts to this type from the input type.
source§

impl From<ListCertificatesByCAError> for Error

source§

fn from(err: ListCertificatesByCAError) -> Self

Converts to this type from the input type.
source§

impl From<ListCertificatesError> for Error

source§

fn from(err: ListCertificatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListCustomMetricsError> for Error

source§

fn from(err: ListCustomMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDetectMitigationActionsExecutionsError> for Error

source§

fn from(err: ListDetectMitigationActionsExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDetectMitigationActionsTasksError> for Error

source§

fn from(err: ListDetectMitigationActionsTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListDimensionsError> for Error

source§

fn from(err: ListDimensionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDomainConfigurationsError> for Error

source§

fn from(err: ListDomainConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListFleetMetricsError> for Error

source§

fn from(err: ListFleetMetricsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIndicesError> for Error

source§

fn from(err: ListIndicesError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobExecutionsForJobError> for Error

source§

fn from(err: ListJobExecutionsForJobError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobExecutionsForThingError> for Error

source§

fn from(err: ListJobExecutionsForThingError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobTemplatesError> for Error

source§

fn from(err: ListJobTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListJobsError> for Error

source§

fn from(err: ListJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListManagedJobTemplatesError> for Error

source§

fn from(err: ListManagedJobTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListMetricValuesError> for Error

source§

fn from(err: ListMetricValuesError) -> Self

Converts to this type from the input type.
source§

impl From<ListMitigationActionsError> for Error

source§

fn from(err: ListMitigationActionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOTAUpdatesError> for Error

source§

fn from(err: ListOTAUpdatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListOutgoingCertificatesError> for Error

source§

fn from(err: ListOutgoingCertificatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPackageVersionsError> for Error

source§

fn from(err: ListPackageVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPackagesError> for Error

source§

fn from(err: ListPackagesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPoliciesError> for Error

source§

fn from(err: ListPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPolicyPrincipalsError> for Error

source§

fn from(err: ListPolicyPrincipalsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPolicyVersionsError> for Error

source§

fn from(err: ListPolicyVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListPrincipalPoliciesError> for Error

source§

fn from(err: ListPrincipalPoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<ListPrincipalThingsError> for Error

source§

fn from(err: ListPrincipalThingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProvisioningTemplateVersionsError> for Error

source§

fn from(err: ListProvisioningTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListProvisioningTemplatesError> for Error

source§

fn from(err: ListProvisioningTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRelatedResourcesForAuditFindingError> for Error

source§

fn from(err: ListRelatedResourcesForAuditFindingError) -> Self

Converts to this type from the input type.
source§

impl From<ListRoleAliasesError> for Error

source§

fn from(err: ListRoleAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListScheduledAuditsError> for Error

source§

fn from(err: ListScheduledAuditsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityProfilesError> for Error

source§

fn from(err: ListSecurityProfilesError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityProfilesForTargetError> for Error

source§

fn from(err: ListSecurityProfilesForTargetError) -> Self

Converts to this type from the input type.
source§

impl From<ListStreamsError> for Error

source§

fn from(err: ListStreamsError) -> 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<ListTargetsForPolicyError> for Error

source§

fn from(err: ListTargetsForPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<ListTargetsForSecurityProfileError> for Error

source§

fn from(err: ListTargetsForSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingGroupsError> for Error

source§

fn from(err: ListThingGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingGroupsForThingError> for Error

source§

fn from(err: ListThingGroupsForThingError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingPrincipalsError> for Error

source§

fn from(err: ListThingPrincipalsError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingRegistrationTaskReportsError> for Error

source§

fn from(err: ListThingRegistrationTaskReportsError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingRegistrationTasksError> for Error

source§

fn from(err: ListThingRegistrationTasksError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingTypesError> for Error

source§

fn from(err: ListThingTypesError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingsError> for Error

source§

fn from(err: ListThingsError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingsInBillingGroupError> for Error

source§

fn from(err: ListThingsInBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ListThingsInThingGroupError> for Error

source§

fn from(err: ListThingsInThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ListTopicRuleDestinationsError> for Error

source§

fn from(err: ListTopicRuleDestinationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTopicRulesError> for Error

source§

fn from(err: ListTopicRulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListV2LoggingLevelsError> for Error

source§

fn from(err: ListV2LoggingLevelsError) -> Self

Converts to this type from the input type.
source§

impl From<ListViolationEventsError> for Error

source§

fn from(err: ListViolationEventsError) -> Self

Converts to this type from the input type.
source§

impl From<PutVerificationStateOnViolationError> for Error

source§

fn from(err: PutVerificationStateOnViolationError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterCACertificateError> for Error

source§

fn from(err: RegisterCACertificateError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterCertificateError> for Error

source§

fn from(err: RegisterCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterCertificateWithoutCAError> for Error

source§

fn from(err: RegisterCertificateWithoutCAError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterThingError> for Error

source§

fn from(err: RegisterThingError) -> Self

Converts to this type from the input type.
source§

impl From<RejectCertificateTransferError> for Error

source§

fn from(err: RejectCertificateTransferError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveThingFromBillingGroupError> for Error

source§

fn from(err: RemoveThingFromBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveThingFromThingGroupError> for Error

source§

fn from(err: RemoveThingFromThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceTopicRuleError> for Error

source§

fn from(err: ReplaceTopicRuleError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<ListStreamsError, 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<ListTargetsForPolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<StopThingRegistrationTaskError, 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<TestAuthorizationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

fn from(err: SdkError<TransferCertificateError, 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<UpdateAccountAuditConfigurationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchIndexError> for Error

source§

fn from(err: SearchIndexError) -> Self

Converts to this type from the input type.
source§

impl From<SetDefaultAuthorizerError> for Error

source§

fn from(err: SetDefaultAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<SetDefaultPolicyVersionError> for Error

source§

fn from(err: SetDefaultPolicyVersionError) -> Self

Converts to this type from the input type.
source§

impl From<SetLoggingOptionsError> for Error

source§

fn from(err: SetLoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<SetV2LoggingLevelError> for Error

source§

fn from(err: SetV2LoggingLevelError) -> Self

Converts to this type from the input type.
source§

impl From<SetV2LoggingOptionsError> for Error

source§

fn from(err: SetV2LoggingOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<StartAuditMitigationActionsTaskError> for Error

source§

fn from(err: StartAuditMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StartDetectMitigationActionsTaskError> for Error

source§

fn from(err: StartDetectMitigationActionsTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StartOnDemandAuditTaskError> for Error

source§

fn from(err: StartOnDemandAuditTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StartThingRegistrationTaskError> for Error

source§

fn from(err: StartThingRegistrationTaskError) -> Self

Converts to this type from the input type.
source§

impl From<StopThingRegistrationTaskError> for Error

source§

fn from(err: StopThingRegistrationTaskError) -> 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<TestAuthorizationError> for Error

source§

fn from(err: TestAuthorizationError) -> Self

Converts to this type from the input type.
source§

impl From<TestInvokeAuthorizerError> for Error

source§

fn from(err: TestInvokeAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<TransferCertificateError> for Error

source§

fn from(err: TransferCertificateError) -> 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<UpdateAccountAuditConfigurationError> for Error

source§

fn from(err: UpdateAccountAuditConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAuditSuppressionError> for Error

source§

fn from(err: UpdateAuditSuppressionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAuthorizerError> for Error

source§

fn from(err: UpdateAuthorizerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateBillingGroupError> for Error

source§

fn from(err: UpdateBillingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCACertificateError> for Error

source§

fn from(err: UpdateCACertificateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCertificateError> for Error

source§

fn from(err: UpdateCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCertificateProviderError> for Error

source§

fn from(err: UpdateCertificateProviderError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateCustomMetricError> for Error

source§

fn from(err: UpdateCustomMetricError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDimensionError> for Error

source§

fn from(err: UpdateDimensionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDomainConfigurationError> for Error

source§

fn from(err: UpdateDomainConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDynamicThingGroupError> for Error

source§

fn from(err: UpdateDynamicThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateEventConfigurationsError> for Error

source§

fn from(err: UpdateEventConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFleetMetricError> for Error

source§

fn from(err: UpdateFleetMetricError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIndexingConfigurationError> for Error

source§

fn from(err: UpdateIndexingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateJobError> for Error

source§

fn from(err: UpdateJobError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMitigationActionError> for Error

source§

fn from(err: UpdateMitigationActionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePackageConfigurationError> for Error

source§

fn from(err: UpdatePackageConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePackageError> for Error

source§

fn from(err: UpdatePackageError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePackageVersionError> for Error

source§

fn from(err: UpdatePackageVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateProvisioningTemplateError> for Error

source§

fn from(err: UpdateProvisioningTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoleAliasError> for Error

source§

fn from(err: UpdateRoleAliasError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateScheduledAuditError> for Error

source§

fn from(err: UpdateScheduledAuditError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSecurityProfileError> for Error

source§

fn from(err: UpdateSecurityProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStreamError> for Error

source§

fn from(err: UpdateStreamError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThingError> for Error

source§

fn from(err: UpdateThingError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThingGroupError> for Error

source§

fn from(err: UpdateThingGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThingGroupsForThingError> for Error

source§

fn from(err: UpdateThingGroupsForThingError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTopicRuleDestinationError> for Error

source§

fn from(err: UpdateTopicRuleDestinationError) -> Self

Converts to this type from the input type.
source§

impl From<ValidateSecurityProfileBehaviorsError> for Error

source§

fn from(err: ValidateSecurityProfileBehaviorsError) -> 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 Freeze for Error

§

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<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts self into a Left variant of Either<Self, Self> if into_left is true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts self into a Left variant of Either<Self, Self> if into_left(&self) returns true. Converts self into a Right variant of Either<Self, Self> otherwise. Read more
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