#[non_exhaustive]
pub enum Error {
Show 20 variants AccessDeniedException(AccessDeniedException), ConcurrentUpdatingException(ConcurrentUpdatingException), ConflictException(ConflictException), DomainNotWhitelistedException(DomainNotWhitelistedException), IdentityTypeNotSupportedException(IdentityTypeNotSupportedException), InternalFailureException(InternalFailureException), InvalidNextTokenException(InvalidNextTokenException), InvalidParameterValueException(InvalidParameterValueException), InvalidRequestException(InvalidRequestException), LimitExceededException(LimitExceededException), PreconditionNotMetException(PreconditionNotMetException), QuickSightUserNotFoundException(QuickSightUserNotFoundException), ResourceExistsException(ResourceExistsException), ResourceNotFoundException(ResourceNotFoundException), ResourceUnavailableException(ResourceUnavailableException), SessionLifetimeInMinutesInvalidException(SessionLifetimeInMinutesInvalidException), ThrottlingException(ThrottlingException), UnsupportedPricingPlanException(UnsupportedPricingPlanException), UnsupportedUserEditionException(UnsupportedUserEditionException), Unhandled(Unhandled),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

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

AccessDeniedException(AccessDeniedException)

You don't have access to this item. The provided credentials couldn't be validated. You might not be authorized to carry out the request. Make sure that your account is authorized to use the Amazon QuickSight service, that your policies have the correct permissions, and that you are using the correct credentials.

§

ConcurrentUpdatingException(ConcurrentUpdatingException)

A resource is already in a state that indicates an operation is happening that must complete before a new update can be applied.

§

ConflictException(ConflictException)

Updating or deleting a resource can cause an inconsistent state.

§

DomainNotWhitelistedException(DomainNotWhitelistedException)

The domain specified isn't on the allow list. All domains for embedded dashboards must be added to the approved list by an Amazon QuickSight admin.

§

IdentityTypeNotSupportedException(IdentityTypeNotSupportedException)

The identity type specified isn't supported. Supported identity types include IAM and QUICKSIGHT.

§

InternalFailureException(InternalFailureException)

An internal failure occurred.

§

InvalidNextTokenException(InvalidNextTokenException)

The NextToken value isn't valid.

§

InvalidParameterValueException(InvalidParameterValueException)

One or more parameters has a value that isn't valid.

§

InvalidRequestException(InvalidRequestException)

You don't have this feature activated for your account. To fix this issue, contact Amazon Web Services support.

§

LimitExceededException(LimitExceededException)

A limit is exceeded.

§

PreconditionNotMetException(PreconditionNotMetException)

One or more preconditions aren't met.

§

QuickSightUserNotFoundException(QuickSightUserNotFoundException)

The user with the provided name isn't found. This error can happen in any operation that requires finding a user based on a provided user name, such as DeleteUser, DescribeUser, and so on.

§

ResourceExistsException(ResourceExistsException)

The resource specified already exists.

§

ResourceNotFoundException(ResourceNotFoundException)

One or more resources can't be found.

§

ResourceUnavailableException(ResourceUnavailableException)

This resource is currently unavailable.

§

SessionLifetimeInMinutesInvalidException(SessionLifetimeInMinutesInvalidException)

The number of minutes specified for the lifetime of a session isn't valid. The session lifetime must be 15-600 minutes.

§

ThrottlingException(ThrottlingException)

Access is throttled.

§

UnsupportedPricingPlanException(UnsupportedPricingPlanException)

This error indicates that you are calling an embedding operation in Amazon QuickSight without the required pricing plan on your Amazon Web Services account. Before you can use embedding for anonymous users, a QuickSight administrator needs to add capacity pricing to Amazon QuickSight. You can do this on the Manage Amazon QuickSight page.

After capacity pricing is added, you can use the GetDashboardEmbedUrl API operation with the --identity-type ANONYMOUS option.

§

UnsupportedUserEditionException(UnsupportedUserEditionException)

This error indicates that you are calling an operation on an Amazon QuickSight subscription where the edition doesn't include support for that operation. Amazon Amazon QuickSight currently has Standard Edition and Enterprise Edition. Not every operation and capability is available in every edition.

§

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

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelIngestionError> for Error

source§

fn from(err: CancelIngestionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAccountCustomizationError> for Error

source§

fn from(err: CreateAccountCustomizationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAccountSubscriptionError> for Error

source§

fn from(err: CreateAccountSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAnalysisError> for Error

source§

fn from(err: CreateAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDashboardError> for Error

source§

fn from(err: CreateDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataSetError> for Error

source§

fn from(err: CreateDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDataSourceError> for Error

source§

fn from(err: CreateDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFolderError> for Error

source§

fn from(err: CreateFolderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFolderMembershipError> for Error

source§

fn from(err: CreateFolderMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGroupError> for Error

source§

fn from(err: CreateGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateGroupMembershipError> for Error

source§

fn from(err: CreateGroupMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIAMPolicyAssignmentError> for Error

source§

fn from(err: CreateIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIngestionError> for Error

source§

fn from(err: CreateIngestionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNamespaceError> for Error

source§

fn from(err: CreateNamespaceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRefreshScheduleError> for Error

source§

fn from(err: CreateRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRoleMembershipError> for Error

source§

fn from(err: CreateRoleMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTemplateAliasError> for Error

source§

fn from(err: CreateTemplateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTemplateError> for Error

source§

fn from(err: CreateTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateThemeAliasError> for Error

source§

fn from(err: CreateThemeAliasError) -> Self

Converts to this type from the input type.
source§

impl From<CreateThemeError> for Error

source§

fn from(err: CreateThemeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTopicError> for Error

source§

fn from(err: CreateTopicError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTopicRefreshScheduleError> for Error

source§

fn from(err: CreateTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVPCConnectionError> for Error

source§

fn from(err: CreateVPCConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAccountCustomizationError> for Error

source§

fn from(err: DeleteAccountCustomizationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAccountSubscriptionError> for Error

source§

fn from(err: DeleteAccountSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAnalysisError> for Error

source§

fn from(err: DeleteAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDashboardError> for Error

source§

fn from(err: DeleteDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataSetError> for Error

source§

fn from(err: DeleteDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataSetRefreshPropertiesError> for Error

source§

fn from(err: DeleteDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDataSourceError> for Error

source§

fn from(err: DeleteDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFolderError> for Error

source§

fn from(err: DeleteFolderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFolderMembershipError> for Error

source§

fn from(err: DeleteFolderMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGroupError> for Error

source§

fn from(err: DeleteGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteGroupMembershipError> for Error

source§

fn from(err: DeleteGroupMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIAMPolicyAssignmentError> for Error

source§

fn from(err: DeleteIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNamespaceError> for Error

source§

fn from(err: DeleteNamespaceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRefreshScheduleError> for Error

source§

fn from(err: DeleteRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRoleCustomPermissionError> for Error

source§

fn from(err: DeleteRoleCustomPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRoleMembershipError> for Error

source§

fn from(err: DeleteRoleMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTemplateAliasError> for Error

source§

fn from(err: DeleteTemplateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTemplateError> for Error

source§

fn from(err: DeleteTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteThemeAliasError> for Error

source§

fn from(err: DeleteThemeAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteThemeError> for Error

source§

fn from(err: DeleteThemeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTopicError> for Error

source§

fn from(err: DeleteTopicError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTopicRefreshScheduleError> for Error

source§

fn from(err: DeleteTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserByPrincipalIdError> for Error

source§

fn from(err: DeleteUserByPrincipalIdError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserError> for Error

source§

fn from(err: DeleteUserError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVPCConnectionError> for Error

source§

fn from(err: DeleteVPCConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountCustomizationError> for Error

source§

fn from(err: DescribeAccountCustomizationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountSettingsError> for Error

source§

fn from(err: DescribeAccountSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountSubscriptionError> for Error

source§

fn from(err: DescribeAccountSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAnalysisDefinitionError> for Error

source§

fn from(err: DescribeAnalysisDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAnalysisError> for Error

source§

fn from(err: DescribeAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAnalysisPermissionsError> for Error

source§

fn from(err: DescribeAnalysisPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetBundleExportJobError> for Error

source§

fn from(err: DescribeAssetBundleExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssetBundleImportJobError> for Error

source§

fn from(err: DescribeAssetBundleImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardDefinitionError> for Error

source§

fn from(err: DescribeDashboardDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardError> for Error

source§

fn from(err: DescribeDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardPermissionsError> for Error

source§

fn from(err: DescribeDashboardPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardSnapshotJobError> for Error

source§

fn from(err: DescribeDashboardSnapshotJobError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDashboardSnapshotJobResultError> for Error

source§

fn from(err: DescribeDashboardSnapshotJobResultError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataSetError> for Error

source§

fn from(err: DescribeDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataSetPermissionsError> for Error

source§

fn from(err: DescribeDataSetPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataSetRefreshPropertiesError> for Error

source§

fn from(err: DescribeDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataSourceError> for Error

source§

fn from(err: DescribeDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDataSourcePermissionsError> for Error

source§

fn from(err: DescribeDataSourcePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFolderError> for Error

source§

fn from(err: DescribeFolderError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFolderPermissionsError> for Error

source§

fn from(err: DescribeFolderPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFolderResolvedPermissionsError> for Error

source§

fn from(err: DescribeFolderResolvedPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGroupError> for Error

source§

fn from(err: DescribeGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeGroupMembershipError> for Error

source§

fn from(err: DescribeGroupMembershipError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIAMPolicyAssignmentError> for Error

source§

fn from(err: DescribeIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIngestionError> for Error

source§

fn from(err: DescribeIngestionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpRestrictionError> for Error

source§

fn from(err: DescribeIpRestrictionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNamespaceError> for Error

source§

fn from(err: DescribeNamespaceError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRefreshScheduleError> for Error

source§

fn from(err: DescribeRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRoleCustomPermissionError> for Error

source§

fn from(err: DescribeRoleCustomPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTemplateAliasError> for Error

source§

fn from(err: DescribeTemplateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTemplateDefinitionError> for Error

source§

fn from(err: DescribeTemplateDefinitionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTemplateError> for Error

source§

fn from(err: DescribeTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTemplatePermissionsError> for Error

source§

fn from(err: DescribeTemplatePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThemeAliasError> for Error

source§

fn from(err: DescribeThemeAliasError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThemeError> for Error

source§

fn from(err: DescribeThemeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeThemePermissionsError> for Error

source§

fn from(err: DescribeThemePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTopicError> for Error

source§

fn from(err: DescribeTopicError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTopicPermissionsError> for Error

source§

fn from(err: DescribeTopicPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTopicRefreshError> for Error

source§

fn from(err: DescribeTopicRefreshError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTopicRefreshScheduleError> for Error

source§

fn from(err: DescribeTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUserError> for Error

source§

fn from(err: DescribeUserError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVPCConnectionError> for Error

source§

fn from(err: DescribeVPCConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<GenerateEmbedUrlForAnonymousUserError> for Error

source§

fn from(err: GenerateEmbedUrlForAnonymousUserError) -> Self

Converts to this type from the input type.
source§

impl From<GenerateEmbedUrlForRegisteredUserError> for Error

source§

fn from(err: GenerateEmbedUrlForRegisteredUserError) -> Self

Converts to this type from the input type.
source§

impl From<GetDashboardEmbedUrlError> for Error

source§

fn from(err: GetDashboardEmbedUrlError) -> Self

Converts to this type from the input type.
source§

impl From<GetSessionEmbedUrlError> for Error

source§

fn from(err: GetSessionEmbedUrlError) -> Self

Converts to this type from the input type.
source§

impl From<ListAnalysesError> for Error

source§

fn from(err: ListAnalysesError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetBundleExportJobsError> for Error

source§

fn from(err: ListAssetBundleExportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssetBundleImportJobsError> for Error

source§

fn from(err: ListAssetBundleImportJobsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDashboardVersionsError> for Error

source§

fn from(err: ListDashboardVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDashboardsError> for Error

source§

fn from(err: ListDashboardsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataSetsError> for Error

source§

fn from(err: ListDataSetsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDataSourcesError> for Error

source§

fn from(err: ListDataSourcesError) -> Self

Converts to this type from the input type.
source§

impl From<ListFolderMembersError> for Error

source§

fn from(err: ListFolderMembersError) -> Self

Converts to this type from the input type.
source§

impl From<ListFoldersError> for Error

source§

fn from(err: ListFoldersError) -> Self

Converts to this type from the input type.
source§

impl From<ListGroupMembershipsError> for Error

source§

fn from(err: ListGroupMembershipsError) -> Self

Converts to this type from the input type.
source§

impl From<ListGroupsError> for Error

source§

fn from(err: ListGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIAMPolicyAssignmentsError> for Error

source§

fn from(err: ListIAMPolicyAssignmentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListIAMPolicyAssignmentsForUserError> for Error

source§

fn from(err: ListIAMPolicyAssignmentsForUserError) -> Self

Converts to this type from the input type.
source§

impl From<ListIngestionsError> for Error

source§

fn from(err: ListIngestionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListNamespacesError> for Error

source§

fn from(err: ListNamespacesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRefreshSchedulesError> for Error

source§

fn from(err: ListRefreshSchedulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListRoleMembershipsError> for Error

source§

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

source§

fn from(err: ListTemplateAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTemplateVersionsError> for Error

source§

fn from(err: ListTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListTemplatesError> for Error

source§

fn from(err: ListTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<ListThemeAliasesError> for Error

source§

fn from(err: ListThemeAliasesError) -> Self

Converts to this type from the input type.
source§

impl From<ListThemeVersionsError> for Error

source§

fn from(err: ListThemeVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListThemesError> for Error

source§

fn from(err: ListThemesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTopicRefreshSchedulesError> for Error

source§

fn from(err: ListTopicRefreshSchedulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListTopicsError> for Error

source§

fn from(err: ListTopicsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUserGroupsError> for Error

source§

fn from(err: ListUserGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<ListUsersError> for Error

source§

fn from(err: ListUsersError) -> Self

Converts to this type from the input type.
source§

impl From<ListVPCConnectionsError> for Error

source§

fn from(err: ListVPCConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<PutDataSetRefreshPropertiesError> for Error

source§

fn from(err: PutDataSetRefreshPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterUserError> for Error

source§

fn from(err: RegisterUserError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreAnalysisError> for Error

source§

fn from(err: RestoreAnalysisError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SearchAnalysesError> for Error

source§

fn from(err: SearchAnalysesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchDashboardsError> for Error

source§

fn from(err: SearchDashboardsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchDataSetsError> for Error

source§

fn from(err: SearchDataSetsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchDataSourcesError> for Error

source§

fn from(err: SearchDataSourcesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchFoldersError> for Error

source§

fn from(err: SearchFoldersError) -> Self

Converts to this type from the input type.
source§

impl From<SearchGroupsError> for Error

source§

fn from(err: SearchGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<StartAssetBundleExportJobError> for Error

source§

fn from(err: StartAssetBundleExportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartAssetBundleImportJobError> for Error

source§

fn from(err: StartAssetBundleImportJobError) -> Self

Converts to this type from the input type.
source§

impl From<StartDashboardSnapshotJobError> for Error

source§

fn from(err: StartDashboardSnapshotJobError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAccountCustomizationError> for Error

source§

fn from(err: UpdateAccountCustomizationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAccountSettingsError> for Error

source§

fn from(err: UpdateAccountSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAnalysisError> for Error

source§

fn from(err: UpdateAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAnalysisPermissionsError> for Error

source§

fn from(err: UpdateAnalysisPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDashboardError> for Error

source§

fn from(err: UpdateDashboardError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDashboardPermissionsError> for Error

source§

fn from(err: UpdateDashboardPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDashboardPublishedVersionError> for Error

source§

fn from(err: UpdateDashboardPublishedVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataSetError> for Error

source§

fn from(err: UpdateDataSetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataSetPermissionsError> for Error

source§

fn from(err: UpdateDataSetPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataSourceError> for Error

source§

fn from(err: UpdateDataSourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDataSourcePermissionsError> for Error

source§

fn from(err: UpdateDataSourcePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFolderError> for Error

source§

fn from(err: UpdateFolderError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFolderPermissionsError> for Error

source§

fn from(err: UpdateFolderPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateGroupError> for Error

source§

fn from(err: UpdateGroupError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIAMPolicyAssignmentError> for Error

source§

fn from(err: UpdateIAMPolicyAssignmentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateIpRestrictionError> for Error

source§

fn from(err: UpdateIpRestrictionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePublicSharingSettingsError> for Error

source§

fn from(err: UpdatePublicSharingSettingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRefreshScheduleError> for Error

source§

fn from(err: UpdateRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRoleCustomPermissionError> for Error

source§

fn from(err: UpdateRoleCustomPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTemplateAliasError> for Error

source§

fn from(err: UpdateTemplateAliasError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTemplateError> for Error

source§

fn from(err: UpdateTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTemplatePermissionsError> for Error

source§

fn from(err: UpdateTemplatePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThemeAliasError> for Error

source§

fn from(err: UpdateThemeAliasError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThemeError> for Error

source§

fn from(err: UpdateThemeError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateThemePermissionsError> for Error

source§

fn from(err: UpdateThemePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTopicError> for Error

source§

fn from(err: UpdateTopicError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTopicPermissionsError> for Error

source§

fn from(err: UpdateTopicPermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateTopicRefreshScheduleError> for Error

source§

fn from(err: UpdateTopicRefreshScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserError> for Error

source§

fn from(err: UpdateUserError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVPCConnectionError> for Error

source§

fn from(err: UpdateVPCConnectionError) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

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

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

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

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

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

impl RequestId for Error

source§

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

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

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

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

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

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

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

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

source§

default fn to_string(&self) -> String

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

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

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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