Enum aws_sdk_licensemanager::Error
source · #[non_exhaustive]pub enum Error {
Show 18 variants
AccessDeniedException(AccessDeniedException),
AuthorizationException(AuthorizationException),
ConflictException(ConflictException),
EntitlementNotAllowedException(EntitlementNotAllowedException),
FailedDependencyException(FailedDependencyException),
FilterLimitExceededException(FilterLimitExceededException),
InvalidParameterValueException(InvalidParameterValueException),
InvalidResourceStateException(InvalidResourceStateException),
LicenseUsageException(LicenseUsageException),
NoEntitlementsAllowedException(NoEntitlementsAllowedException),
RateLimitExceededException(RateLimitExceededException),
RedirectException(RedirectException),
ResourceLimitExceededException(ResourceLimitExceededException),
ResourceNotFoundException(ResourceNotFoundException),
ServerInternalException(ServerInternalException),
UnsupportedDigitalSignatureMethodException(UnsupportedDigitalSignatureMethodException),
ValidationException(ValidationException),
Unhandled(Unhandled),
}Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccessDeniedException(AccessDeniedException)
Access to resource denied.
AuthorizationException(AuthorizationException)
The Amazon Web Services user account does not have permission to perform the action. Check the IAM policy associated with this account.
ConflictException(ConflictException)
There was a conflict processing the request. Try your request again.
EntitlementNotAllowedException(EntitlementNotAllowedException)
The entitlement is not allowed.
FailedDependencyException(FailedDependencyException)
A dependency required to run the API is missing.
FilterLimitExceededException(FilterLimitExceededException)
The request uses too many filters or too many filter values.
InvalidParameterValueException(InvalidParameterValueException)
One or more parameter values are not valid.
InvalidResourceStateException(InvalidResourceStateException)
License Manager cannot allocate a license to a resource because of its state.
For example, you cannot allocate a license to an instance in the process of shutting down.
LicenseUsageException(LicenseUsageException)
You do not have enough licenses available to support a new resource launch.
NoEntitlementsAllowedException(NoEntitlementsAllowedException)
There are no entitlements found for this license, or the entitlement maximum count is reached.
RateLimitExceededException(RateLimitExceededException)
Too many requests have been submitted. Try again after a brief wait.
RedirectException(RedirectException)
This is not the correct Region for the resource. Try again.
ResourceLimitExceededException(ResourceLimitExceededException)
Your resource limits have been exceeded.
ResourceNotFoundException(ResourceNotFoundException)
The resource cannot be found.
ServerInternalException(ServerInternalException)
The server experienced an internal error. Try again.
UnsupportedDigitalSignatureMethodException(UnsupportedDigitalSignatureMethodException)
The digital signature method is unsupported. Try your request again.
ValidationException(ValidationException)
The provided input is not valid. Try your request again.
Unhandled(Unhandled)
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)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<AcceptGrantError> for Error
impl From<AcceptGrantError> for Error
source§fn from(err: AcceptGrantError) -> Self
fn from(err: AcceptGrantError) -> Self
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
source§impl From<CheckInLicenseError> for Error
impl From<CheckInLicenseError> for Error
source§fn from(err: CheckInLicenseError) -> Self
fn from(err: CheckInLicenseError) -> Self
source§impl From<CheckoutBorrowLicenseError> for Error
impl From<CheckoutBorrowLicenseError> for Error
source§fn from(err: CheckoutBorrowLicenseError) -> Self
fn from(err: CheckoutBorrowLicenseError) -> Self
source§impl From<CheckoutLicenseError> for Error
impl From<CheckoutLicenseError> for Error
source§fn from(err: CheckoutLicenseError) -> Self
fn from(err: CheckoutLicenseError) -> Self
source§impl From<CreateGrantError> for Error
impl From<CreateGrantError> for Error
source§fn from(err: CreateGrantError) -> Self
fn from(err: CreateGrantError) -> Self
source§impl From<CreateGrantVersionError> for Error
impl From<CreateGrantVersionError> for Error
source§fn from(err: CreateGrantVersionError) -> Self
fn from(err: CreateGrantVersionError) -> Self
source§impl From<CreateLicenseConfigurationError> for Error
impl From<CreateLicenseConfigurationError> for Error
source§fn from(err: CreateLicenseConfigurationError) -> Self
fn from(err: CreateLicenseConfigurationError) -> Self
source§impl From<CreateLicenseConversionTaskForResourceError> for Error
impl From<CreateLicenseConversionTaskForResourceError> for Error
source§fn from(err: CreateLicenseConversionTaskForResourceError) -> Self
fn from(err: CreateLicenseConversionTaskForResourceError) -> Self
source§impl From<CreateLicenseError> for Error
impl From<CreateLicenseError> for Error
source§fn from(err: CreateLicenseError) -> Self
fn from(err: CreateLicenseError) -> Self
source§impl From<CreateLicenseManagerReportGeneratorError> for Error
impl From<CreateLicenseManagerReportGeneratorError> for Error
source§fn from(err: CreateLicenseManagerReportGeneratorError) -> Self
fn from(err: CreateLicenseManagerReportGeneratorError) -> Self
source§impl From<CreateLicenseVersionError> for Error
impl From<CreateLicenseVersionError> for Error
source§fn from(err: CreateLicenseVersionError) -> Self
fn from(err: CreateLicenseVersionError) -> Self
source§impl From<CreateTokenError> for Error
impl From<CreateTokenError> for Error
source§fn from(err: CreateTokenError) -> Self
fn from(err: CreateTokenError) -> Self
source§impl From<DeleteGrantError> for Error
impl From<DeleteGrantError> for Error
source§fn from(err: DeleteGrantError) -> Self
fn from(err: DeleteGrantError) -> Self
source§impl From<DeleteLicenseConfigurationError> for Error
impl From<DeleteLicenseConfigurationError> for Error
source§fn from(err: DeleteLicenseConfigurationError) -> Self
fn from(err: DeleteLicenseConfigurationError) -> Self
source§impl From<DeleteLicenseError> for Error
impl From<DeleteLicenseError> for Error
source§fn from(err: DeleteLicenseError) -> Self
fn from(err: DeleteLicenseError) -> Self
source§impl From<DeleteLicenseManagerReportGeneratorError> for Error
impl From<DeleteLicenseManagerReportGeneratorError> for Error
source§fn from(err: DeleteLicenseManagerReportGeneratorError) -> Self
fn from(err: DeleteLicenseManagerReportGeneratorError) -> Self
source§impl From<DeleteTokenError> for Error
impl From<DeleteTokenError> for Error
source§fn from(err: DeleteTokenError) -> Self
fn from(err: DeleteTokenError) -> Self
source§impl From<ExtendLicenseConsumptionError> for Error
impl From<ExtendLicenseConsumptionError> for Error
source§fn from(err: ExtendLicenseConsumptionError) -> Self
fn from(err: ExtendLicenseConsumptionError) -> Self
source§impl From<GetAccessTokenError> for Error
impl From<GetAccessTokenError> for Error
source§fn from(err: GetAccessTokenError) -> Self
fn from(err: GetAccessTokenError) -> Self
source§impl From<GetGrantError> for Error
impl From<GetGrantError> for Error
source§fn from(err: GetGrantError) -> Self
fn from(err: GetGrantError) -> Self
source§impl From<GetLicenseConfigurationError> for Error
impl From<GetLicenseConfigurationError> for Error
source§fn from(err: GetLicenseConfigurationError) -> Self
fn from(err: GetLicenseConfigurationError) -> Self
source§impl From<GetLicenseConversionTaskError> for Error
impl From<GetLicenseConversionTaskError> for Error
source§fn from(err: GetLicenseConversionTaskError) -> Self
fn from(err: GetLicenseConversionTaskError) -> Self
source§impl From<GetLicenseError> for Error
impl From<GetLicenseError> for Error
source§fn from(err: GetLicenseError) -> Self
fn from(err: GetLicenseError) -> Self
source§impl From<GetLicenseManagerReportGeneratorError> for Error
impl From<GetLicenseManagerReportGeneratorError> for Error
source§fn from(err: GetLicenseManagerReportGeneratorError) -> Self
fn from(err: GetLicenseManagerReportGeneratorError) -> Self
source§impl From<GetLicenseUsageError> for Error
impl From<GetLicenseUsageError> for Error
source§fn from(err: GetLicenseUsageError) -> Self
fn from(err: GetLicenseUsageError) -> Self
source§impl From<GetServiceSettingsError> for Error
impl From<GetServiceSettingsError> for Error
source§fn from(err: GetServiceSettingsError) -> Self
fn from(err: GetServiceSettingsError) -> Self
source§impl From<ListAssociationsForLicenseConfigurationError> for Error
impl From<ListAssociationsForLicenseConfigurationError> for Error
source§fn from(err: ListAssociationsForLicenseConfigurationError) -> Self
fn from(err: ListAssociationsForLicenseConfigurationError) -> Self
source§impl From<ListDistributedGrantsError> for Error
impl From<ListDistributedGrantsError> for Error
source§fn from(err: ListDistributedGrantsError) -> Self
fn from(err: ListDistributedGrantsError) -> Self
source§impl From<ListFailuresForLicenseConfigurationOperationsError> for Error
impl From<ListFailuresForLicenseConfigurationOperationsError> for Error
source§fn from(err: ListFailuresForLicenseConfigurationOperationsError) -> Self
fn from(err: ListFailuresForLicenseConfigurationOperationsError) -> Self
source§impl From<ListLicenseConfigurationsError> for Error
impl From<ListLicenseConfigurationsError> for Error
source§fn from(err: ListLicenseConfigurationsError) -> Self
fn from(err: ListLicenseConfigurationsError) -> Self
source§impl From<ListLicenseConversionTasksError> for Error
impl From<ListLicenseConversionTasksError> for Error
source§fn from(err: ListLicenseConversionTasksError) -> Self
fn from(err: ListLicenseConversionTasksError) -> Self
source§impl From<ListLicenseManagerReportGeneratorsError> for Error
impl From<ListLicenseManagerReportGeneratorsError> for Error
source§fn from(err: ListLicenseManagerReportGeneratorsError) -> Self
fn from(err: ListLicenseManagerReportGeneratorsError) -> Self
source§impl From<ListLicenseSpecificationsForResourceError> for Error
impl From<ListLicenseSpecificationsForResourceError> for Error
source§fn from(err: ListLicenseSpecificationsForResourceError) -> Self
fn from(err: ListLicenseSpecificationsForResourceError) -> Self
source§impl From<ListLicenseVersionsError> for Error
impl From<ListLicenseVersionsError> for Error
source§fn from(err: ListLicenseVersionsError) -> Self
fn from(err: ListLicenseVersionsError) -> Self
source§impl From<ListLicensesError> for Error
impl From<ListLicensesError> for Error
source§fn from(err: ListLicensesError) -> Self
fn from(err: ListLicensesError) -> Self
source§impl From<ListReceivedGrantsError> for Error
impl From<ListReceivedGrantsError> for Error
source§fn from(err: ListReceivedGrantsError) -> Self
fn from(err: ListReceivedGrantsError) -> Self
source§impl From<ListReceivedGrantsForOrganizationError> for Error
impl From<ListReceivedGrantsForOrganizationError> for Error
source§fn from(err: ListReceivedGrantsForOrganizationError) -> Self
fn from(err: ListReceivedGrantsForOrganizationError) -> Self
source§impl From<ListReceivedLicensesError> for Error
impl From<ListReceivedLicensesError> for Error
source§fn from(err: ListReceivedLicensesError) -> Self
fn from(err: ListReceivedLicensesError) -> Self
source§impl From<ListReceivedLicensesForOrganizationError> for Error
impl From<ListReceivedLicensesForOrganizationError> for Error
source§fn from(err: ListReceivedLicensesForOrganizationError) -> Self
fn from(err: ListReceivedLicensesForOrganizationError) -> Self
source§impl From<ListResourceInventoryError> for Error
impl From<ListResourceInventoryError> for Error
source§fn from(err: ListResourceInventoryError) -> Self
fn from(err: ListResourceInventoryError) -> Self
source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
source§impl From<ListTokensError> for Error
impl From<ListTokensError> for Error
source§fn from(err: ListTokensError) -> Self
fn from(err: ListTokensError) -> Self
source§impl From<ListUsageForLicenseConfigurationError> for Error
impl From<ListUsageForLicenseConfigurationError> for Error
source§fn from(err: ListUsageForLicenseConfigurationError) -> Self
fn from(err: ListUsageForLicenseConfigurationError) -> Self
source§impl From<RejectGrantError> for Error
impl From<RejectGrantError> for Error
source§fn from(err: RejectGrantError) -> Self
fn from(err: RejectGrantError) -> Self
source§impl<R> From<SdkError<AcceptGrantError, R>> for Error
impl<R> From<SdkError<AcceptGrantError, R>> for Error
source§fn from(err: SdkError<AcceptGrantError, R>) -> Self
fn from(err: SdkError<AcceptGrantError, R>) -> Self
source§impl<R> From<SdkError<CheckInLicenseError, R>> for Error
impl<R> From<SdkError<CheckInLicenseError, R>> for Error
source§fn from(err: SdkError<CheckInLicenseError, R>) -> Self
fn from(err: SdkError<CheckInLicenseError, R>) -> Self
source§impl<R> From<SdkError<CheckoutBorrowLicenseError, R>> for Error
impl<R> From<SdkError<CheckoutBorrowLicenseError, R>> for Error
source§fn from(err: SdkError<CheckoutBorrowLicenseError, R>) -> Self
fn from(err: SdkError<CheckoutBorrowLicenseError, R>) -> Self
source§impl<R> From<SdkError<CheckoutLicenseError, R>> for Error
impl<R> From<SdkError<CheckoutLicenseError, R>> for Error
source§fn from(err: SdkError<CheckoutLicenseError, R>) -> Self
fn from(err: SdkError<CheckoutLicenseError, R>) -> Self
source§impl<R> From<SdkError<CreateGrantError, R>> for Error
impl<R> From<SdkError<CreateGrantError, R>> for Error
source§fn from(err: SdkError<CreateGrantError, R>) -> Self
fn from(err: SdkError<CreateGrantError, R>) -> Self
source§impl<R> From<SdkError<CreateGrantVersionError, R>> for Error
impl<R> From<SdkError<CreateGrantVersionError, R>> for Error
source§fn from(err: SdkError<CreateGrantVersionError, R>) -> Self
fn from(err: SdkError<CreateGrantVersionError, R>) -> Self
source§impl<R> From<SdkError<CreateLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<CreateLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<CreateLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<CreateLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<CreateLicenseConversionTaskForResourceError, R>> for Error
impl<R> From<SdkError<CreateLicenseConversionTaskForResourceError, R>> for Error
source§fn from(err: SdkError<CreateLicenseConversionTaskForResourceError, R>) -> Self
fn from(err: SdkError<CreateLicenseConversionTaskForResourceError, R>) -> Self
source§impl<R> From<SdkError<CreateLicenseError, R>> for Error
impl<R> From<SdkError<CreateLicenseError, R>> for Error
source§fn from(err: SdkError<CreateLicenseError, R>) -> Self
fn from(err: SdkError<CreateLicenseError, R>) -> Self
source§impl<R> From<SdkError<CreateLicenseManagerReportGeneratorError, R>> for Error
impl<R> From<SdkError<CreateLicenseManagerReportGeneratorError, R>> for Error
source§fn from(err: SdkError<CreateLicenseManagerReportGeneratorError, R>) -> Self
fn from(err: SdkError<CreateLicenseManagerReportGeneratorError, R>) -> Self
source§impl<R> From<SdkError<CreateLicenseVersionError, R>> for Error
impl<R> From<SdkError<CreateLicenseVersionError, R>> for Error
source§fn from(err: SdkError<CreateLicenseVersionError, R>) -> Self
fn from(err: SdkError<CreateLicenseVersionError, R>) -> Self
source§impl<R> From<SdkError<CreateTokenError, R>> for Error
impl<R> From<SdkError<CreateTokenError, R>> for Error
source§fn from(err: SdkError<CreateTokenError, R>) -> Self
fn from(err: SdkError<CreateTokenError, R>) -> Self
source§impl<R> From<SdkError<DeleteGrantError, R>> for Error
impl<R> From<SdkError<DeleteGrantError, R>> for Error
source§fn from(err: SdkError<DeleteGrantError, R>) -> Self
fn from(err: SdkError<DeleteGrantError, R>) -> Self
source§impl<R> From<SdkError<DeleteLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<DeleteLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<DeleteLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<DeleteLicenseError, R>> for Error
impl<R> From<SdkError<DeleteLicenseError, R>> for Error
source§fn from(err: SdkError<DeleteLicenseError, R>) -> Self
fn from(err: SdkError<DeleteLicenseError, R>) -> Self
source§impl<R> From<SdkError<DeleteLicenseManagerReportGeneratorError, R>> for Error
impl<R> From<SdkError<DeleteLicenseManagerReportGeneratorError, R>> for Error
source§fn from(err: SdkError<DeleteLicenseManagerReportGeneratorError, R>) -> Self
fn from(err: SdkError<DeleteLicenseManagerReportGeneratorError, R>) -> Self
source§impl<R> From<SdkError<DeleteTokenError, R>> for Error
impl<R> From<SdkError<DeleteTokenError, R>> for Error
source§fn from(err: SdkError<DeleteTokenError, R>) -> Self
fn from(err: SdkError<DeleteTokenError, R>) -> Self
source§impl<R> From<SdkError<ExtendLicenseConsumptionError, R>> for Error
impl<R> From<SdkError<ExtendLicenseConsumptionError, R>> for Error
source§fn from(err: SdkError<ExtendLicenseConsumptionError, R>) -> Self
fn from(err: SdkError<ExtendLicenseConsumptionError, R>) -> Self
source§impl<R> From<SdkError<GetAccessTokenError, R>> for Error
impl<R> From<SdkError<GetAccessTokenError, R>> for Error
source§fn from(err: SdkError<GetAccessTokenError, R>) -> Self
fn from(err: SdkError<GetAccessTokenError, R>) -> Self
source§impl<R> From<SdkError<GetGrantError, R>> for Error
impl<R> From<SdkError<GetGrantError, R>> for Error
source§fn from(err: SdkError<GetGrantError, R>) -> Self
fn from(err: SdkError<GetGrantError, R>) -> Self
source§impl<R> From<SdkError<GetLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<GetLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<GetLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<GetLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<GetLicenseConversionTaskError, R>> for Error
impl<R> From<SdkError<GetLicenseConversionTaskError, R>> for Error
source§fn from(err: SdkError<GetLicenseConversionTaskError, R>) -> Self
fn from(err: SdkError<GetLicenseConversionTaskError, R>) -> Self
source§impl<R> From<SdkError<GetLicenseError, R>> for Error
impl<R> From<SdkError<GetLicenseError, R>> for Error
source§fn from(err: SdkError<GetLicenseError, R>) -> Self
fn from(err: SdkError<GetLicenseError, R>) -> Self
source§impl<R> From<SdkError<GetLicenseManagerReportGeneratorError, R>> for Error
impl<R> From<SdkError<GetLicenseManagerReportGeneratorError, R>> for Error
source§fn from(err: SdkError<GetLicenseManagerReportGeneratorError, R>) -> Self
fn from(err: SdkError<GetLicenseManagerReportGeneratorError, R>) -> Self
source§impl<R> From<SdkError<GetLicenseUsageError, R>> for Error
impl<R> From<SdkError<GetLicenseUsageError, R>> for Error
source§fn from(err: SdkError<GetLicenseUsageError, R>) -> Self
fn from(err: SdkError<GetLicenseUsageError, R>) -> Self
source§impl<R> From<SdkError<GetServiceSettingsError, R>> for Error
impl<R> From<SdkError<GetServiceSettingsError, R>> for Error
source§fn from(err: SdkError<GetServiceSettingsError, R>) -> Self
fn from(err: SdkError<GetServiceSettingsError, R>) -> Self
source§impl<R> From<SdkError<ListAssociationsForLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<ListAssociationsForLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<ListAssociationsForLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<ListAssociationsForLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<ListDistributedGrantsError, R>> for Error
impl<R> From<SdkError<ListDistributedGrantsError, R>> for Error
source§fn from(err: SdkError<ListDistributedGrantsError, R>) -> Self
fn from(err: SdkError<ListDistributedGrantsError, R>) -> Self
source§impl<R> From<SdkError<ListFailuresForLicenseConfigurationOperationsError, R>> for Error
impl<R> From<SdkError<ListFailuresForLicenseConfigurationOperationsError, R>> for Error
source§fn from(
err: SdkError<ListFailuresForLicenseConfigurationOperationsError, R>,
) -> Self
fn from( err: SdkError<ListFailuresForLicenseConfigurationOperationsError, R>, ) -> Self
source§impl<R> From<SdkError<ListLicenseConfigurationsError, R>> for Error
impl<R> From<SdkError<ListLicenseConfigurationsError, R>> for Error
source§fn from(err: SdkError<ListLicenseConfigurationsError, R>) -> Self
fn from(err: SdkError<ListLicenseConfigurationsError, R>) -> Self
source§impl<R> From<SdkError<ListLicenseConversionTasksError, R>> for Error
impl<R> From<SdkError<ListLicenseConversionTasksError, R>> for Error
source§fn from(err: SdkError<ListLicenseConversionTasksError, R>) -> Self
fn from(err: SdkError<ListLicenseConversionTasksError, R>) -> Self
source§impl<R> From<SdkError<ListLicenseManagerReportGeneratorsError, R>> for Error
impl<R> From<SdkError<ListLicenseManagerReportGeneratorsError, R>> for Error
source§fn from(err: SdkError<ListLicenseManagerReportGeneratorsError, R>) -> Self
fn from(err: SdkError<ListLicenseManagerReportGeneratorsError, R>) -> Self
source§impl<R> From<SdkError<ListLicenseSpecificationsForResourceError, R>> for Error
impl<R> From<SdkError<ListLicenseSpecificationsForResourceError, R>> for Error
source§fn from(err: SdkError<ListLicenseSpecificationsForResourceError, R>) -> Self
fn from(err: SdkError<ListLicenseSpecificationsForResourceError, R>) -> Self
source§impl<R> From<SdkError<ListLicenseVersionsError, R>> for Error
impl<R> From<SdkError<ListLicenseVersionsError, R>> for Error
source§fn from(err: SdkError<ListLicenseVersionsError, R>) -> Self
fn from(err: SdkError<ListLicenseVersionsError, R>) -> Self
source§impl<R> From<SdkError<ListLicensesError, R>> for Error
impl<R> From<SdkError<ListLicensesError, R>> for Error
source§fn from(err: SdkError<ListLicensesError, R>) -> Self
fn from(err: SdkError<ListLicensesError, R>) -> Self
source§impl<R> From<SdkError<ListReceivedGrantsError, R>> for Error
impl<R> From<SdkError<ListReceivedGrantsError, R>> for Error
source§fn from(err: SdkError<ListReceivedGrantsError, R>) -> Self
fn from(err: SdkError<ListReceivedGrantsError, R>) -> Self
source§impl<R> From<SdkError<ListReceivedGrantsForOrganizationError, R>> for Error
impl<R> From<SdkError<ListReceivedGrantsForOrganizationError, R>> for Error
source§fn from(err: SdkError<ListReceivedGrantsForOrganizationError, R>) -> Self
fn from(err: SdkError<ListReceivedGrantsForOrganizationError, R>) -> Self
source§impl<R> From<SdkError<ListReceivedLicensesError, R>> for Error
impl<R> From<SdkError<ListReceivedLicensesError, R>> for Error
source§fn from(err: SdkError<ListReceivedLicensesError, R>) -> Self
fn from(err: SdkError<ListReceivedLicensesError, R>) -> Self
source§impl<R> From<SdkError<ListReceivedLicensesForOrganizationError, R>> for Error
impl<R> From<SdkError<ListReceivedLicensesForOrganizationError, R>> for Error
source§fn from(err: SdkError<ListReceivedLicensesForOrganizationError, R>) -> Self
fn from(err: SdkError<ListReceivedLicensesForOrganizationError, R>) -> Self
source§impl<R> From<SdkError<ListResourceInventoryError, R>> for Error
impl<R> From<SdkError<ListResourceInventoryError, R>> for Error
source§fn from(err: SdkError<ListResourceInventoryError, R>) -> Self
fn from(err: SdkError<ListResourceInventoryError, R>) -> Self
source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
source§impl<R> From<SdkError<ListTokensError, R>> for Error
impl<R> From<SdkError<ListTokensError, R>> for Error
source§fn from(err: SdkError<ListTokensError, R>) -> Self
fn from(err: SdkError<ListTokensError, R>) -> Self
source§impl<R> From<SdkError<ListUsageForLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<ListUsageForLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<ListUsageForLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<ListUsageForLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<RejectGrantError, R>> for Error
impl<R> From<SdkError<RejectGrantError, R>> for Error
source§fn from(err: SdkError<RejectGrantError, R>) -> Self
fn from(err: SdkError<RejectGrantError, R>) -> Self
source§impl<R> From<SdkError<TagResourceError, R>> for Error
impl<R> From<SdkError<TagResourceError, R>> for Error
source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
source§impl<R> From<SdkError<UntagResourceError, R>> for Error
impl<R> From<SdkError<UntagResourceError, R>> for Error
source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateLicenseConfigurationError, R>> for Error
impl<R> From<SdkError<UpdateLicenseConfigurationError, R>> for Error
source§fn from(err: SdkError<UpdateLicenseConfigurationError, R>) -> Self
fn from(err: SdkError<UpdateLicenseConfigurationError, R>) -> Self
source§impl<R> From<SdkError<UpdateLicenseManagerReportGeneratorError, R>> for Error
impl<R> From<SdkError<UpdateLicenseManagerReportGeneratorError, R>> for Error
source§fn from(err: SdkError<UpdateLicenseManagerReportGeneratorError, R>) -> Self
fn from(err: SdkError<UpdateLicenseManagerReportGeneratorError, R>) -> Self
source§impl<R> From<SdkError<UpdateLicenseSpecificationsForResourceError, R>> for Error
impl<R> From<SdkError<UpdateLicenseSpecificationsForResourceError, R>> for Error
source§fn from(err: SdkError<UpdateLicenseSpecificationsForResourceError, R>) -> Self
fn from(err: SdkError<UpdateLicenseSpecificationsForResourceError, R>) -> Self
source§impl<R> From<SdkError<UpdateServiceSettingsError, R>> for Error
impl<R> From<SdkError<UpdateServiceSettingsError, R>> for Error
source§fn from(err: SdkError<UpdateServiceSettingsError, R>) -> Self
fn from(err: SdkError<UpdateServiceSettingsError, R>) -> Self
source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
source§impl From<UpdateLicenseConfigurationError> for Error
impl From<UpdateLicenseConfigurationError> for Error
source§fn from(err: UpdateLicenseConfigurationError) -> Self
fn from(err: UpdateLicenseConfigurationError) -> Self
source§impl From<UpdateLicenseManagerReportGeneratorError> for Error
impl From<UpdateLicenseManagerReportGeneratorError> for Error
source§fn from(err: UpdateLicenseManagerReportGeneratorError) -> Self
fn from(err: UpdateLicenseManagerReportGeneratorError) -> Self
source§impl From<UpdateLicenseSpecificationsForResourceError> for Error
impl From<UpdateLicenseSpecificationsForResourceError> for Error
source§fn from(err: UpdateLicenseSpecificationsForResourceError) -> Self
fn from(err: UpdateLicenseSpecificationsForResourceError) -> Self
source§impl From<UpdateServiceSettingsError> for Error
impl From<UpdateServiceSettingsError> for Error
source§fn from(err: UpdateServiceSettingsError) -> Self
fn from(err: UpdateServiceSettingsError) -> Self
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> 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
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>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more