#[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)

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

source§

fn from(err: AcceptAdministratorInvitationError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptInvitationError> for Error

source§

fn from(err: AcceptInvitationError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDeleteAutomationRulesError> for Error

source§

fn from(err: BatchDeleteAutomationRulesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchDisableStandardsError> for Error

source§

fn from(err: BatchDisableStandardsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchEnableStandardsError> for Error

source§

fn from(err: BatchEnableStandardsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetAutomationRulesError> for Error

source§

fn from(err: BatchGetAutomationRulesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetSecurityControlsError> for Error

source§

fn from(err: BatchGetSecurityControlsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchGetStandardsControlAssociationsError> for Error

source§

fn from(err: BatchGetStandardsControlAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchImportFindingsError> for Error

source§

fn from(err: BatchImportFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdateAutomationRulesError> for Error

source§

fn from(err: BatchUpdateAutomationRulesError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdateFindingsError> for Error

source§

fn from(err: BatchUpdateFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<BatchUpdateStandardsControlAssociationsError> for Error

source§

fn from(err: BatchUpdateStandardsControlAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateActionTargetError> for Error

source§

fn from(err: CreateActionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAutomationRuleError> for Error

source§

fn from(err: CreateAutomationRuleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFindingAggregatorError> for Error

source§

fn from(err: CreateFindingAggregatorError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInsightError> for Error

source§

fn from(err: CreateInsightError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMembersError> for Error

source§

fn from(err: CreateMembersError) -> Self

Converts to this type from the input type.
source§

impl From<DeclineInvitationsError> for Error

source§

fn from(err: DeclineInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteActionTargetError> for Error

source§

fn from(err: DeleteActionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFindingAggregatorError> for Error

source§

fn from(err: DeleteFindingAggregatorError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInsightError> for Error

source§

fn from(err: DeleteInsightError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInvitationsError> for Error

source§

fn from(err: DeleteInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMembersError> for Error

source§

fn from(err: DeleteMembersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeActionTargetsError> for Error

source§

fn from(err: DescribeActionTargetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHubError> for Error

source§

fn from(err: DescribeHubError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeOrganizationConfigurationError> for Error

source§

fn from(err: DescribeOrganizationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeProductsError> for Error

source§

fn from(err: DescribeProductsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStandardsControlsError> for Error

source§

fn from(err: DescribeStandardsControlsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStandardsError> for Error

source§

fn from(err: DescribeStandardsError) -> Self

Converts to this type from the input type.
source§

impl From<DisableImportFindingsForProductError> for Error

source§

fn from(err: DisableImportFindingsForProductError) -> Self

Converts to this type from the input type.
source§

impl From<DisableOrganizationAdminAccountError> for Error

source§

fn from(err: DisableOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisableSecurityHubError> for Error

source§

fn from(err: DisableSecurityHubError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFromAdministratorAccountError> for Error

source§

fn from(err: DisassociateFromAdministratorAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateFromMasterAccountError> for Error

source§

fn from(err: DisassociateFromMasterAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateMembersError> for Error

source§

fn from(err: DisassociateMembersError) -> Self

Converts to this type from the input type.
source§

impl From<EnableImportFindingsForProductError> for Error

source§

fn from(err: EnableImportFindingsForProductError) -> Self

Converts to this type from the input type.
source§

impl From<EnableOrganizationAdminAccountError> for Error

source§

fn from(err: EnableOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<EnableSecurityHubError> for Error

source§

fn from(err: EnableSecurityHubError) -> Self

Converts to this type from the input type.
source§

impl From<GetAdministratorAccountError> for Error

source§

fn from(err: GetAdministratorAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetEnabledStandardsError> for Error

source§

fn from(err: GetEnabledStandardsError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingAggregatorError> for Error

source§

fn from(err: GetFindingAggregatorError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingHistoryError> for Error

source§

fn from(err: GetFindingHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetFindingsError> for Error

source§

fn from(err: GetFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetInsightResultsError> for Error

source§

fn from(err: GetInsightResultsError) -> Self

Converts to this type from the input type.
source§

impl From<GetInsightsError> for Error

source§

fn from(err: GetInsightsError) -> Self

Converts to this type from the input type.
source§

impl From<GetInvitationsCountError> for Error

source§

fn from(err: GetInvitationsCountError) -> Self

Converts to this type from the input type.
source§

impl From<GetMasterAccountError> for Error

source§

fn from(err: GetMasterAccountError) -> Self

Converts to this type from the input type.
source§

impl From<GetMembersError> for Error

source§

fn from(err: GetMembersError) -> Self

Converts to this type from the input type.
source§

impl From<InviteMembersError> for Error

source§

fn from(err: InviteMembersError) -> Self

Converts to this type from the input type.
source§

impl From<ListAutomationRulesError> for Error

source§

fn from(err: ListAutomationRulesError) -> Self

Converts to this type from the input type.
source§

impl From<ListEnabledProductsForImportError> for Error

source§

fn from(err: ListEnabledProductsForImportError) -> Self

Converts to this type from the input type.
source§

impl From<ListFindingAggregatorsError> for Error

source§

fn from(err: ListFindingAggregatorsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInvitationsError> for Error

source§

fn from(err: ListInvitationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListMembersError> for Error

source§

fn from(err: ListMembersError) -> Self

Converts to this type from the input type.
source§

impl From<ListOrganizationAdminAccountsError> for Error

source§

fn from(err: ListOrganizationAdminAccountsError) -> Self

Converts to this type from the input type.
source§

impl From<ListSecurityControlDefinitionsError> for Error

source§

fn from(err: ListSecurityControlDefinitionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListStandardsControlAssociationsError> for Error

source§

fn from(err: ListStandardsControlAssociationsError) -> 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<R> From<SdkError<AcceptAdministratorInvitationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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,

source§

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

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateActionTargetError> for Error

source§

fn from(err: UpdateActionTargetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFindingAggregatorError> for Error

source§

fn from(err: UpdateFindingAggregatorError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateFindingsError> for Error

source§

fn from(err: UpdateFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInsightError> for Error

source§

fn from(err: UpdateInsightError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateOrganizationConfigurationError> for Error

source§

fn from(err: UpdateOrganizationConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSecurityHubConfigurationError> for Error

source§

fn from(err: UpdateSecurityHubConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStandardsControlError> for Error

source§

fn from(err: UpdateStandardsControlError) -> Self

Converts to this type from the input type.
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 Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

impl<T> BorrowMut<T> for Twhere 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 Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere 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 Twhere 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 Twhere 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