Enum aws_sdk_securityhub::Error
source · #[non_exhaustive]pub enum Error {
AccessDeniedException(AccessDeniedException),
InternalException(InternalException),
InvalidAccessException(InvalidAccessException),
InvalidInputException(InvalidInputException),
LimitExceededException(LimitExceededException),
ResourceConflictException(ResourceConflictException),
ResourceNotFoundException(ResourceNotFoundException),
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 permission to perform the action specified in the request.
InternalException(InternalException)
Internal server error.
InvalidAccessException(InvalidAccessException)
The account doesn't have permission to perform this action.
InvalidInputException(InvalidInputException)
The request was rejected because you supplied an invalid or out-of-range value for an input parameter.
LimitExceededException(LimitExceededException)
The request was rejected because it attempted to create resources beyond the current Amazon Web Services account or throttling limits. The error code describes the limit exceeded.
ResourceConflictException(ResourceConflictException)
The resource specified in the request conflicts with an existing resource.
ResourceNotFoundException(ResourceNotFoundException)
The request was rejected because we can't find the specified resource.
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 Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
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
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl From<AcceptAdministratorInvitationError> for Error
impl From<AcceptAdministratorInvitationError> for Error
source§fn from(err: AcceptAdministratorInvitationError) -> Self
fn from(err: AcceptAdministratorInvitationError) -> Self
Converts to this type from the input type.
source§impl From<AcceptInvitationError> for Error
impl From<AcceptInvitationError> for Error
source§fn from(err: AcceptInvitationError) -> Self
fn from(err: AcceptInvitationError) -> Self
Converts to this type from the input type.
source§impl From<BatchDeleteAutomationRulesError> for Error
impl From<BatchDeleteAutomationRulesError> for Error
source§fn from(err: BatchDeleteAutomationRulesError) -> Self
fn from(err: BatchDeleteAutomationRulesError) -> Self
Converts to this type from the input type.
source§impl From<BatchDisableStandardsError> for Error
impl From<BatchDisableStandardsError> for Error
source§fn from(err: BatchDisableStandardsError) -> Self
fn from(err: BatchDisableStandardsError) -> Self
Converts to this type from the input type.
source§impl From<BatchEnableStandardsError> for Error
impl From<BatchEnableStandardsError> for Error
source§fn from(err: BatchEnableStandardsError) -> Self
fn from(err: BatchEnableStandardsError) -> Self
Converts to this type from the input type.
source§impl From<BatchGetAutomationRulesError> for Error
impl From<BatchGetAutomationRulesError> for Error
source§fn from(err: BatchGetAutomationRulesError) -> Self
fn from(err: BatchGetAutomationRulesError) -> Self
Converts to this type from the input type.
source§impl From<BatchGetSecurityControlsError> for Error
impl From<BatchGetSecurityControlsError> for Error
source§fn from(err: BatchGetSecurityControlsError) -> Self
fn from(err: BatchGetSecurityControlsError) -> Self
Converts to this type from the input type.
source§impl From<BatchGetStandardsControlAssociationsError> for Error
impl From<BatchGetStandardsControlAssociationsError> for Error
source§fn from(err: BatchGetStandardsControlAssociationsError) -> Self
fn from(err: BatchGetStandardsControlAssociationsError) -> Self
Converts to this type from the input type.
source§impl From<BatchImportFindingsError> for Error
impl From<BatchImportFindingsError> for Error
source§fn from(err: BatchImportFindingsError) -> Self
fn from(err: BatchImportFindingsError) -> Self
Converts to this type from the input type.
source§impl From<BatchUpdateAutomationRulesError> for Error
impl From<BatchUpdateAutomationRulesError> for Error
source§fn from(err: BatchUpdateAutomationRulesError) -> Self
fn from(err: BatchUpdateAutomationRulesError) -> Self
Converts to this type from the input type.
source§impl From<BatchUpdateFindingsError> for Error
impl From<BatchUpdateFindingsError> for Error
source§fn from(err: BatchUpdateFindingsError) -> Self
fn from(err: BatchUpdateFindingsError) -> Self
Converts to this type from the input type.
source§impl From<BatchUpdateStandardsControlAssociationsError> for Error
impl From<BatchUpdateStandardsControlAssociationsError> for Error
source§fn from(err: BatchUpdateStandardsControlAssociationsError) -> Self
fn from(err: BatchUpdateStandardsControlAssociationsError) -> Self
Converts to this type from the input type.
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
Converts to this type from the input type.
source§impl From<CreateActionTargetError> for Error
impl From<CreateActionTargetError> for Error
source§fn from(err: CreateActionTargetError) -> Self
fn from(err: CreateActionTargetError) -> Self
Converts to this type from the input type.
source§impl From<CreateAutomationRuleError> for Error
impl From<CreateAutomationRuleError> for Error
source§fn from(err: CreateAutomationRuleError) -> Self
fn from(err: CreateAutomationRuleError) -> Self
Converts to this type from the input type.
source§impl From<CreateFindingAggregatorError> for Error
impl From<CreateFindingAggregatorError> for Error
source§fn from(err: CreateFindingAggregatorError) -> Self
fn from(err: CreateFindingAggregatorError) -> Self
Converts to this type from the input type.
source§impl From<CreateInsightError> for Error
impl From<CreateInsightError> for Error
source§fn from(err: CreateInsightError) -> Self
fn from(err: CreateInsightError) -> Self
Converts to this type from the input type.
source§impl From<CreateMembersError> for Error
impl From<CreateMembersError> for Error
source§fn from(err: CreateMembersError) -> Self
fn from(err: CreateMembersError) -> Self
Converts to this type from the input type.
source§impl From<DeclineInvitationsError> for Error
impl From<DeclineInvitationsError> for Error
source§fn from(err: DeclineInvitationsError) -> Self
fn from(err: DeclineInvitationsError) -> Self
Converts to this type from the input type.
source§impl From<DeleteActionTargetError> for Error
impl From<DeleteActionTargetError> for Error
source§fn from(err: DeleteActionTargetError) -> Self
fn from(err: DeleteActionTargetError) -> Self
Converts to this type from the input type.
source§impl From<DeleteFindingAggregatorError> for Error
impl From<DeleteFindingAggregatorError> for Error
source§fn from(err: DeleteFindingAggregatorError) -> Self
fn from(err: DeleteFindingAggregatorError) -> Self
Converts to this type from the input type.
source§impl From<DeleteInsightError> for Error
impl From<DeleteInsightError> for Error
source§fn from(err: DeleteInsightError) -> Self
fn from(err: DeleteInsightError) -> Self
Converts to this type from the input type.
source§impl From<DeleteInvitationsError> for Error
impl From<DeleteInvitationsError> for Error
source§fn from(err: DeleteInvitationsError) -> Self
fn from(err: DeleteInvitationsError) -> Self
Converts to this type from the input type.
source§impl From<DeleteMembersError> for Error
impl From<DeleteMembersError> for Error
source§fn from(err: DeleteMembersError) -> Self
fn from(err: DeleteMembersError) -> Self
Converts to this type from the input type.
source§impl From<DescribeActionTargetsError> for Error
impl From<DescribeActionTargetsError> for Error
source§fn from(err: DescribeActionTargetsError) -> Self
fn from(err: DescribeActionTargetsError) -> Self
Converts to this type from the input type.
source§impl From<DescribeHubError> for Error
impl From<DescribeHubError> for Error
source§fn from(err: DescribeHubError) -> Self
fn from(err: DescribeHubError) -> Self
Converts to this type from the input type.
source§impl From<DescribeOrganizationConfigurationError> for Error
impl From<DescribeOrganizationConfigurationError> for Error
source§fn from(err: DescribeOrganizationConfigurationError) -> Self
fn from(err: DescribeOrganizationConfigurationError) -> Self
Converts to this type from the input type.
source§impl From<DescribeProductsError> for Error
impl From<DescribeProductsError> for Error
source§fn from(err: DescribeProductsError) -> Self
fn from(err: DescribeProductsError) -> Self
Converts to this type from the input type.
source§impl From<DescribeStandardsControlsError> for Error
impl From<DescribeStandardsControlsError> for Error
source§fn from(err: DescribeStandardsControlsError) -> Self
fn from(err: DescribeStandardsControlsError) -> Self
Converts to this type from the input type.
source§impl From<DescribeStandardsError> for Error
impl From<DescribeStandardsError> for Error
source§fn from(err: DescribeStandardsError) -> Self
fn from(err: DescribeStandardsError) -> Self
Converts to this type from the input type.
source§impl From<DisableImportFindingsForProductError> for Error
impl From<DisableImportFindingsForProductError> for Error
source§fn from(err: DisableImportFindingsForProductError) -> Self
fn from(err: DisableImportFindingsForProductError) -> Self
Converts to this type from the input type.
source§impl From<DisableOrganizationAdminAccountError> for Error
impl From<DisableOrganizationAdminAccountError> for Error
source§fn from(err: DisableOrganizationAdminAccountError) -> Self
fn from(err: DisableOrganizationAdminAccountError) -> Self
Converts to this type from the input type.
source§impl From<DisableSecurityHubError> for Error
impl From<DisableSecurityHubError> for Error
source§fn from(err: DisableSecurityHubError) -> Self
fn from(err: DisableSecurityHubError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateFromAdministratorAccountError> for Error
impl From<DisassociateFromAdministratorAccountError> for Error
source§fn from(err: DisassociateFromAdministratorAccountError) -> Self
fn from(err: DisassociateFromAdministratorAccountError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateFromMasterAccountError> for Error
impl From<DisassociateFromMasterAccountError> for Error
source§fn from(err: DisassociateFromMasterAccountError) -> Self
fn from(err: DisassociateFromMasterAccountError) -> Self
Converts to this type from the input type.
source§impl From<DisassociateMembersError> for Error
impl From<DisassociateMembersError> for Error
source§fn from(err: DisassociateMembersError) -> Self
fn from(err: DisassociateMembersError) -> Self
Converts to this type from the input type.
source§impl From<EnableImportFindingsForProductError> for Error
impl From<EnableImportFindingsForProductError> for Error
source§fn from(err: EnableImportFindingsForProductError) -> Self
fn from(err: EnableImportFindingsForProductError) -> Self
Converts to this type from the input type.
source§impl From<EnableOrganizationAdminAccountError> for Error
impl From<EnableOrganizationAdminAccountError> for Error
source§fn from(err: EnableOrganizationAdminAccountError) -> Self
fn from(err: EnableOrganizationAdminAccountError) -> Self
Converts to this type from the input type.
source§impl From<EnableSecurityHubError> for Error
impl From<EnableSecurityHubError> for Error
source§fn from(err: EnableSecurityHubError) -> Self
fn from(err: EnableSecurityHubError) -> Self
Converts to this type from the input type.
source§impl From<GetAdministratorAccountError> for Error
impl From<GetAdministratorAccountError> for Error
source§fn from(err: GetAdministratorAccountError) -> Self
fn from(err: GetAdministratorAccountError) -> Self
Converts to this type from the input type.
source§impl From<GetEnabledStandardsError> for Error
impl From<GetEnabledStandardsError> for Error
source§fn from(err: GetEnabledStandardsError) -> Self
fn from(err: GetEnabledStandardsError) -> Self
Converts to this type from the input type.
source§impl From<GetFindingAggregatorError> for Error
impl From<GetFindingAggregatorError> for Error
source§fn from(err: GetFindingAggregatorError) -> Self
fn from(err: GetFindingAggregatorError) -> Self
Converts to this type from the input type.
source§impl From<GetFindingHistoryError> for Error
impl From<GetFindingHistoryError> for Error
source§fn from(err: GetFindingHistoryError) -> Self
fn from(err: GetFindingHistoryError) -> Self
Converts to this type from the input type.
source§impl From<GetFindingsError> for Error
impl From<GetFindingsError> for Error
source§fn from(err: GetFindingsError) -> Self
fn from(err: GetFindingsError) -> Self
Converts to this type from the input type.
source§impl From<GetInsightResultsError> for Error
impl From<GetInsightResultsError> for Error
source§fn from(err: GetInsightResultsError) -> Self
fn from(err: GetInsightResultsError) -> Self
Converts to this type from the input type.
source§impl From<GetInsightsError> for Error
impl From<GetInsightsError> for Error
source§fn from(err: GetInsightsError) -> Self
fn from(err: GetInsightsError) -> Self
Converts to this type from the input type.
source§impl From<GetInvitationsCountError> for Error
impl From<GetInvitationsCountError> for Error
source§fn from(err: GetInvitationsCountError) -> Self
fn from(err: GetInvitationsCountError) -> Self
Converts to this type from the input type.
source§impl From<GetMasterAccountError> for Error
impl From<GetMasterAccountError> for Error
source§fn from(err: GetMasterAccountError) -> Self
fn from(err: GetMasterAccountError) -> Self
Converts to this type from the input type.
source§impl From<GetMembersError> for Error
impl From<GetMembersError> for Error
source§fn from(err: GetMembersError) -> Self
fn from(err: GetMembersError) -> Self
Converts to this type from the input type.
source§impl From<InviteMembersError> for Error
impl From<InviteMembersError> for Error
source§fn from(err: InviteMembersError) -> Self
fn from(err: InviteMembersError) -> Self
Converts to this type from the input type.
source§impl From<ListAutomationRulesError> for Error
impl From<ListAutomationRulesError> for Error
source§fn from(err: ListAutomationRulesError) -> Self
fn from(err: ListAutomationRulesError) -> Self
Converts to this type from the input type.
source§impl From<ListEnabledProductsForImportError> for Error
impl From<ListEnabledProductsForImportError> for Error
source§fn from(err: ListEnabledProductsForImportError) -> Self
fn from(err: ListEnabledProductsForImportError) -> Self
Converts to this type from the input type.
source§impl From<ListFindingAggregatorsError> for Error
impl From<ListFindingAggregatorsError> for Error
source§fn from(err: ListFindingAggregatorsError) -> Self
fn from(err: ListFindingAggregatorsError) -> Self
Converts to this type from the input type.
source§impl From<ListInvitationsError> for Error
impl From<ListInvitationsError> for Error
source§fn from(err: ListInvitationsError) -> Self
fn from(err: ListInvitationsError) -> Self
Converts to this type from the input type.
source§impl From<ListMembersError> for Error
impl From<ListMembersError> for Error
source§fn from(err: ListMembersError) -> Self
fn from(err: ListMembersError) -> Self
Converts to this type from the input type.
source§impl From<ListOrganizationAdminAccountsError> for Error
impl From<ListOrganizationAdminAccountsError> for Error
source§fn from(err: ListOrganizationAdminAccountsError) -> Self
fn from(err: ListOrganizationAdminAccountsError) -> Self
Converts to this type from the input type.
source§impl From<ListSecurityControlDefinitionsError> for Error
impl From<ListSecurityControlDefinitionsError> for Error
source§fn from(err: ListSecurityControlDefinitionsError) -> Self
fn from(err: ListSecurityControlDefinitionsError) -> Self
Converts to this type from the input type.
source§impl From<ListStandardsControlAssociationsError> for Error
impl From<ListStandardsControlAssociationsError> for Error
source§fn from(err: ListStandardsControlAssociationsError) -> Self
fn from(err: ListStandardsControlAssociationsError) -> Self
Converts to this type from the input type.
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AcceptAdministratorInvitationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptAdministratorInvitationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AcceptAdministratorInvitationError, R>) -> Self
fn from(err: SdkError<AcceptAdministratorInvitationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<AcceptInvitationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptInvitationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<AcceptInvitationError, R>) -> Self
fn from(err: SdkError<AcceptInvitationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchDeleteAutomationRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDeleteAutomationRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchDeleteAutomationRulesError, R>) -> Self
fn from(err: SdkError<BatchDeleteAutomationRulesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchDisableStandardsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDisableStandardsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchDisableStandardsError, R>) -> Self
fn from(err: SdkError<BatchDisableStandardsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchEnableStandardsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchEnableStandardsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchEnableStandardsError, R>) -> Self
fn from(err: SdkError<BatchEnableStandardsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchGetAutomationRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetAutomationRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchGetAutomationRulesError, R>) -> Self
fn from(err: SdkError<BatchGetAutomationRulesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchGetSecurityControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetSecurityControlsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchGetSecurityControlsError, R>) -> Self
fn from(err: SdkError<BatchGetSecurityControlsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchGetStandardsControlAssociationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchGetStandardsControlAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchGetStandardsControlAssociationsError, R>) -> Self
fn from(err: SdkError<BatchGetStandardsControlAssociationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchImportFindingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchImportFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchImportFindingsError, R>) -> Self
fn from(err: SdkError<BatchImportFindingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchUpdateAutomationRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpdateAutomationRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchUpdateAutomationRulesError, R>) -> Self
fn from(err: SdkError<BatchUpdateAutomationRulesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchUpdateFindingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpdateFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchUpdateFindingsError, R>) -> Self
fn from(err: SdkError<BatchUpdateFindingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<BatchUpdateStandardsControlAssociationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpdateStandardsControlAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<BatchUpdateStandardsControlAssociationsError, R>) -> Self
fn from(err: SdkError<BatchUpdateStandardsControlAssociationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateActionTargetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateActionTargetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateActionTargetError, R>) -> Self
fn from(err: SdkError<CreateActionTargetError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateAutomationRuleError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateAutomationRuleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateAutomationRuleError, R>) -> Self
fn from(err: SdkError<CreateAutomationRuleError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateFindingAggregatorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateFindingAggregatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateFindingAggregatorError, R>) -> Self
fn from(err: SdkError<CreateFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateInsightError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateInsightError, R>) -> Self
fn from(err: SdkError<CreateInsightError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<CreateMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<CreateMembersError, R>) -> Self
fn from(err: SdkError<CreateMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeclineInvitationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeclineInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeclineInvitationsError, R>) -> Self
fn from(err: SdkError<DeclineInvitationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteActionTargetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteActionTargetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteActionTargetError, R>) -> Self
fn from(err: SdkError<DeleteActionTargetError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteFindingAggregatorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteFindingAggregatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteFindingAggregatorError, R>) -> Self
fn from(err: SdkError<DeleteFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInsightError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteInsightError, R>) -> Self
fn from(err: SdkError<DeleteInsightError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteInvitationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteInvitationsError, R>) -> Self
fn from(err: SdkError<DeleteInvitationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DeleteMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DeleteMembersError, R>) -> Self
fn from(err: SdkError<DeleteMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeActionTargetsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeActionTargetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeActionTargetsError, R>) -> Self
fn from(err: SdkError<DescribeActionTargetsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeHubError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeHubError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeHubError, R>) -> Self
fn from(err: SdkError<DescribeHubError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeOrganizationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrganizationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeOrganizationConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationConfigurationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeProductsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeProductsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeProductsError, R>) -> Self
fn from(err: SdkError<DescribeProductsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeStandardsControlsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeStandardsControlsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeStandardsControlsError, R>) -> Self
fn from(err: SdkError<DescribeStandardsControlsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DescribeStandardsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeStandardsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DescribeStandardsError, R>) -> Self
fn from(err: SdkError<DescribeStandardsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisableImportFindingsForProductError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableImportFindingsForProductError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisableImportFindingsForProductError, R>) -> Self
fn from(err: SdkError<DisableImportFindingsForProductError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisableOrganizationAdminAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisableOrganizationAdminAccountError, R>) -> Self
fn from(err: SdkError<DisableOrganizationAdminAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisableSecurityHubError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableSecurityHubError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisableSecurityHubError, R>) -> Self
fn from(err: SdkError<DisableSecurityHubError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateFromAdministratorAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateFromAdministratorAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateFromAdministratorAccountError, R>) -> Self
fn from(err: SdkError<DisassociateFromAdministratorAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateFromMasterAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateFromMasterAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateFromMasterAccountError, R>) -> Self
fn from(err: SdkError<DisassociateFromMasterAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<DisassociateMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<DisassociateMembersError, R>) -> Self
fn from(err: SdkError<DisassociateMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<EnableImportFindingsForProductError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableImportFindingsForProductError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<EnableImportFindingsForProductError, R>) -> Self
fn from(err: SdkError<EnableImportFindingsForProductError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<EnableOrganizationAdminAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<EnableOrganizationAdminAccountError, R>) -> Self
fn from(err: SdkError<EnableOrganizationAdminAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<EnableSecurityHubError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableSecurityHubError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<EnableSecurityHubError, R>) -> Self
fn from(err: SdkError<EnableSecurityHubError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetAdministratorAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAdministratorAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetAdministratorAccountError, R>) -> Self
fn from(err: SdkError<GetAdministratorAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetEnabledStandardsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetEnabledStandardsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetEnabledStandardsError, R>) -> Self
fn from(err: SdkError<GetEnabledStandardsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetFindingAggregatorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFindingAggregatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetFindingAggregatorError, R>) -> Self
fn from(err: SdkError<GetFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetFindingHistoryError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFindingHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetFindingHistoryError, R>) -> Self
fn from(err: SdkError<GetFindingHistoryError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetFindingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetFindingsError, R>) -> Self
fn from(err: SdkError<GetFindingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetInsightResultsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightResultsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetInsightResultsError, R>) -> Self
fn from(err: SdkError<GetInsightResultsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetInsightsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetInsightsError, R>) -> Self
fn from(err: SdkError<GetInsightsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetInvitationsCountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInvitationsCountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetInvitationsCountError, R>) -> Self
fn from(err: SdkError<GetInvitationsCountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetMasterAccountError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetMasterAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetMasterAccountError, R>) -> Self
fn from(err: SdkError<GetMasterAccountError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<GetMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<GetMembersError, R>) -> Self
fn from(err: SdkError<GetMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<InviteMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<InviteMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<InviteMembersError, R>) -> Self
fn from(err: SdkError<InviteMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListAutomationRulesError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListAutomationRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListAutomationRulesError, R>) -> Self
fn from(err: SdkError<ListAutomationRulesError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListEnabledProductsForImportError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEnabledProductsForImportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListEnabledProductsForImportError, R>) -> Self
fn from(err: SdkError<ListEnabledProductsForImportError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListFindingAggregatorsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListFindingAggregatorsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListFindingAggregatorsError, R>) -> Self
fn from(err: SdkError<ListFindingAggregatorsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListInvitationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInvitationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListInvitationsError, R>) -> Self
fn from(err: SdkError<ListInvitationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListMembersError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListMembersError, R>) -> Self
fn from(err: SdkError<ListMembersError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListOrganizationAdminAccountsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOrganizationAdminAccountsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListOrganizationAdminAccountsError, R>) -> Self
fn from(err: SdkError<ListOrganizationAdminAccountsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListSecurityControlDefinitionsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListSecurityControlDefinitionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListSecurityControlDefinitionsError, R>) -> Self
fn from(err: SdkError<ListSecurityControlDefinitionsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListStandardsControlAssociationsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListStandardsControlAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListStandardsControlAssociationsError, R>) -> Self
fn from(err: SdkError<ListStandardsControlAssociationsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<TagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateActionTargetError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateActionTargetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateActionTargetError, R>) -> Self
fn from(err: SdkError<UpdateActionTargetError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateFindingAggregatorError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateFindingAggregatorError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateFindingAggregatorError, R>) -> Self
fn from(err: SdkError<UpdateFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateFindingsError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateFindingsError, R>) -> Self
fn from(err: SdkError<UpdateFindingsError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateInsightError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateInsightError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateInsightError, R>) -> Self
fn from(err: SdkError<UpdateInsightError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateOrganizationConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateOrganizationConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateOrganizationConfigurationError, R>) -> Self
fn from(err: SdkError<UpdateOrganizationConfigurationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateSecurityHubConfigurationError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateSecurityHubConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateSecurityHubConfigurationError, R>) -> Self
fn from(err: SdkError<UpdateSecurityHubConfigurationError, R>) -> Self
Converts to this type from the input type.
source§impl<R> From<SdkError<UpdateStandardsControlError, R>> for Errorwhere
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateStandardsControlError, R>> for Errorwhere R: Send + Sync + Debug + 'static,
source§fn from(err: SdkError<UpdateStandardsControlError, R>) -> Self
fn from(err: SdkError<UpdateStandardsControlError, R>) -> Self
Converts to this type from the input type.
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Converts to this type from the input type.
source§impl From<UpdateActionTargetError> for Error
impl From<UpdateActionTargetError> for Error
source§fn from(err: UpdateActionTargetError) -> Self
fn from(err: UpdateActionTargetError) -> Self
Converts to this type from the input type.
source§impl From<UpdateFindingAggregatorError> for Error
impl From<UpdateFindingAggregatorError> for Error
source§fn from(err: UpdateFindingAggregatorError) -> Self
fn from(err: UpdateFindingAggregatorError) -> Self
Converts to this type from the input type.
source§impl From<UpdateFindingsError> for Error
impl From<UpdateFindingsError> for Error
source§fn from(err: UpdateFindingsError) -> Self
fn from(err: UpdateFindingsError) -> Self
Converts to this type from the input type.
source§impl From<UpdateInsightError> for Error
impl From<UpdateInsightError> for Error
source§fn from(err: UpdateInsightError) -> Self
fn from(err: UpdateInsightError) -> Self
Converts to this type from the input type.
source§impl From<UpdateOrganizationConfigurationError> for Error
impl From<UpdateOrganizationConfigurationError> for Error
source§fn from(err: UpdateOrganizationConfigurationError) -> Self
fn from(err: UpdateOrganizationConfigurationError) -> Self
Converts to this type from the input type.
source§impl From<UpdateSecurityHubConfigurationError> for Error
impl From<UpdateSecurityHubConfigurationError> for Error
source§fn from(err: UpdateSecurityHubConfigurationError) -> Self
fn from(err: UpdateSecurityHubConfigurationError) -> Self
Converts to this type from the input type.
source§impl From<UpdateStandardsControlError> for Error
impl From<UpdateStandardsControlError> for Error
source§fn from(err: UpdateStandardsControlError) -> Self
fn from(err: UpdateStandardsControlError) -> Self
Converts to this type from the input type.
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Returns error metadata, which includes the error code, message,
request ID, and potentially additional information.
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> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Creates a shared type from an unshared type.