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(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
You don't have permission to perform the action specified in the request.
InternalException(InternalException)
Internal server error.
InvalidAccessException(InvalidAccessException)
There is an issue with the account used to make the request. Either Security Hub is not enabled for the account, or the account does not 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(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
sourceimpl Error for Error
impl Error for Error
1.30.0 · sourcefn 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 · sourcefn description(&self) -> &str
fn description(&self) -> &str
use the Display impl or to_string()
sourceimpl<R> From<SdkError<AcceptAdministratorInvitationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptAdministratorInvitationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AcceptAdministratorInvitationError, R>) -> Self
fn from(err: SdkError<AcceptAdministratorInvitationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<AcceptInvitationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<AcceptInvitationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<AcceptInvitationError, R>) -> Self
fn from(err: SdkError<AcceptInvitationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchDisableStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchDisableStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchDisableStandardsError, R>) -> Self
fn from(err: SdkError<BatchDisableStandardsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchEnableStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchEnableStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchEnableStandardsError, R>) -> Self
fn from(err: SdkError<BatchEnableStandardsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchImportFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchImportFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchImportFindingsError, R>) -> Self
fn from(err: SdkError<BatchImportFindingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<BatchUpdateFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<BatchUpdateFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<BatchUpdateFindingsError, R>) -> Self
fn from(err: SdkError<BatchUpdateFindingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateActionTargetError, R>) -> Self
fn from(err: SdkError<CreateActionTargetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateFindingAggregatorError, R>) -> Self
fn from(err: SdkError<CreateFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateInsightError, R>) -> Self
fn from(err: SdkError<CreateInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<CreateMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<CreateMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<CreateMembersError, R>) -> Self
fn from(err: SdkError<CreateMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeclineInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeclineInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeclineInvitationsError, R>) -> Self
fn from(err: SdkError<DeclineInvitationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteActionTargetError, R>) -> Self
fn from(err: SdkError<DeleteActionTargetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteFindingAggregatorError, R>) -> Self
fn from(err: SdkError<DeleteFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInsightError, R>) -> Self
fn from(err: SdkError<DeleteInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteInvitationsError, R>) -> Self
fn from(err: SdkError<DeleteInvitationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DeleteMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DeleteMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DeleteMembersError, R>) -> Self
fn from(err: SdkError<DeleteMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeActionTargetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeActionTargetsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeActionTargetsError, R>) -> Self
fn from(err: SdkError<DescribeActionTargetsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeHubError, R>) -> Self
fn from(err: SdkError<DescribeHubError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeOrganizationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeOrganizationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeOrganizationConfigurationError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationConfigurationError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeProductsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeProductsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeProductsError, R>) -> Self
fn from(err: SdkError<DescribeProductsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeStandardsControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeStandardsControlsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeStandardsControlsError, R>) -> Self
fn from(err: SdkError<DescribeStandardsControlsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DescribeStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DescribeStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DescribeStandardsError, R>) -> Self
fn from(err: SdkError<DescribeStandardsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableImportFindingsForProductError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableImportFindingsForProductError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableImportFindingsForProductError, R>) -> Self
fn from(err: SdkError<DisableImportFindingsForProductError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableOrganizationAdminAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableOrganizationAdminAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableOrganizationAdminAccountError, R>) -> Self
fn from(err: SdkError<DisableOrganizationAdminAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisableSecurityHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisableSecurityHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisableSecurityHubError, R>) -> Self
fn from(err: SdkError<DisableSecurityHubError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateFromAdministratorAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateFromAdministratorAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateFromAdministratorAccountError, R>) -> Self
fn from(err: SdkError<DisassociateFromAdministratorAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateFromMasterAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateFromMasterAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateFromMasterAccountError, R>) -> Self
fn from(err: SdkError<DisassociateFromMasterAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<DisassociateMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<DisassociateMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<DisassociateMembersError, R>) -> Self
fn from(err: SdkError<DisassociateMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableImportFindingsForProductError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableImportFindingsForProductError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableImportFindingsForProductError, R>) -> Self
fn from(err: SdkError<EnableImportFindingsForProductError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableOrganizationAdminAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableOrganizationAdminAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableOrganizationAdminAccountError, R>) -> Self
fn from(err: SdkError<EnableOrganizationAdminAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<EnableSecurityHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<EnableSecurityHubError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<EnableSecurityHubError, R>) -> Self
fn from(err: SdkError<EnableSecurityHubError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetAdministratorAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetAdministratorAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetAdministratorAccountError, R>) -> Self
fn from(err: SdkError<GetAdministratorAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetEnabledStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetEnabledStandardsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetEnabledStandardsError, R>) -> Self
fn from(err: SdkError<GetEnabledStandardsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetFindingAggregatorError, R>) -> Self
fn from(err: SdkError<GetFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetFindingsError, R>) -> Self
fn from(err: SdkError<GetFindingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightResultsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightResultsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightResultsError, R>) -> Self
fn from(err: SdkError<GetInsightResultsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInsightsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInsightsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInsightsError, R>) -> Self
fn from(err: SdkError<GetInsightsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetInvitationsCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetInvitationsCountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetInvitationsCountError, R>) -> Self
fn from(err: SdkError<GetInvitationsCountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetMasterAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetMasterAccountError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetMasterAccountError, R>) -> Self
fn from(err: SdkError<GetMasterAccountError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<GetMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<GetMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<GetMembersError, R>) -> Self
fn from(err: SdkError<GetMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<InviteMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<InviteMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<InviteMembersError, R>) -> Self
fn from(err: SdkError<InviteMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListEnabledProductsForImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListEnabledProductsForImportError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListEnabledProductsForImportError, R>) -> Self
fn from(err: SdkError<ListEnabledProductsForImportError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListFindingAggregatorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListFindingAggregatorsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListFindingAggregatorsError, R>) -> Self
fn from(err: SdkError<ListFindingAggregatorsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListInvitationsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListInvitationsError, R>) -> Self
fn from(err: SdkError<ListInvitationsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListMembersError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListMembersError, R>) -> Self
fn from(err: SdkError<ListMembersError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListOrganizationAdminAccountsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListOrganizationAdminAccountsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListOrganizationAdminAccountsError, R>) -> Self
fn from(err: SdkError<ListOrganizationAdminAccountsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<TagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UntagResourceError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateActionTargetError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateActionTargetError, R>) -> Self
fn from(err: SdkError<UpdateActionTargetError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateFindingAggregatorError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateFindingAggregatorError, R>) -> Self
fn from(err: SdkError<UpdateFindingAggregatorError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateFindingsError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateFindingsError, R>) -> Self
fn from(err: SdkError<UpdateFindingsError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateInsightError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateInsightError, R>) -> Self
fn from(err: SdkError<UpdateInsightError, R>) -> Self
Converts to this type from the input type.
sourceimpl<R> From<SdkError<UpdateOrganizationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
impl<R> From<SdkError<UpdateOrganizationConfigurationError, R>> for Error where
R: Send + Sync + Debug + 'static,
sourcefn from(err: SdkError<UpdateOrganizationConfigurationError, R>) -> Self
fn from(err: SdkError<UpdateOrganizationConfigurationError, R>) -> Self
Converts to this type from the input type.
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
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
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more