#[non_exhaustive]pub enum Error {
Show 34 variants
AccountNotManagementOrDelegatedAdministratorException(AccountNotManagementOrDelegatedAdministratorException),
CallerIsNotManagementAccountException(CallerIsNotManagementAccountException),
ConcurrentModificationException(ConcurrentModificationException),
CredentialReportExpiredException(CredentialReportExpiredException),
CredentialReportNotPresentException(CredentialReportNotPresentException),
CredentialReportNotReadyException(CredentialReportNotReadyException),
DeleteConflictException(DeleteConflictException),
DuplicateCertificateException(DuplicateCertificateException),
DuplicateSshPublicKeyException(DuplicateSshPublicKeyException),
EntityAlreadyExistsException(EntityAlreadyExistsException),
EntityTemporarilyUnmodifiableException(EntityTemporarilyUnmodifiableException),
InvalidAuthenticationCodeException(InvalidAuthenticationCodeException),
InvalidCertificateException(InvalidCertificateException),
InvalidInputException(InvalidInputException),
InvalidPublicKeyException(InvalidPublicKeyException),
InvalidUserTypeException(InvalidUserTypeException),
KeyPairMismatchException(KeyPairMismatchException),
LimitExceededException(LimitExceededException),
MalformedCertificateException(MalformedCertificateException),
MalformedPolicyDocumentException(MalformedPolicyDocumentException),
NoSuchEntityException(NoSuchEntityException),
OpenIdIdpCommunicationErrorException(OpenIdIdpCommunicationErrorException),
OrganizationNotFoundException(OrganizationNotFoundException),
OrganizationNotInAllFeaturesModeException(OrganizationNotInAllFeaturesModeException),
PasswordPolicyViolationException(PasswordPolicyViolationException),
PolicyEvaluationException(PolicyEvaluationException),
PolicyNotAttachableException(PolicyNotAttachableException),
ReportGenerationLimitExceededException(ReportGenerationLimitExceededException),
ServiceAccessNotEnabledException(ServiceAccessNotEnabledException),
ServiceFailureException(ServiceFailureException),
ServiceNotSupportedException(ServiceNotSupportedException),
UnmodifiableEntityException(UnmodifiableEntityException),
UnrecognizedPublicKeyEncodingException(UnrecognizedPublicKeyEncodingException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
AccountNotManagementOrDelegatedAdministratorException(AccountNotManagementOrDelegatedAdministratorException)
The request was rejected because the account making the request is not the management account or delegated administrator account for centralized root access.
CallerIsNotManagementAccountException(CallerIsNotManagementAccountException)
The request was rejected because the account making the request is not the management account for the organization.
ConcurrentModificationException(ConcurrentModificationException)
The request was rejected because multiple requests to change this object were submitted simultaneously. Wait a few minutes and submit your request again.
CredentialReportExpiredException(CredentialReportExpiredException)
The request was rejected because the most recent credential report has expired. To generate a new credential report, use GenerateCredentialReport
. For more information about credential report expiration, see Getting credential reports in the IAM User Guide.
CredentialReportNotPresentException(CredentialReportNotPresentException)
The request was rejected because the credential report does not exist. To generate a credential report, use GenerateCredentialReport
.
CredentialReportNotReadyException(CredentialReportNotReadyException)
The request was rejected because the credential report is still being generated.
DeleteConflictException(DeleteConflictException)
The request was rejected because it attempted to delete a resource that has attached subordinate entities. The error message describes these entities.
DuplicateCertificateException(DuplicateCertificateException)
The request was rejected because the same certificate is associated with an IAM user in the account.
DuplicateSshPublicKeyException(DuplicateSshPublicKeyException)
The request was rejected because the SSH public key is already associated with the specified IAM user.
EntityAlreadyExistsException(EntityAlreadyExistsException)
The request was rejected because it attempted to create a resource that already exists.
EntityTemporarilyUnmodifiableException(EntityTemporarilyUnmodifiableException)
The request was rejected because it referenced an entity that is temporarily unmodifiable, such as a user name that was deleted and then recreated. The error indicates that the request is likely to succeed if you try again after waiting several minutes. The error message describes the entity.
InvalidAuthenticationCodeException(InvalidAuthenticationCodeException)
The request was rejected because the authentication code was not recognized. The error message describes the specific error.
InvalidCertificateException(InvalidCertificateException)
The request was rejected because the certificate is invalid.
InvalidInputException(InvalidInputException)
The request was rejected because an invalid or out-of-range value was supplied for an input parameter.
InvalidPublicKeyException(InvalidPublicKeyException)
The request was rejected because the public key is malformed or otherwise invalid.
InvalidUserTypeException(InvalidUserTypeException)
The request was rejected because the type of user for the transaction was incorrect.
KeyPairMismatchException(KeyPairMismatchException)
The request was rejected because the public key certificate and the private key do not match.
LimitExceededException(LimitExceededException)
The request was rejected because it attempted to create resources beyond the current Amazon Web Services account limits. The error message describes the limit exceeded.
MalformedCertificateException(MalformedCertificateException)
The request was rejected because the certificate was malformed or expired. The error message describes the specific error.
MalformedPolicyDocumentException(MalformedPolicyDocumentException)
The request was rejected because the policy document was malformed. The error message describes the specific error.
NoSuchEntityException(NoSuchEntityException)
The request was rejected because it referenced a resource entity that does not exist. The error message describes the resource.
OpenIdIdpCommunicationErrorException(OpenIdIdpCommunicationErrorException)
The request failed because IAM cannot connect to the OpenID Connect identity provider URL.
OrganizationNotFoundException(OrganizationNotFoundException)
The request was rejected because no organization is associated with your account.
OrganizationNotInAllFeaturesModeException(OrganizationNotInAllFeaturesModeException)
The request was rejected because your organization does not have All features enabled. For more information, see Available feature sets in the Organizations User Guide.
PasswordPolicyViolationException(PasswordPolicyViolationException)
The request was rejected because the provided password did not meet the requirements imposed by the account password policy.
PolicyEvaluationException(PolicyEvaluationException)
The request failed because a provided policy could not be successfully evaluated. An additional detailed message indicates the source of the failure.
PolicyNotAttachableException(PolicyNotAttachableException)
The request failed because Amazon Web Services service role policies can only be attached to the service-linked role for that service.
ReportGenerationLimitExceededException(ReportGenerationLimitExceededException)
The request failed because the maximum number of concurrent requests for this account are already running.
ServiceAccessNotEnabledException(ServiceAccessNotEnabledException)
The request was rejected because trusted access is not enabled for IAM in Organizations. For details, see IAM and Organizations in the Organizations User Guide.
ServiceFailureException(ServiceFailureException)
The request processing has failed because of an unknown error, exception or failure.
ServiceNotSupportedException(ServiceNotSupportedException)
The specified service does not support service-specific credentials.
UnmodifiableEntityException(UnmodifiableEntityException)
The request was rejected because service-linked roles are protected Amazon Web Services resources. Only the service that depends on the service-linked role can modify or delete the role on your behalf. The error message includes the name of the service that depends on this service-linked role. You must request the change through that service.
UnrecognizedPublicKeyEncodingException(UnrecognizedPublicKeyEncodingException)
The request was rejected because the public key encoding format is unsupported or unrecognized.
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<AddClientIDToOpenIDConnectProviderError> for Error
impl From<AddClientIDToOpenIDConnectProviderError> for Error
Source§fn from(err: AddClientIDToOpenIDConnectProviderError) -> Self
fn from(err: AddClientIDToOpenIDConnectProviderError) -> Self
Source§impl From<AddRoleToInstanceProfileError> for Error
impl From<AddRoleToInstanceProfileError> for Error
Source§fn from(err: AddRoleToInstanceProfileError) -> Self
fn from(err: AddRoleToInstanceProfileError) -> Self
Source§impl From<AddUserToGroupError> for Error
impl From<AddUserToGroupError> for Error
Source§fn from(err: AddUserToGroupError) -> Self
fn from(err: AddUserToGroupError) -> Self
Source§impl From<AttachGroupPolicyError> for Error
impl From<AttachGroupPolicyError> for Error
Source§fn from(err: AttachGroupPolicyError) -> Self
fn from(err: AttachGroupPolicyError) -> Self
Source§impl From<AttachRolePolicyError> for Error
impl From<AttachRolePolicyError> for Error
Source§fn from(err: AttachRolePolicyError) -> Self
fn from(err: AttachRolePolicyError) -> Self
Source§impl From<AttachUserPolicyError> for Error
impl From<AttachUserPolicyError> for Error
Source§fn from(err: AttachUserPolicyError) -> Self
fn from(err: AttachUserPolicyError) -> 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<ChangePasswordError> for Error
impl From<ChangePasswordError> for Error
Source§fn from(err: ChangePasswordError) -> Self
fn from(err: ChangePasswordError) -> Self
Source§impl From<CreateAccessKeyError> for Error
impl From<CreateAccessKeyError> for Error
Source§fn from(err: CreateAccessKeyError) -> Self
fn from(err: CreateAccessKeyError) -> Self
Source§impl From<CreateAccountAliasError> for Error
impl From<CreateAccountAliasError> for Error
Source§fn from(err: CreateAccountAliasError) -> Self
fn from(err: CreateAccountAliasError) -> Self
Source§impl From<CreateGroupError> for Error
impl From<CreateGroupError> for Error
Source§fn from(err: CreateGroupError) -> Self
fn from(err: CreateGroupError) -> Self
Source§impl From<CreateInstanceProfileError> for Error
impl From<CreateInstanceProfileError> for Error
Source§fn from(err: CreateInstanceProfileError) -> Self
fn from(err: CreateInstanceProfileError) -> Self
Source§impl From<CreateLoginProfileError> for Error
impl From<CreateLoginProfileError> for Error
Source§fn from(err: CreateLoginProfileError) -> Self
fn from(err: CreateLoginProfileError) -> Self
Source§impl From<CreateOpenIDConnectProviderError> for Error
impl From<CreateOpenIDConnectProviderError> for Error
Source§fn from(err: CreateOpenIDConnectProviderError) -> Self
fn from(err: CreateOpenIDConnectProviderError) -> Self
Source§impl From<CreatePolicyError> for Error
impl From<CreatePolicyError> for Error
Source§fn from(err: CreatePolicyError) -> Self
fn from(err: CreatePolicyError) -> Self
Source§impl From<CreatePolicyVersionError> for Error
impl From<CreatePolicyVersionError> for Error
Source§fn from(err: CreatePolicyVersionError) -> Self
fn from(err: CreatePolicyVersionError) -> Self
Source§impl From<CreateRoleError> for Error
impl From<CreateRoleError> for Error
Source§fn from(err: CreateRoleError) -> Self
fn from(err: CreateRoleError) -> Self
Source§impl From<CreateSAMLProviderError> for Error
impl From<CreateSAMLProviderError> for Error
Source§fn from(err: CreateSAMLProviderError) -> Self
fn from(err: CreateSAMLProviderError) -> Self
Source§impl From<CreateServiceLinkedRoleError> for Error
impl From<CreateServiceLinkedRoleError> for Error
Source§fn from(err: CreateServiceLinkedRoleError) -> Self
fn from(err: CreateServiceLinkedRoleError) -> Self
Source§impl From<CreateServiceSpecificCredentialError> for Error
impl From<CreateServiceSpecificCredentialError> for Error
Source§fn from(err: CreateServiceSpecificCredentialError) -> Self
fn from(err: CreateServiceSpecificCredentialError) -> Self
Source§impl From<CreateUserError> for Error
impl From<CreateUserError> for Error
Source§fn from(err: CreateUserError) -> Self
fn from(err: CreateUserError) -> Self
Source§impl From<CreateVirtualMFADeviceError> for Error
impl From<CreateVirtualMFADeviceError> for Error
Source§fn from(err: CreateVirtualMFADeviceError) -> Self
fn from(err: CreateVirtualMFADeviceError) -> Self
Source§impl From<DeactivateMFADeviceError> for Error
impl From<DeactivateMFADeviceError> for Error
Source§fn from(err: DeactivateMFADeviceError) -> Self
fn from(err: DeactivateMFADeviceError) -> Self
Source§impl From<DeleteAccessKeyError> for Error
impl From<DeleteAccessKeyError> for Error
Source§fn from(err: DeleteAccessKeyError) -> Self
fn from(err: DeleteAccessKeyError) -> Self
Source§impl From<DeleteAccountAliasError> for Error
impl From<DeleteAccountAliasError> for Error
Source§fn from(err: DeleteAccountAliasError) -> Self
fn from(err: DeleteAccountAliasError) -> Self
Source§impl From<DeleteAccountPasswordPolicyError> for Error
impl From<DeleteAccountPasswordPolicyError> for Error
Source§fn from(err: DeleteAccountPasswordPolicyError) -> Self
fn from(err: DeleteAccountPasswordPolicyError) -> Self
Source§impl From<DeleteGroupError> for Error
impl From<DeleteGroupError> for Error
Source§fn from(err: DeleteGroupError) -> Self
fn from(err: DeleteGroupError) -> Self
Source§impl From<DeleteGroupPolicyError> for Error
impl From<DeleteGroupPolicyError> for Error
Source§fn from(err: DeleteGroupPolicyError) -> Self
fn from(err: DeleteGroupPolicyError) -> Self
Source§impl From<DeleteInstanceProfileError> for Error
impl From<DeleteInstanceProfileError> for Error
Source§fn from(err: DeleteInstanceProfileError) -> Self
fn from(err: DeleteInstanceProfileError) -> Self
Source§impl From<DeleteLoginProfileError> for Error
impl From<DeleteLoginProfileError> for Error
Source§fn from(err: DeleteLoginProfileError) -> Self
fn from(err: DeleteLoginProfileError) -> Self
Source§impl From<DeleteOpenIDConnectProviderError> for Error
impl From<DeleteOpenIDConnectProviderError> for Error
Source§fn from(err: DeleteOpenIDConnectProviderError) -> Self
fn from(err: DeleteOpenIDConnectProviderError) -> Self
Source§impl From<DeletePolicyError> for Error
impl From<DeletePolicyError> for Error
Source§fn from(err: DeletePolicyError) -> Self
fn from(err: DeletePolicyError) -> Self
Source§impl From<DeletePolicyVersionError> for Error
impl From<DeletePolicyVersionError> for Error
Source§fn from(err: DeletePolicyVersionError) -> Self
fn from(err: DeletePolicyVersionError) -> Self
Source§impl From<DeleteRoleError> for Error
impl From<DeleteRoleError> for Error
Source§fn from(err: DeleteRoleError) -> Self
fn from(err: DeleteRoleError) -> Self
Source§impl From<DeleteRolePermissionsBoundaryError> for Error
impl From<DeleteRolePermissionsBoundaryError> for Error
Source§fn from(err: DeleteRolePermissionsBoundaryError) -> Self
fn from(err: DeleteRolePermissionsBoundaryError) -> Self
Source§impl From<DeleteRolePolicyError> for Error
impl From<DeleteRolePolicyError> for Error
Source§fn from(err: DeleteRolePolicyError) -> Self
fn from(err: DeleteRolePolicyError) -> Self
Source§impl From<DeleteSAMLProviderError> for Error
impl From<DeleteSAMLProviderError> for Error
Source§fn from(err: DeleteSAMLProviderError) -> Self
fn from(err: DeleteSAMLProviderError) -> Self
Source§impl From<DeleteSSHPublicKeyError> for Error
impl From<DeleteSSHPublicKeyError> for Error
Source§fn from(err: DeleteSSHPublicKeyError) -> Self
fn from(err: DeleteSSHPublicKeyError) -> Self
Source§impl From<DeleteServerCertificateError> for Error
impl From<DeleteServerCertificateError> for Error
Source§fn from(err: DeleteServerCertificateError) -> Self
fn from(err: DeleteServerCertificateError) -> Self
Source§impl From<DeleteServiceLinkedRoleError> for Error
impl From<DeleteServiceLinkedRoleError> for Error
Source§fn from(err: DeleteServiceLinkedRoleError) -> Self
fn from(err: DeleteServiceLinkedRoleError) -> Self
Source§impl From<DeleteServiceSpecificCredentialError> for Error
impl From<DeleteServiceSpecificCredentialError> for Error
Source§fn from(err: DeleteServiceSpecificCredentialError) -> Self
fn from(err: DeleteServiceSpecificCredentialError) -> Self
Source§impl From<DeleteSigningCertificateError> for Error
impl From<DeleteSigningCertificateError> for Error
Source§fn from(err: DeleteSigningCertificateError) -> Self
fn from(err: DeleteSigningCertificateError) -> Self
Source§impl From<DeleteUserError> for Error
impl From<DeleteUserError> for Error
Source§fn from(err: DeleteUserError) -> Self
fn from(err: DeleteUserError) -> Self
Source§impl From<DeleteUserPermissionsBoundaryError> for Error
impl From<DeleteUserPermissionsBoundaryError> for Error
Source§fn from(err: DeleteUserPermissionsBoundaryError) -> Self
fn from(err: DeleteUserPermissionsBoundaryError) -> Self
Source§impl From<DeleteUserPolicyError> for Error
impl From<DeleteUserPolicyError> for Error
Source§fn from(err: DeleteUserPolicyError) -> Self
fn from(err: DeleteUserPolicyError) -> Self
Source§impl From<DeleteVirtualMFADeviceError> for Error
impl From<DeleteVirtualMFADeviceError> for Error
Source§fn from(err: DeleteVirtualMFADeviceError) -> Self
fn from(err: DeleteVirtualMFADeviceError) -> Self
Source§impl From<DetachGroupPolicyError> for Error
impl From<DetachGroupPolicyError> for Error
Source§fn from(err: DetachGroupPolicyError) -> Self
fn from(err: DetachGroupPolicyError) -> Self
Source§impl From<DetachRolePolicyError> for Error
impl From<DetachRolePolicyError> for Error
Source§fn from(err: DetachRolePolicyError) -> Self
fn from(err: DetachRolePolicyError) -> Self
Source§impl From<DetachUserPolicyError> for Error
impl From<DetachUserPolicyError> for Error
Source§fn from(err: DetachUserPolicyError) -> Self
fn from(err: DetachUserPolicyError) -> Self
Source§impl From<DisableOrganizationsRootCredentialsManagementError> for Error
impl From<DisableOrganizationsRootCredentialsManagementError> for Error
Source§fn from(err: DisableOrganizationsRootCredentialsManagementError) -> Self
fn from(err: DisableOrganizationsRootCredentialsManagementError) -> Self
Source§impl From<DisableOrganizationsRootSessionsError> for Error
impl From<DisableOrganizationsRootSessionsError> for Error
Source§fn from(err: DisableOrganizationsRootSessionsError) -> Self
fn from(err: DisableOrganizationsRootSessionsError) -> Self
Source§impl From<EnableMFADeviceError> for Error
impl From<EnableMFADeviceError> for Error
Source§fn from(err: EnableMFADeviceError) -> Self
fn from(err: EnableMFADeviceError) -> Self
Source§impl From<EnableOrganizationsRootCredentialsManagementError> for Error
impl From<EnableOrganizationsRootCredentialsManagementError> for Error
Source§fn from(err: EnableOrganizationsRootCredentialsManagementError) -> Self
fn from(err: EnableOrganizationsRootCredentialsManagementError) -> Self
Source§impl From<EnableOrganizationsRootSessionsError> for Error
impl From<EnableOrganizationsRootSessionsError> for Error
Source§fn from(err: EnableOrganizationsRootSessionsError) -> Self
fn from(err: EnableOrganizationsRootSessionsError) -> Self
Source§impl From<GenerateCredentialReportError> for Error
impl From<GenerateCredentialReportError> for Error
Source§fn from(err: GenerateCredentialReportError) -> Self
fn from(err: GenerateCredentialReportError) -> Self
Source§impl From<GenerateOrganizationsAccessReportError> for Error
impl From<GenerateOrganizationsAccessReportError> for Error
Source§fn from(err: GenerateOrganizationsAccessReportError) -> Self
fn from(err: GenerateOrganizationsAccessReportError) -> Self
Source§impl From<GenerateServiceLastAccessedDetailsError> for Error
impl From<GenerateServiceLastAccessedDetailsError> for Error
Source§fn from(err: GenerateServiceLastAccessedDetailsError) -> Self
fn from(err: GenerateServiceLastAccessedDetailsError) -> Self
Source§impl From<GetAccessKeyLastUsedError> for Error
impl From<GetAccessKeyLastUsedError> for Error
Source§fn from(err: GetAccessKeyLastUsedError) -> Self
fn from(err: GetAccessKeyLastUsedError) -> Self
Source§impl From<GetAccountAuthorizationDetailsError> for Error
impl From<GetAccountAuthorizationDetailsError> for Error
Source§fn from(err: GetAccountAuthorizationDetailsError) -> Self
fn from(err: GetAccountAuthorizationDetailsError) -> Self
Source§impl From<GetAccountPasswordPolicyError> for Error
impl From<GetAccountPasswordPolicyError> for Error
Source§fn from(err: GetAccountPasswordPolicyError) -> Self
fn from(err: GetAccountPasswordPolicyError) -> Self
Source§impl From<GetAccountSummaryError> for Error
impl From<GetAccountSummaryError> for Error
Source§fn from(err: GetAccountSummaryError) -> Self
fn from(err: GetAccountSummaryError) -> Self
Source§impl From<GetContextKeysForCustomPolicyError> for Error
impl From<GetContextKeysForCustomPolicyError> for Error
Source§fn from(err: GetContextKeysForCustomPolicyError) -> Self
fn from(err: GetContextKeysForCustomPolicyError) -> Self
Source§impl From<GetContextKeysForPrincipalPolicyError> for Error
impl From<GetContextKeysForPrincipalPolicyError> for Error
Source§fn from(err: GetContextKeysForPrincipalPolicyError) -> Self
fn from(err: GetContextKeysForPrincipalPolicyError) -> Self
Source§impl From<GetCredentialReportError> for Error
impl From<GetCredentialReportError> for Error
Source§fn from(err: GetCredentialReportError) -> Self
fn from(err: GetCredentialReportError) -> Self
Source§impl From<GetGroupError> for Error
impl From<GetGroupError> for Error
Source§fn from(err: GetGroupError) -> Self
fn from(err: GetGroupError) -> Self
Source§impl From<GetGroupPolicyError> for Error
impl From<GetGroupPolicyError> for Error
Source§fn from(err: GetGroupPolicyError) -> Self
fn from(err: GetGroupPolicyError) -> Self
Source§impl From<GetInstanceProfileError> for Error
impl From<GetInstanceProfileError> for Error
Source§fn from(err: GetInstanceProfileError) -> Self
fn from(err: GetInstanceProfileError) -> Self
Source§impl From<GetLoginProfileError> for Error
impl From<GetLoginProfileError> for Error
Source§fn from(err: GetLoginProfileError) -> Self
fn from(err: GetLoginProfileError) -> Self
Source§impl From<GetMFADeviceError> for Error
impl From<GetMFADeviceError> for Error
Source§fn from(err: GetMFADeviceError) -> Self
fn from(err: GetMFADeviceError) -> Self
Source§impl From<GetOpenIDConnectProviderError> for Error
impl From<GetOpenIDConnectProviderError> for Error
Source§fn from(err: GetOpenIDConnectProviderError) -> Self
fn from(err: GetOpenIDConnectProviderError) -> Self
Source§impl From<GetOrganizationsAccessReportError> for Error
impl From<GetOrganizationsAccessReportError> for Error
Source§fn from(err: GetOrganizationsAccessReportError) -> Self
fn from(err: GetOrganizationsAccessReportError) -> Self
Source§impl From<GetPolicyError> for Error
impl From<GetPolicyError> for Error
Source§fn from(err: GetPolicyError) -> Self
fn from(err: GetPolicyError) -> Self
Source§impl From<GetPolicyVersionError> for Error
impl From<GetPolicyVersionError> for Error
Source§fn from(err: GetPolicyVersionError) -> Self
fn from(err: GetPolicyVersionError) -> Self
Source§impl From<GetRoleError> for Error
impl From<GetRoleError> for Error
Source§fn from(err: GetRoleError) -> Self
fn from(err: GetRoleError) -> Self
Source§impl From<GetRolePolicyError> for Error
impl From<GetRolePolicyError> for Error
Source§fn from(err: GetRolePolicyError) -> Self
fn from(err: GetRolePolicyError) -> Self
Source§impl From<GetSAMLProviderError> for Error
impl From<GetSAMLProviderError> for Error
Source§fn from(err: GetSAMLProviderError) -> Self
fn from(err: GetSAMLProviderError) -> Self
Source§impl From<GetSSHPublicKeyError> for Error
impl From<GetSSHPublicKeyError> for Error
Source§fn from(err: GetSSHPublicKeyError) -> Self
fn from(err: GetSSHPublicKeyError) -> Self
Source§impl From<GetServerCertificateError> for Error
impl From<GetServerCertificateError> for Error
Source§fn from(err: GetServerCertificateError) -> Self
fn from(err: GetServerCertificateError) -> Self
Source§impl From<GetServiceLastAccessedDetailsError> for Error
impl From<GetServiceLastAccessedDetailsError> for Error
Source§fn from(err: GetServiceLastAccessedDetailsError) -> Self
fn from(err: GetServiceLastAccessedDetailsError) -> Self
Source§impl From<GetServiceLastAccessedDetailsWithEntitiesError> for Error
impl From<GetServiceLastAccessedDetailsWithEntitiesError> for Error
Source§fn from(err: GetServiceLastAccessedDetailsWithEntitiesError) -> Self
fn from(err: GetServiceLastAccessedDetailsWithEntitiesError) -> Self
Source§impl From<GetServiceLinkedRoleDeletionStatusError> for Error
impl From<GetServiceLinkedRoleDeletionStatusError> for Error
Source§fn from(err: GetServiceLinkedRoleDeletionStatusError) -> Self
fn from(err: GetServiceLinkedRoleDeletionStatusError) -> Self
Source§impl From<GetUserError> for Error
impl From<GetUserError> for Error
Source§fn from(err: GetUserError) -> Self
fn from(err: GetUserError) -> Self
Source§impl From<GetUserPolicyError> for Error
impl From<GetUserPolicyError> for Error
Source§fn from(err: GetUserPolicyError) -> Self
fn from(err: GetUserPolicyError) -> Self
Source§impl From<ListAccessKeysError> for Error
impl From<ListAccessKeysError> for Error
Source§fn from(err: ListAccessKeysError) -> Self
fn from(err: ListAccessKeysError) -> Self
Source§impl From<ListAccountAliasesError> for Error
impl From<ListAccountAliasesError> for Error
Source§fn from(err: ListAccountAliasesError) -> Self
fn from(err: ListAccountAliasesError) -> Self
Source§impl From<ListAttachedGroupPoliciesError> for Error
impl From<ListAttachedGroupPoliciesError> for Error
Source§fn from(err: ListAttachedGroupPoliciesError) -> Self
fn from(err: ListAttachedGroupPoliciesError) -> Self
Source§impl From<ListAttachedRolePoliciesError> for Error
impl From<ListAttachedRolePoliciesError> for Error
Source§fn from(err: ListAttachedRolePoliciesError) -> Self
fn from(err: ListAttachedRolePoliciesError) -> Self
Source§impl From<ListAttachedUserPoliciesError> for Error
impl From<ListAttachedUserPoliciesError> for Error
Source§fn from(err: ListAttachedUserPoliciesError) -> Self
fn from(err: ListAttachedUserPoliciesError) -> Self
Source§impl From<ListEntitiesForPolicyError> for Error
impl From<ListEntitiesForPolicyError> for Error
Source§fn from(err: ListEntitiesForPolicyError) -> Self
fn from(err: ListEntitiesForPolicyError) -> Self
Source§impl From<ListGroupPoliciesError> for Error
impl From<ListGroupPoliciesError> for Error
Source§fn from(err: ListGroupPoliciesError) -> Self
fn from(err: ListGroupPoliciesError) -> Self
Source§impl From<ListGroupsError> for Error
impl From<ListGroupsError> for Error
Source§fn from(err: ListGroupsError) -> Self
fn from(err: ListGroupsError) -> Self
Source§impl From<ListGroupsForUserError> for Error
impl From<ListGroupsForUserError> for Error
Source§fn from(err: ListGroupsForUserError) -> Self
fn from(err: ListGroupsForUserError) -> Self
Source§impl From<ListInstanceProfileTagsError> for Error
impl From<ListInstanceProfileTagsError> for Error
Source§fn from(err: ListInstanceProfileTagsError) -> Self
fn from(err: ListInstanceProfileTagsError) -> Self
Source§impl From<ListInstanceProfilesError> for Error
impl From<ListInstanceProfilesError> for Error
Source§fn from(err: ListInstanceProfilesError) -> Self
fn from(err: ListInstanceProfilesError) -> Self
Source§impl From<ListInstanceProfilesForRoleError> for Error
impl From<ListInstanceProfilesForRoleError> for Error
Source§fn from(err: ListInstanceProfilesForRoleError) -> Self
fn from(err: ListInstanceProfilesForRoleError) -> Self
Source§impl From<ListMFADeviceTagsError> for Error
impl From<ListMFADeviceTagsError> for Error
Source§fn from(err: ListMFADeviceTagsError) -> Self
fn from(err: ListMFADeviceTagsError) -> Self
Source§impl From<ListMFADevicesError> for Error
impl From<ListMFADevicesError> for Error
Source§fn from(err: ListMFADevicesError) -> Self
fn from(err: ListMFADevicesError) -> Self
Source§impl From<ListOpenIDConnectProviderTagsError> for Error
impl From<ListOpenIDConnectProviderTagsError> for Error
Source§fn from(err: ListOpenIDConnectProviderTagsError) -> Self
fn from(err: ListOpenIDConnectProviderTagsError) -> Self
Source§impl From<ListOpenIDConnectProvidersError> for Error
impl From<ListOpenIDConnectProvidersError> for Error
Source§fn from(err: ListOpenIDConnectProvidersError) -> Self
fn from(err: ListOpenIDConnectProvidersError) -> Self
Source§impl From<ListOrganizationsFeaturesError> for Error
impl From<ListOrganizationsFeaturesError> for Error
Source§fn from(err: ListOrganizationsFeaturesError) -> Self
fn from(err: ListOrganizationsFeaturesError) -> Self
Source§impl From<ListPoliciesError> for Error
impl From<ListPoliciesError> for Error
Source§fn from(err: ListPoliciesError) -> Self
fn from(err: ListPoliciesError) -> Self
Source§impl From<ListPoliciesGrantingServiceAccessError> for Error
impl From<ListPoliciesGrantingServiceAccessError> for Error
Source§fn from(err: ListPoliciesGrantingServiceAccessError) -> Self
fn from(err: ListPoliciesGrantingServiceAccessError) -> Self
Source§impl From<ListPolicyTagsError> for Error
impl From<ListPolicyTagsError> for Error
Source§fn from(err: ListPolicyTagsError) -> Self
fn from(err: ListPolicyTagsError) -> Self
Source§impl From<ListPolicyVersionsError> for Error
impl From<ListPolicyVersionsError> for Error
Source§fn from(err: ListPolicyVersionsError) -> Self
fn from(err: ListPolicyVersionsError) -> Self
Source§impl From<ListRolePoliciesError> for Error
impl From<ListRolePoliciesError> for Error
Source§fn from(err: ListRolePoliciesError) -> Self
fn from(err: ListRolePoliciesError) -> Self
Source§impl From<ListRoleTagsError> for Error
impl From<ListRoleTagsError> for Error
Source§fn from(err: ListRoleTagsError) -> Self
fn from(err: ListRoleTagsError) -> Self
Source§impl From<ListRolesError> for Error
impl From<ListRolesError> for Error
Source§fn from(err: ListRolesError) -> Self
fn from(err: ListRolesError) -> Self
Source§impl From<ListSAMLProviderTagsError> for Error
impl From<ListSAMLProviderTagsError> for Error
Source§fn from(err: ListSAMLProviderTagsError) -> Self
fn from(err: ListSAMLProviderTagsError) -> Self
Source§impl From<ListSAMLProvidersError> for Error
impl From<ListSAMLProvidersError> for Error
Source§fn from(err: ListSAMLProvidersError) -> Self
fn from(err: ListSAMLProvidersError) -> Self
Source§impl From<ListSSHPublicKeysError> for Error
impl From<ListSSHPublicKeysError> for Error
Source§fn from(err: ListSSHPublicKeysError) -> Self
fn from(err: ListSSHPublicKeysError) -> Self
Source§impl From<ListServerCertificateTagsError> for Error
impl From<ListServerCertificateTagsError> for Error
Source§fn from(err: ListServerCertificateTagsError) -> Self
fn from(err: ListServerCertificateTagsError) -> Self
Source§impl From<ListServerCertificatesError> for Error
impl From<ListServerCertificatesError> for Error
Source§fn from(err: ListServerCertificatesError) -> Self
fn from(err: ListServerCertificatesError) -> Self
Source§impl From<ListServiceSpecificCredentialsError> for Error
impl From<ListServiceSpecificCredentialsError> for Error
Source§fn from(err: ListServiceSpecificCredentialsError) -> Self
fn from(err: ListServiceSpecificCredentialsError) -> Self
Source§impl From<ListSigningCertificatesError> for Error
impl From<ListSigningCertificatesError> for Error
Source§fn from(err: ListSigningCertificatesError) -> Self
fn from(err: ListSigningCertificatesError) -> Self
Source§impl From<ListUserPoliciesError> for Error
impl From<ListUserPoliciesError> for Error
Source§fn from(err: ListUserPoliciesError) -> Self
fn from(err: ListUserPoliciesError) -> Self
Source§impl From<ListUserTagsError> for Error
impl From<ListUserTagsError> for Error
Source§fn from(err: ListUserTagsError) -> Self
fn from(err: ListUserTagsError) -> Self
Source§impl From<ListUsersError> for Error
impl From<ListUsersError> for Error
Source§fn from(err: ListUsersError) -> Self
fn from(err: ListUsersError) -> Self
Source§impl From<ListVirtualMFADevicesError> for Error
impl From<ListVirtualMFADevicesError> for Error
Source§fn from(err: ListVirtualMFADevicesError) -> Self
fn from(err: ListVirtualMFADevicesError) -> Self
Source§impl From<PutGroupPolicyError> for Error
impl From<PutGroupPolicyError> for Error
Source§fn from(err: PutGroupPolicyError) -> Self
fn from(err: PutGroupPolicyError) -> Self
Source§impl From<PutRolePermissionsBoundaryError> for Error
impl From<PutRolePermissionsBoundaryError> for Error
Source§fn from(err: PutRolePermissionsBoundaryError) -> Self
fn from(err: PutRolePermissionsBoundaryError) -> Self
Source§impl From<PutRolePolicyError> for Error
impl From<PutRolePolicyError> for Error
Source§fn from(err: PutRolePolicyError) -> Self
fn from(err: PutRolePolicyError) -> Self
Source§impl From<PutUserPermissionsBoundaryError> for Error
impl From<PutUserPermissionsBoundaryError> for Error
Source§fn from(err: PutUserPermissionsBoundaryError) -> Self
fn from(err: PutUserPermissionsBoundaryError) -> Self
Source§impl From<PutUserPolicyError> for Error
impl From<PutUserPolicyError> for Error
Source§fn from(err: PutUserPolicyError) -> Self
fn from(err: PutUserPolicyError) -> Self
Source§impl From<RemoveClientIDFromOpenIDConnectProviderError> for Error
impl From<RemoveClientIDFromOpenIDConnectProviderError> for Error
Source§fn from(err: RemoveClientIDFromOpenIDConnectProviderError) -> Self
fn from(err: RemoveClientIDFromOpenIDConnectProviderError) -> Self
Source§impl From<RemoveRoleFromInstanceProfileError> for Error
impl From<RemoveRoleFromInstanceProfileError> for Error
Source§fn from(err: RemoveRoleFromInstanceProfileError) -> Self
fn from(err: RemoveRoleFromInstanceProfileError) -> Self
Source§impl From<RemoveUserFromGroupError> for Error
impl From<RemoveUserFromGroupError> for Error
Source§fn from(err: RemoveUserFromGroupError) -> Self
fn from(err: RemoveUserFromGroupError) -> Self
Source§impl From<ResetServiceSpecificCredentialError> for Error
impl From<ResetServiceSpecificCredentialError> for Error
Source§fn from(err: ResetServiceSpecificCredentialError) -> Self
fn from(err: ResetServiceSpecificCredentialError) -> Self
Source§impl From<ResyncMFADeviceError> for Error
impl From<ResyncMFADeviceError> for Error
Source§fn from(err: ResyncMFADeviceError) -> Self
fn from(err: ResyncMFADeviceError) -> Self
Source§impl<R> From<SdkError<AddClientIDToOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<AddClientIDToOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<AddClientIDToOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<AddClientIDToOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<AddRoleToInstanceProfileError, R>> for Error
impl<R> From<SdkError<AddRoleToInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<AddRoleToInstanceProfileError, R>) -> Self
fn from(err: SdkError<AddRoleToInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<AddUserToGroupError, R>> for Error
impl<R> From<SdkError<AddUserToGroupError, R>> for Error
Source§fn from(err: SdkError<AddUserToGroupError, R>) -> Self
fn from(err: SdkError<AddUserToGroupError, R>) -> Self
Source§impl<R> From<SdkError<AttachGroupPolicyError, R>> for Error
impl<R> From<SdkError<AttachGroupPolicyError, R>> for Error
Source§fn from(err: SdkError<AttachGroupPolicyError, R>) -> Self
fn from(err: SdkError<AttachGroupPolicyError, R>) -> Self
Source§impl<R> From<SdkError<AttachRolePolicyError, R>> for Error
impl<R> From<SdkError<AttachRolePolicyError, R>> for Error
Source§fn from(err: SdkError<AttachRolePolicyError, R>) -> Self
fn from(err: SdkError<AttachRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<AttachUserPolicyError, R>> for Error
impl<R> From<SdkError<AttachUserPolicyError, R>> for Error
Source§fn from(err: SdkError<AttachUserPolicyError, R>) -> Self
fn from(err: SdkError<AttachUserPolicyError, R>) -> Self
Source§impl<R> From<SdkError<ChangePasswordError, R>> for Error
impl<R> From<SdkError<ChangePasswordError, R>> for Error
Source§fn from(err: SdkError<ChangePasswordError, R>) -> Self
fn from(err: SdkError<ChangePasswordError, R>) -> Self
Source§impl<R> From<SdkError<CreateAccessKeyError, R>> for Error
impl<R> From<SdkError<CreateAccessKeyError, R>> for Error
Source§fn from(err: SdkError<CreateAccessKeyError, R>) -> Self
fn from(err: SdkError<CreateAccessKeyError, R>) -> Self
Source§impl<R> From<SdkError<CreateAccountAliasError, R>> for Error
impl<R> From<SdkError<CreateAccountAliasError, R>> for Error
Source§fn from(err: SdkError<CreateAccountAliasError, R>) -> Self
fn from(err: SdkError<CreateAccountAliasError, R>) -> Self
Source§impl<R> From<SdkError<CreateGroupError, R>> for Error
impl<R> From<SdkError<CreateGroupError, R>> for Error
Source§fn from(err: SdkError<CreateGroupError, R>) -> Self
fn from(err: SdkError<CreateGroupError, R>) -> Self
Source§impl<R> From<SdkError<CreateInstanceProfileError, R>> for Error
impl<R> From<SdkError<CreateInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<CreateInstanceProfileError, R>) -> Self
fn from(err: SdkError<CreateInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<CreateLoginProfileError, R>> for Error
impl<R> From<SdkError<CreateLoginProfileError, R>> for Error
Source§fn from(err: SdkError<CreateLoginProfileError, R>) -> Self
fn from(err: SdkError<CreateLoginProfileError, R>) -> Self
Source§impl<R> From<SdkError<CreateOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<CreateOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<CreateOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<CreateOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<CreatePolicyError, R>> for Error
impl<R> From<SdkError<CreatePolicyError, R>> for Error
Source§fn from(err: SdkError<CreatePolicyError, R>) -> Self
fn from(err: SdkError<CreatePolicyError, R>) -> Self
Source§impl<R> From<SdkError<CreatePolicyVersionError, R>> for Error
impl<R> From<SdkError<CreatePolicyVersionError, R>> for Error
Source§fn from(err: SdkError<CreatePolicyVersionError, R>) -> Self
fn from(err: SdkError<CreatePolicyVersionError, R>) -> Self
Source§impl<R> From<SdkError<CreateRoleError, R>> for Error
impl<R> From<SdkError<CreateRoleError, R>> for Error
Source§fn from(err: SdkError<CreateRoleError, R>) -> Self
fn from(err: SdkError<CreateRoleError, R>) -> Self
Source§impl<R> From<SdkError<CreateSAMLProviderError, R>> for Error
impl<R> From<SdkError<CreateSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<CreateSAMLProviderError, R>) -> Self
fn from(err: SdkError<CreateSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<CreateServiceLinkedRoleError, R>> for Error
impl<R> From<SdkError<CreateServiceLinkedRoleError, R>> for Error
Source§fn from(err: SdkError<CreateServiceLinkedRoleError, R>) -> Self
fn from(err: SdkError<CreateServiceLinkedRoleError, R>) -> Self
Source§impl<R> From<SdkError<CreateServiceSpecificCredentialError, R>> for Error
impl<R> From<SdkError<CreateServiceSpecificCredentialError, R>> for Error
Source§fn from(err: SdkError<CreateServiceSpecificCredentialError, R>) -> Self
fn from(err: SdkError<CreateServiceSpecificCredentialError, R>) -> Self
Source§impl<R> From<SdkError<CreateUserError, R>> for Error
impl<R> From<SdkError<CreateUserError, R>> for Error
Source§fn from(err: SdkError<CreateUserError, R>) -> Self
fn from(err: SdkError<CreateUserError, R>) -> Self
Source§impl<R> From<SdkError<CreateVirtualMFADeviceError, R>> for Error
impl<R> From<SdkError<CreateVirtualMFADeviceError, R>> for Error
Source§fn from(err: SdkError<CreateVirtualMFADeviceError, R>) -> Self
fn from(err: SdkError<CreateVirtualMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<DeactivateMFADeviceError, R>> for Error
impl<R> From<SdkError<DeactivateMFADeviceError, R>> for Error
Source§fn from(err: SdkError<DeactivateMFADeviceError, R>) -> Self
fn from(err: SdkError<DeactivateMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAccessKeyError, R>> for Error
impl<R> From<SdkError<DeleteAccessKeyError, R>> for Error
Source§fn from(err: SdkError<DeleteAccessKeyError, R>) -> Self
fn from(err: SdkError<DeleteAccessKeyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAccountAliasError, R>> for Error
impl<R> From<SdkError<DeleteAccountAliasError, R>> for Error
Source§fn from(err: SdkError<DeleteAccountAliasError, R>) -> Self
fn from(err: SdkError<DeleteAccountAliasError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAccountPasswordPolicyError, R>> for Error
impl<R> From<SdkError<DeleteAccountPasswordPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteAccountPasswordPolicyError, R>) -> Self
fn from(err: SdkError<DeleteAccountPasswordPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteGroupError, R>> for Error
impl<R> From<SdkError<DeleteGroupError, R>> for Error
Source§fn from(err: SdkError<DeleteGroupError, R>) -> Self
fn from(err: SdkError<DeleteGroupError, R>) -> Self
Source§impl<R> From<SdkError<DeleteGroupPolicyError, R>> for Error
impl<R> From<SdkError<DeleteGroupPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteGroupPolicyError, R>) -> Self
fn from(err: SdkError<DeleteGroupPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteInstanceProfileError, R>> for Error
impl<R> From<SdkError<DeleteInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<DeleteInstanceProfileError, R>) -> Self
fn from(err: SdkError<DeleteInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<DeleteLoginProfileError, R>> for Error
impl<R> From<SdkError<DeleteLoginProfileError, R>> for Error
Source§fn from(err: SdkError<DeleteLoginProfileError, R>) -> Self
fn from(err: SdkError<DeleteLoginProfileError, R>) -> Self
Source§impl<R> From<SdkError<DeleteOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<DeleteOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<DeleteOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<DeleteOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<DeletePolicyError, R>> for Error
impl<R> From<SdkError<DeletePolicyError, R>> for Error
Source§fn from(err: SdkError<DeletePolicyError, R>) -> Self
fn from(err: SdkError<DeletePolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeletePolicyVersionError, R>> for Error
impl<R> From<SdkError<DeletePolicyVersionError, R>> for Error
Source§fn from(err: SdkError<DeletePolicyVersionError, R>) -> Self
fn from(err: SdkError<DeletePolicyVersionError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRoleError, R>> for Error
impl<R> From<SdkError<DeleteRoleError, R>> for Error
Source§fn from(err: SdkError<DeleteRoleError, R>) -> Self
fn from(err: SdkError<DeleteRoleError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRolePermissionsBoundaryError, R>> for Error
impl<R> From<SdkError<DeleteRolePermissionsBoundaryError, R>> for Error
Source§fn from(err: SdkError<DeleteRolePermissionsBoundaryError, R>) -> Self
fn from(err: SdkError<DeleteRolePermissionsBoundaryError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRolePolicyError, R>> for Error
impl<R> From<SdkError<DeleteRolePolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteRolePolicyError, R>) -> Self
fn from(err: SdkError<DeleteRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteSAMLProviderError, R>> for Error
impl<R> From<SdkError<DeleteSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<DeleteSAMLProviderError, R>) -> Self
fn from(err: SdkError<DeleteSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<DeleteSSHPublicKeyError, R>> for Error
impl<R> From<SdkError<DeleteSSHPublicKeyError, R>> for Error
Source§fn from(err: SdkError<DeleteSSHPublicKeyError, R>) -> Self
fn from(err: SdkError<DeleteSSHPublicKeyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteServerCertificateError, R>> for Error
impl<R> From<SdkError<DeleteServerCertificateError, R>> for Error
Source§fn from(err: SdkError<DeleteServerCertificateError, R>) -> Self
fn from(err: SdkError<DeleteServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<DeleteServiceLinkedRoleError, R>> for Error
impl<R> From<SdkError<DeleteServiceLinkedRoleError, R>> for Error
Source§fn from(err: SdkError<DeleteServiceLinkedRoleError, R>) -> Self
fn from(err: SdkError<DeleteServiceLinkedRoleError, R>) -> Self
Source§impl<R> From<SdkError<DeleteServiceSpecificCredentialError, R>> for Error
impl<R> From<SdkError<DeleteServiceSpecificCredentialError, R>> for Error
Source§fn from(err: SdkError<DeleteServiceSpecificCredentialError, R>) -> Self
fn from(err: SdkError<DeleteServiceSpecificCredentialError, R>) -> Self
Source§impl<R> From<SdkError<DeleteSigningCertificateError, R>> for Error
impl<R> From<SdkError<DeleteSigningCertificateError, R>> for Error
Source§fn from(err: SdkError<DeleteSigningCertificateError, R>) -> Self
fn from(err: SdkError<DeleteSigningCertificateError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserError, R>> for Error
impl<R> From<SdkError<DeleteUserError, R>> for Error
Source§fn from(err: SdkError<DeleteUserError, R>) -> Self
fn from(err: SdkError<DeleteUserError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserPermissionsBoundaryError, R>> for Error
impl<R> From<SdkError<DeleteUserPermissionsBoundaryError, R>> for Error
Source§fn from(err: SdkError<DeleteUserPermissionsBoundaryError, R>) -> Self
fn from(err: SdkError<DeleteUserPermissionsBoundaryError, R>) -> Self
Source§impl<R> From<SdkError<DeleteUserPolicyError, R>> for Error
impl<R> From<SdkError<DeleteUserPolicyError, R>> for Error
Source§fn from(err: SdkError<DeleteUserPolicyError, R>) -> Self
fn from(err: SdkError<DeleteUserPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DeleteVirtualMFADeviceError, R>> for Error
impl<R> From<SdkError<DeleteVirtualMFADeviceError, R>> for Error
Source§fn from(err: SdkError<DeleteVirtualMFADeviceError, R>) -> Self
fn from(err: SdkError<DeleteVirtualMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<DetachGroupPolicyError, R>> for Error
impl<R> From<SdkError<DetachGroupPolicyError, R>> for Error
Source§fn from(err: SdkError<DetachGroupPolicyError, R>) -> Self
fn from(err: SdkError<DetachGroupPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DetachRolePolicyError, R>> for Error
impl<R> From<SdkError<DetachRolePolicyError, R>> for Error
Source§fn from(err: SdkError<DetachRolePolicyError, R>) -> Self
fn from(err: SdkError<DetachRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<DetachUserPolicyError, R>> for Error
impl<R> From<SdkError<DetachUserPolicyError, R>> for Error
Source§fn from(err: SdkError<DetachUserPolicyError, R>) -> Self
fn from(err: SdkError<DetachUserPolicyError, R>) -> Self
Source§impl<R> From<SdkError<DisableOrganizationsRootCredentialsManagementError, R>> for Error
impl<R> From<SdkError<DisableOrganizationsRootCredentialsManagementError, R>> for Error
Source§fn from(
err: SdkError<DisableOrganizationsRootCredentialsManagementError, R>,
) -> Self
fn from( err: SdkError<DisableOrganizationsRootCredentialsManagementError, R>, ) -> Self
Source§impl<R> From<SdkError<DisableOrganizationsRootSessionsError, R>> for Error
impl<R> From<SdkError<DisableOrganizationsRootSessionsError, R>> for Error
Source§fn from(err: SdkError<DisableOrganizationsRootSessionsError, R>) -> Self
fn from(err: SdkError<DisableOrganizationsRootSessionsError, R>) -> Self
Source§impl<R> From<SdkError<EnableMFADeviceError, R>> for Error
impl<R> From<SdkError<EnableMFADeviceError, R>> for Error
Source§fn from(err: SdkError<EnableMFADeviceError, R>) -> Self
fn from(err: SdkError<EnableMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<EnableOrganizationsRootCredentialsManagementError, R>> for Error
impl<R> From<SdkError<EnableOrganizationsRootCredentialsManagementError, R>> for Error
Source§fn from(
err: SdkError<EnableOrganizationsRootCredentialsManagementError, R>,
) -> Self
fn from( err: SdkError<EnableOrganizationsRootCredentialsManagementError, R>, ) -> Self
Source§impl<R> From<SdkError<EnableOrganizationsRootSessionsError, R>> for Error
impl<R> From<SdkError<EnableOrganizationsRootSessionsError, R>> for Error
Source§fn from(err: SdkError<EnableOrganizationsRootSessionsError, R>) -> Self
fn from(err: SdkError<EnableOrganizationsRootSessionsError, R>) -> Self
Source§impl<R> From<SdkError<GenerateCredentialReportError, R>> for Error
impl<R> From<SdkError<GenerateCredentialReportError, R>> for Error
Source§fn from(err: SdkError<GenerateCredentialReportError, R>) -> Self
fn from(err: SdkError<GenerateCredentialReportError, R>) -> Self
Source§impl<R> From<SdkError<GenerateOrganizationsAccessReportError, R>> for Error
impl<R> From<SdkError<GenerateOrganizationsAccessReportError, R>> for Error
Source§fn from(err: SdkError<GenerateOrganizationsAccessReportError, R>) -> Self
fn from(err: SdkError<GenerateOrganizationsAccessReportError, R>) -> Self
Source§impl<R> From<SdkError<GenerateServiceLastAccessedDetailsError, R>> for Error
impl<R> From<SdkError<GenerateServiceLastAccessedDetailsError, R>> for Error
Source§fn from(err: SdkError<GenerateServiceLastAccessedDetailsError, R>) -> Self
fn from(err: SdkError<GenerateServiceLastAccessedDetailsError, R>) -> Self
Source§impl<R> From<SdkError<GetAccessKeyLastUsedError, R>> for Error
impl<R> From<SdkError<GetAccessKeyLastUsedError, R>> for Error
Source§fn from(err: SdkError<GetAccessKeyLastUsedError, R>) -> Self
fn from(err: SdkError<GetAccessKeyLastUsedError, R>) -> Self
Source§impl<R> From<SdkError<GetAccountAuthorizationDetailsError, R>> for Error
impl<R> From<SdkError<GetAccountAuthorizationDetailsError, R>> for Error
Source§fn from(err: SdkError<GetAccountAuthorizationDetailsError, R>) -> Self
fn from(err: SdkError<GetAccountAuthorizationDetailsError, R>) -> Self
Source§impl<R> From<SdkError<GetAccountPasswordPolicyError, R>> for Error
impl<R> From<SdkError<GetAccountPasswordPolicyError, R>> for Error
Source§fn from(err: SdkError<GetAccountPasswordPolicyError, R>) -> Self
fn from(err: SdkError<GetAccountPasswordPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetAccountSummaryError, R>> for Error
impl<R> From<SdkError<GetAccountSummaryError, R>> for Error
Source§fn from(err: SdkError<GetAccountSummaryError, R>) -> Self
fn from(err: SdkError<GetAccountSummaryError, R>) -> Self
Source§impl<R> From<SdkError<GetContextKeysForCustomPolicyError, R>> for Error
impl<R> From<SdkError<GetContextKeysForCustomPolicyError, R>> for Error
Source§fn from(err: SdkError<GetContextKeysForCustomPolicyError, R>) -> Self
fn from(err: SdkError<GetContextKeysForCustomPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetContextKeysForPrincipalPolicyError, R>> for Error
impl<R> From<SdkError<GetContextKeysForPrincipalPolicyError, R>> for Error
Source§fn from(err: SdkError<GetContextKeysForPrincipalPolicyError, R>) -> Self
fn from(err: SdkError<GetContextKeysForPrincipalPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetCredentialReportError, R>> for Error
impl<R> From<SdkError<GetCredentialReportError, R>> for Error
Source§fn from(err: SdkError<GetCredentialReportError, R>) -> Self
fn from(err: SdkError<GetCredentialReportError, R>) -> Self
Source§impl<R> From<SdkError<GetGroupError, R>> for Error
impl<R> From<SdkError<GetGroupError, R>> for Error
Source§fn from(err: SdkError<GetGroupError, R>) -> Self
fn from(err: SdkError<GetGroupError, R>) -> Self
Source§impl<R> From<SdkError<GetGroupPolicyError, R>> for Error
impl<R> From<SdkError<GetGroupPolicyError, R>> for Error
Source§fn from(err: SdkError<GetGroupPolicyError, R>) -> Self
fn from(err: SdkError<GetGroupPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetInstanceProfileError, R>> for Error
impl<R> From<SdkError<GetInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<GetInstanceProfileError, R>) -> Self
fn from(err: SdkError<GetInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<GetLoginProfileError, R>> for Error
impl<R> From<SdkError<GetLoginProfileError, R>> for Error
Source§fn from(err: SdkError<GetLoginProfileError, R>) -> Self
fn from(err: SdkError<GetLoginProfileError, R>) -> Self
Source§impl<R> From<SdkError<GetMFADeviceError, R>> for Error
impl<R> From<SdkError<GetMFADeviceError, R>> for Error
Source§fn from(err: SdkError<GetMFADeviceError, R>) -> Self
fn from(err: SdkError<GetMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<GetOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<GetOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<GetOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<GetOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<GetOrganizationsAccessReportError, R>> for Error
impl<R> From<SdkError<GetOrganizationsAccessReportError, R>> for Error
Source§fn from(err: SdkError<GetOrganizationsAccessReportError, R>) -> Self
fn from(err: SdkError<GetOrganizationsAccessReportError, R>) -> Self
Source§impl<R> From<SdkError<GetPolicyError, R>> for Error
impl<R> From<SdkError<GetPolicyError, R>> for Error
Source§fn from(err: SdkError<GetPolicyError, R>) -> Self
fn from(err: SdkError<GetPolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetPolicyVersionError, R>> for Error
impl<R> From<SdkError<GetPolicyVersionError, R>> for Error
Source§fn from(err: SdkError<GetPolicyVersionError, R>) -> Self
fn from(err: SdkError<GetPolicyVersionError, R>) -> Self
Source§impl<R> From<SdkError<GetRoleError, R>> for Error
impl<R> From<SdkError<GetRoleError, R>> for Error
Source§fn from(err: SdkError<GetRoleError, R>) -> Self
fn from(err: SdkError<GetRoleError, R>) -> Self
Source§impl<R> From<SdkError<GetRolePolicyError, R>> for Error
impl<R> From<SdkError<GetRolePolicyError, R>> for Error
Source§fn from(err: SdkError<GetRolePolicyError, R>) -> Self
fn from(err: SdkError<GetRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetSAMLProviderError, R>> for Error
impl<R> From<SdkError<GetSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<GetSAMLProviderError, R>) -> Self
fn from(err: SdkError<GetSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<GetSSHPublicKeyError, R>> for Error
impl<R> From<SdkError<GetSSHPublicKeyError, R>> for Error
Source§fn from(err: SdkError<GetSSHPublicKeyError, R>) -> Self
fn from(err: SdkError<GetSSHPublicKeyError, R>) -> Self
Source§impl<R> From<SdkError<GetServerCertificateError, R>> for Error
impl<R> From<SdkError<GetServerCertificateError, R>> for Error
Source§fn from(err: SdkError<GetServerCertificateError, R>) -> Self
fn from(err: SdkError<GetServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<GetServiceLastAccessedDetailsError, R>> for Error
impl<R> From<SdkError<GetServiceLastAccessedDetailsError, R>> for Error
Source§fn from(err: SdkError<GetServiceLastAccessedDetailsError, R>) -> Self
fn from(err: SdkError<GetServiceLastAccessedDetailsError, R>) -> Self
Source§impl<R> From<SdkError<GetServiceLastAccessedDetailsWithEntitiesError, R>> for Error
impl<R> From<SdkError<GetServiceLastAccessedDetailsWithEntitiesError, R>> for Error
Source§fn from(
err: SdkError<GetServiceLastAccessedDetailsWithEntitiesError, R>,
) -> Self
fn from( err: SdkError<GetServiceLastAccessedDetailsWithEntitiesError, R>, ) -> Self
Source§impl<R> From<SdkError<GetServiceLinkedRoleDeletionStatusError, R>> for Error
impl<R> From<SdkError<GetServiceLinkedRoleDeletionStatusError, R>> for Error
Source§fn from(err: SdkError<GetServiceLinkedRoleDeletionStatusError, R>) -> Self
fn from(err: SdkError<GetServiceLinkedRoleDeletionStatusError, R>) -> Self
Source§impl<R> From<SdkError<GetUserError, R>> for Error
impl<R> From<SdkError<GetUserError, R>> for Error
Source§fn from(err: SdkError<GetUserError, R>) -> Self
fn from(err: SdkError<GetUserError, R>) -> Self
Source§impl<R> From<SdkError<GetUserPolicyError, R>> for Error
impl<R> From<SdkError<GetUserPolicyError, R>> for Error
Source§fn from(err: SdkError<GetUserPolicyError, R>) -> Self
fn from(err: SdkError<GetUserPolicyError, R>) -> Self
Source§impl<R> From<SdkError<ListAccessKeysError, R>> for Error
impl<R> From<SdkError<ListAccessKeysError, R>> for Error
Source§fn from(err: SdkError<ListAccessKeysError, R>) -> Self
fn from(err: SdkError<ListAccessKeysError, R>) -> Self
Source§impl<R> From<SdkError<ListAccountAliasesError, R>> for Error
impl<R> From<SdkError<ListAccountAliasesError, R>> for Error
Source§fn from(err: SdkError<ListAccountAliasesError, R>) -> Self
fn from(err: SdkError<ListAccountAliasesError, R>) -> Self
Source§impl<R> From<SdkError<ListAttachedGroupPoliciesError, R>> for Error
impl<R> From<SdkError<ListAttachedGroupPoliciesError, R>> for Error
Source§fn from(err: SdkError<ListAttachedGroupPoliciesError, R>) -> Self
fn from(err: SdkError<ListAttachedGroupPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListAttachedRolePoliciesError, R>> for Error
impl<R> From<SdkError<ListAttachedRolePoliciesError, R>> for Error
Source§fn from(err: SdkError<ListAttachedRolePoliciesError, R>) -> Self
fn from(err: SdkError<ListAttachedRolePoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListAttachedUserPoliciesError, R>> for Error
impl<R> From<SdkError<ListAttachedUserPoliciesError, R>> for Error
Source§fn from(err: SdkError<ListAttachedUserPoliciesError, R>) -> Self
fn from(err: SdkError<ListAttachedUserPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListEntitiesForPolicyError, R>> for Error
impl<R> From<SdkError<ListEntitiesForPolicyError, R>> for Error
Source§fn from(err: SdkError<ListEntitiesForPolicyError, R>) -> Self
fn from(err: SdkError<ListEntitiesForPolicyError, R>) -> Self
Source§impl<R> From<SdkError<ListGroupPoliciesError, R>> for Error
impl<R> From<SdkError<ListGroupPoliciesError, R>> for Error
Source§fn from(err: SdkError<ListGroupPoliciesError, R>) -> Self
fn from(err: SdkError<ListGroupPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListGroupsError, R>> for Error
impl<R> From<SdkError<ListGroupsError, R>> for Error
Source§fn from(err: SdkError<ListGroupsError, R>) -> Self
fn from(err: SdkError<ListGroupsError, R>) -> Self
Source§impl<R> From<SdkError<ListGroupsForUserError, R>> for Error
impl<R> From<SdkError<ListGroupsForUserError, R>> for Error
Source§fn from(err: SdkError<ListGroupsForUserError, R>) -> Self
fn from(err: SdkError<ListGroupsForUserError, R>) -> Self
Source§impl<R> From<SdkError<ListInstanceProfileTagsError, R>> for Error
impl<R> From<SdkError<ListInstanceProfileTagsError, R>> for Error
Source§fn from(err: SdkError<ListInstanceProfileTagsError, R>) -> Self
fn from(err: SdkError<ListInstanceProfileTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListInstanceProfilesError, R>> for Error
impl<R> From<SdkError<ListInstanceProfilesError, R>> for Error
Source§fn from(err: SdkError<ListInstanceProfilesError, R>) -> Self
fn from(err: SdkError<ListInstanceProfilesError, R>) -> Self
Source§impl<R> From<SdkError<ListInstanceProfilesForRoleError, R>> for Error
impl<R> From<SdkError<ListInstanceProfilesForRoleError, R>> for Error
Source§fn from(err: SdkError<ListInstanceProfilesForRoleError, R>) -> Self
fn from(err: SdkError<ListInstanceProfilesForRoleError, R>) -> Self
Source§impl<R> From<SdkError<ListMFADeviceTagsError, R>> for Error
impl<R> From<SdkError<ListMFADeviceTagsError, R>> for Error
Source§fn from(err: SdkError<ListMFADeviceTagsError, R>) -> Self
fn from(err: SdkError<ListMFADeviceTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListMFADevicesError, R>> for Error
impl<R> From<SdkError<ListMFADevicesError, R>> for Error
Source§fn from(err: SdkError<ListMFADevicesError, R>) -> Self
fn from(err: SdkError<ListMFADevicesError, R>) -> Self
Source§impl<R> From<SdkError<ListOpenIDConnectProviderTagsError, R>> for Error
impl<R> From<SdkError<ListOpenIDConnectProviderTagsError, R>> for Error
Source§fn from(err: SdkError<ListOpenIDConnectProviderTagsError, R>) -> Self
fn from(err: SdkError<ListOpenIDConnectProviderTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListOpenIDConnectProvidersError, R>> for Error
impl<R> From<SdkError<ListOpenIDConnectProvidersError, R>> for Error
Source§fn from(err: SdkError<ListOpenIDConnectProvidersError, R>) -> Self
fn from(err: SdkError<ListOpenIDConnectProvidersError, R>) -> Self
Source§impl<R> From<SdkError<ListOrganizationsFeaturesError, R>> for Error
impl<R> From<SdkError<ListOrganizationsFeaturesError, R>> for Error
Source§fn from(err: SdkError<ListOrganizationsFeaturesError, R>) -> Self
fn from(err: SdkError<ListOrganizationsFeaturesError, R>) -> Self
Source§impl<R> From<SdkError<ListPoliciesError, R>> for Error
impl<R> From<SdkError<ListPoliciesError, R>> for Error
Source§fn from(err: SdkError<ListPoliciesError, R>) -> Self
fn from(err: SdkError<ListPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListPoliciesGrantingServiceAccessError, R>> for Error
impl<R> From<SdkError<ListPoliciesGrantingServiceAccessError, R>> for Error
Source§fn from(err: SdkError<ListPoliciesGrantingServiceAccessError, R>) -> Self
fn from(err: SdkError<ListPoliciesGrantingServiceAccessError, R>) -> Self
Source§impl<R> From<SdkError<ListPolicyTagsError, R>> for Error
impl<R> From<SdkError<ListPolicyTagsError, R>> for Error
Source§fn from(err: SdkError<ListPolicyTagsError, R>) -> Self
fn from(err: SdkError<ListPolicyTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListPolicyVersionsError, R>> for Error
impl<R> From<SdkError<ListPolicyVersionsError, R>> for Error
Source§fn from(err: SdkError<ListPolicyVersionsError, R>) -> Self
fn from(err: SdkError<ListPolicyVersionsError, R>) -> Self
Source§impl<R> From<SdkError<ListRolePoliciesError, R>> for Error
impl<R> From<SdkError<ListRolePoliciesError, R>> for Error
Source§fn from(err: SdkError<ListRolePoliciesError, R>) -> Self
fn from(err: SdkError<ListRolePoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListRoleTagsError, R>> for Error
impl<R> From<SdkError<ListRoleTagsError, R>> for Error
Source§fn from(err: SdkError<ListRoleTagsError, R>) -> Self
fn from(err: SdkError<ListRoleTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListRolesError, R>> for Error
impl<R> From<SdkError<ListRolesError, R>> for Error
Source§fn from(err: SdkError<ListRolesError, R>) -> Self
fn from(err: SdkError<ListRolesError, R>) -> Self
Source§impl<R> From<SdkError<ListSAMLProviderTagsError, R>> for Error
impl<R> From<SdkError<ListSAMLProviderTagsError, R>> for Error
Source§fn from(err: SdkError<ListSAMLProviderTagsError, R>) -> Self
fn from(err: SdkError<ListSAMLProviderTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListSAMLProvidersError, R>> for Error
impl<R> From<SdkError<ListSAMLProvidersError, R>> for Error
Source§fn from(err: SdkError<ListSAMLProvidersError, R>) -> Self
fn from(err: SdkError<ListSAMLProvidersError, R>) -> Self
Source§impl<R> From<SdkError<ListSSHPublicKeysError, R>> for Error
impl<R> From<SdkError<ListSSHPublicKeysError, R>> for Error
Source§fn from(err: SdkError<ListSSHPublicKeysError, R>) -> Self
fn from(err: SdkError<ListSSHPublicKeysError, R>) -> Self
Source§impl<R> From<SdkError<ListServerCertificateTagsError, R>> for Error
impl<R> From<SdkError<ListServerCertificateTagsError, R>> for Error
Source§fn from(err: SdkError<ListServerCertificateTagsError, R>) -> Self
fn from(err: SdkError<ListServerCertificateTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListServerCertificatesError, R>> for Error
impl<R> From<SdkError<ListServerCertificatesError, R>> for Error
Source§fn from(err: SdkError<ListServerCertificatesError, R>) -> Self
fn from(err: SdkError<ListServerCertificatesError, R>) -> Self
Source§impl<R> From<SdkError<ListServiceSpecificCredentialsError, R>> for Error
impl<R> From<SdkError<ListServiceSpecificCredentialsError, R>> for Error
Source§fn from(err: SdkError<ListServiceSpecificCredentialsError, R>) -> Self
fn from(err: SdkError<ListServiceSpecificCredentialsError, R>) -> Self
Source§impl<R> From<SdkError<ListSigningCertificatesError, R>> for Error
impl<R> From<SdkError<ListSigningCertificatesError, R>> for Error
Source§fn from(err: SdkError<ListSigningCertificatesError, R>) -> Self
fn from(err: SdkError<ListSigningCertificatesError, R>) -> Self
Source§impl<R> From<SdkError<ListUserPoliciesError, R>> for Error
impl<R> From<SdkError<ListUserPoliciesError, R>> for Error
Source§fn from(err: SdkError<ListUserPoliciesError, R>) -> Self
fn from(err: SdkError<ListUserPoliciesError, R>) -> Self
Source§impl<R> From<SdkError<ListUserTagsError, R>> for Error
impl<R> From<SdkError<ListUserTagsError, R>> for Error
Source§fn from(err: SdkError<ListUserTagsError, R>) -> Self
fn from(err: SdkError<ListUserTagsError, R>) -> Self
Source§impl<R> From<SdkError<ListUsersError, R>> for Error
impl<R> From<SdkError<ListUsersError, R>> for Error
Source§fn from(err: SdkError<ListUsersError, R>) -> Self
fn from(err: SdkError<ListUsersError, R>) -> Self
Source§impl<R> From<SdkError<ListVirtualMFADevicesError, R>> for Error
impl<R> From<SdkError<ListVirtualMFADevicesError, R>> for Error
Source§fn from(err: SdkError<ListVirtualMFADevicesError, R>) -> Self
fn from(err: SdkError<ListVirtualMFADevicesError, R>) -> Self
Source§impl<R> From<SdkError<PutGroupPolicyError, R>> for Error
impl<R> From<SdkError<PutGroupPolicyError, R>> for Error
Source§fn from(err: SdkError<PutGroupPolicyError, R>) -> Self
fn from(err: SdkError<PutGroupPolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutRolePermissionsBoundaryError, R>> for Error
impl<R> From<SdkError<PutRolePermissionsBoundaryError, R>> for Error
Source§fn from(err: SdkError<PutRolePermissionsBoundaryError, R>) -> Self
fn from(err: SdkError<PutRolePermissionsBoundaryError, R>) -> Self
Source§impl<R> From<SdkError<PutRolePolicyError, R>> for Error
impl<R> From<SdkError<PutRolePolicyError, R>> for Error
Source§fn from(err: SdkError<PutRolePolicyError, R>) -> Self
fn from(err: SdkError<PutRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<PutUserPermissionsBoundaryError, R>> for Error
impl<R> From<SdkError<PutUserPermissionsBoundaryError, R>> for Error
Source§fn from(err: SdkError<PutUserPermissionsBoundaryError, R>) -> Self
fn from(err: SdkError<PutUserPermissionsBoundaryError, R>) -> Self
Source§impl<R> From<SdkError<PutUserPolicyError, R>> for Error
impl<R> From<SdkError<PutUserPolicyError, R>> for Error
Source§fn from(err: SdkError<PutUserPolicyError, R>) -> Self
fn from(err: SdkError<PutUserPolicyError, R>) -> Self
Source§impl<R> From<SdkError<RemoveClientIDFromOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<RemoveClientIDFromOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<RemoveClientIDFromOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<RemoveClientIDFromOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<RemoveRoleFromInstanceProfileError, R>> for Error
impl<R> From<SdkError<RemoveRoleFromInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<RemoveRoleFromInstanceProfileError, R>) -> Self
fn from(err: SdkError<RemoveRoleFromInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<RemoveUserFromGroupError, R>> for Error
impl<R> From<SdkError<RemoveUserFromGroupError, R>> for Error
Source§fn from(err: SdkError<RemoveUserFromGroupError, R>) -> Self
fn from(err: SdkError<RemoveUserFromGroupError, R>) -> Self
Source§impl<R> From<SdkError<ResetServiceSpecificCredentialError, R>> for Error
impl<R> From<SdkError<ResetServiceSpecificCredentialError, R>> for Error
Source§fn from(err: SdkError<ResetServiceSpecificCredentialError, R>) -> Self
fn from(err: SdkError<ResetServiceSpecificCredentialError, R>) -> Self
Source§impl<R> From<SdkError<ResyncMFADeviceError, R>> for Error
impl<R> From<SdkError<ResyncMFADeviceError, R>> for Error
Source§fn from(err: SdkError<ResyncMFADeviceError, R>) -> Self
fn from(err: SdkError<ResyncMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<SetDefaultPolicyVersionError, R>> for Error
impl<R> From<SdkError<SetDefaultPolicyVersionError, R>> for Error
Source§fn from(err: SdkError<SetDefaultPolicyVersionError, R>) -> Self
fn from(err: SdkError<SetDefaultPolicyVersionError, R>) -> Self
Source§impl<R> From<SdkError<SetSecurityTokenServicePreferencesError, R>> for Error
impl<R> From<SdkError<SetSecurityTokenServicePreferencesError, R>> for Error
Source§fn from(err: SdkError<SetSecurityTokenServicePreferencesError, R>) -> Self
fn from(err: SdkError<SetSecurityTokenServicePreferencesError, R>) -> Self
Source§impl<R> From<SdkError<SimulateCustomPolicyError, R>> for Error
impl<R> From<SdkError<SimulateCustomPolicyError, R>> for Error
Source§fn from(err: SdkError<SimulateCustomPolicyError, R>) -> Self
fn from(err: SdkError<SimulateCustomPolicyError, R>) -> Self
Source§impl<R> From<SdkError<SimulatePrincipalPolicyError, R>> for Error
impl<R> From<SdkError<SimulatePrincipalPolicyError, R>> for Error
Source§fn from(err: SdkError<SimulatePrincipalPolicyError, R>) -> Self
fn from(err: SdkError<SimulatePrincipalPolicyError, R>) -> Self
Source§impl<R> From<SdkError<TagInstanceProfileError, R>> for Error
impl<R> From<SdkError<TagInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<TagInstanceProfileError, R>) -> Self
fn from(err: SdkError<TagInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<TagMFADeviceError, R>> for Error
impl<R> From<SdkError<TagMFADeviceError, R>> for Error
Source§fn from(err: SdkError<TagMFADeviceError, R>) -> Self
fn from(err: SdkError<TagMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<TagOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<TagOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<TagOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<TagOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<TagPolicyError, R>> for Error
impl<R> From<SdkError<TagPolicyError, R>> for Error
Source§fn from(err: SdkError<TagPolicyError, R>) -> Self
fn from(err: SdkError<TagPolicyError, R>) -> Self
Source§impl<R> From<SdkError<TagRoleError, R>> for Error
impl<R> From<SdkError<TagRoleError, R>> for Error
Source§fn from(err: SdkError<TagRoleError, R>) -> Self
fn from(err: SdkError<TagRoleError, R>) -> Self
Source§impl<R> From<SdkError<TagSAMLProviderError, R>> for Error
impl<R> From<SdkError<TagSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<TagSAMLProviderError, R>) -> Self
fn from(err: SdkError<TagSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<TagServerCertificateError, R>> for Error
impl<R> From<SdkError<TagServerCertificateError, R>> for Error
Source§fn from(err: SdkError<TagServerCertificateError, R>) -> Self
fn from(err: SdkError<TagServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<TagUserError, R>> for Error
impl<R> From<SdkError<TagUserError, R>> for Error
Source§fn from(err: SdkError<TagUserError, R>) -> Self
fn from(err: SdkError<TagUserError, R>) -> Self
Source§impl<R> From<SdkError<UntagInstanceProfileError, R>> for Error
impl<R> From<SdkError<UntagInstanceProfileError, R>> for Error
Source§fn from(err: SdkError<UntagInstanceProfileError, R>) -> Self
fn from(err: SdkError<UntagInstanceProfileError, R>) -> Self
Source§impl<R> From<SdkError<UntagMFADeviceError, R>> for Error
impl<R> From<SdkError<UntagMFADeviceError, R>> for Error
Source§fn from(err: SdkError<UntagMFADeviceError, R>) -> Self
fn from(err: SdkError<UntagMFADeviceError, R>) -> Self
Source§impl<R> From<SdkError<UntagOpenIDConnectProviderError, R>> for Error
impl<R> From<SdkError<UntagOpenIDConnectProviderError, R>> for Error
Source§fn from(err: SdkError<UntagOpenIDConnectProviderError, R>) -> Self
fn from(err: SdkError<UntagOpenIDConnectProviderError, R>) -> Self
Source§impl<R> From<SdkError<UntagPolicyError, R>> for Error
impl<R> From<SdkError<UntagPolicyError, R>> for Error
Source§fn from(err: SdkError<UntagPolicyError, R>) -> Self
fn from(err: SdkError<UntagPolicyError, R>) -> Self
Source§impl<R> From<SdkError<UntagRoleError, R>> for Error
impl<R> From<SdkError<UntagRoleError, R>> for Error
Source§fn from(err: SdkError<UntagRoleError, R>) -> Self
fn from(err: SdkError<UntagRoleError, R>) -> Self
Source§impl<R> From<SdkError<UntagSAMLProviderError, R>> for Error
impl<R> From<SdkError<UntagSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<UntagSAMLProviderError, R>) -> Self
fn from(err: SdkError<UntagSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<UntagServerCertificateError, R>> for Error
impl<R> From<SdkError<UntagServerCertificateError, R>> for Error
Source§fn from(err: SdkError<UntagServerCertificateError, R>) -> Self
fn from(err: SdkError<UntagServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<UntagUserError, R>> for Error
impl<R> From<SdkError<UntagUserError, R>> for Error
Source§fn from(err: SdkError<UntagUserError, R>) -> Self
fn from(err: SdkError<UntagUserError, R>) -> Self
Source§impl<R> From<SdkError<UpdateAccessKeyError, R>> for Error
impl<R> From<SdkError<UpdateAccessKeyError, R>> for Error
Source§fn from(err: SdkError<UpdateAccessKeyError, R>) -> Self
fn from(err: SdkError<UpdateAccessKeyError, R>) -> Self
Source§impl<R> From<SdkError<UpdateAccountPasswordPolicyError, R>> for Error
impl<R> From<SdkError<UpdateAccountPasswordPolicyError, R>> for Error
Source§fn from(err: SdkError<UpdateAccountPasswordPolicyError, R>) -> Self
fn from(err: SdkError<UpdateAccountPasswordPolicyError, R>) -> Self
Source§impl<R> From<SdkError<UpdateAssumeRolePolicyError, R>> for Error
impl<R> From<SdkError<UpdateAssumeRolePolicyError, R>> for Error
Source§fn from(err: SdkError<UpdateAssumeRolePolicyError, R>) -> Self
fn from(err: SdkError<UpdateAssumeRolePolicyError, R>) -> Self
Source§impl<R> From<SdkError<UpdateGroupError, R>> for Error
impl<R> From<SdkError<UpdateGroupError, R>> for Error
Source§fn from(err: SdkError<UpdateGroupError, R>) -> Self
fn from(err: SdkError<UpdateGroupError, R>) -> Self
Source§impl<R> From<SdkError<UpdateLoginProfileError, R>> for Error
impl<R> From<SdkError<UpdateLoginProfileError, R>> for Error
Source§fn from(err: SdkError<UpdateLoginProfileError, R>) -> Self
fn from(err: SdkError<UpdateLoginProfileError, R>) -> Self
Source§impl<R> From<SdkError<UpdateOpenIDConnectProviderThumbprintError, R>> for Error
impl<R> From<SdkError<UpdateOpenIDConnectProviderThumbprintError, R>> for Error
Source§fn from(err: SdkError<UpdateOpenIDConnectProviderThumbprintError, R>) -> Self
fn from(err: SdkError<UpdateOpenIDConnectProviderThumbprintError, R>) -> Self
Source§impl<R> From<SdkError<UpdateRoleDescriptionError, R>> for Error
impl<R> From<SdkError<UpdateRoleDescriptionError, R>> for Error
Source§fn from(err: SdkError<UpdateRoleDescriptionError, R>) -> Self
fn from(err: SdkError<UpdateRoleDescriptionError, R>) -> Self
Source§impl<R> From<SdkError<UpdateRoleError, R>> for Error
impl<R> From<SdkError<UpdateRoleError, R>> for Error
Source§fn from(err: SdkError<UpdateRoleError, R>) -> Self
fn from(err: SdkError<UpdateRoleError, R>) -> Self
Source§impl<R> From<SdkError<UpdateSAMLProviderError, R>> for Error
impl<R> From<SdkError<UpdateSAMLProviderError, R>> for Error
Source§fn from(err: SdkError<UpdateSAMLProviderError, R>) -> Self
fn from(err: SdkError<UpdateSAMLProviderError, R>) -> Self
Source§impl<R> From<SdkError<UpdateSSHPublicKeyError, R>> for Error
impl<R> From<SdkError<UpdateSSHPublicKeyError, R>> for Error
Source§fn from(err: SdkError<UpdateSSHPublicKeyError, R>) -> Self
fn from(err: SdkError<UpdateSSHPublicKeyError, R>) -> Self
Source§impl<R> From<SdkError<UpdateServerCertificateError, R>> for Error
impl<R> From<SdkError<UpdateServerCertificateError, R>> for Error
Source§fn from(err: SdkError<UpdateServerCertificateError, R>) -> Self
fn from(err: SdkError<UpdateServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<UpdateServiceSpecificCredentialError, R>> for Error
impl<R> From<SdkError<UpdateServiceSpecificCredentialError, R>> for Error
Source§fn from(err: SdkError<UpdateServiceSpecificCredentialError, R>) -> Self
fn from(err: SdkError<UpdateServiceSpecificCredentialError, R>) -> Self
Source§impl<R> From<SdkError<UpdateSigningCertificateError, R>> for Error
impl<R> From<SdkError<UpdateSigningCertificateError, R>> for Error
Source§fn from(err: SdkError<UpdateSigningCertificateError, R>) -> Self
fn from(err: SdkError<UpdateSigningCertificateError, R>) -> Self
Source§impl<R> From<SdkError<UpdateUserError, R>> for Error
impl<R> From<SdkError<UpdateUserError, R>> for Error
Source§fn from(err: SdkError<UpdateUserError, R>) -> Self
fn from(err: SdkError<UpdateUserError, R>) -> Self
Source§impl<R> From<SdkError<UploadSSHPublicKeyError, R>> for Error
impl<R> From<SdkError<UploadSSHPublicKeyError, R>> for Error
Source§fn from(err: SdkError<UploadSSHPublicKeyError, R>) -> Self
fn from(err: SdkError<UploadSSHPublicKeyError, R>) -> Self
Source§impl<R> From<SdkError<UploadServerCertificateError, R>> for Error
impl<R> From<SdkError<UploadServerCertificateError, R>> for Error
Source§fn from(err: SdkError<UploadServerCertificateError, R>) -> Self
fn from(err: SdkError<UploadServerCertificateError, R>) -> Self
Source§impl<R> From<SdkError<UploadSigningCertificateError, R>> for Error
impl<R> From<SdkError<UploadSigningCertificateError, R>> for Error
Source§fn from(err: SdkError<UploadSigningCertificateError, R>) -> Self
fn from(err: SdkError<UploadSigningCertificateError, R>) -> Self
Source§impl From<SetDefaultPolicyVersionError> for Error
impl From<SetDefaultPolicyVersionError> for Error
Source§fn from(err: SetDefaultPolicyVersionError) -> Self
fn from(err: SetDefaultPolicyVersionError) -> Self
Source§impl From<SetSecurityTokenServicePreferencesError> for Error
impl From<SetSecurityTokenServicePreferencesError> for Error
Source§fn from(err: SetSecurityTokenServicePreferencesError) -> Self
fn from(err: SetSecurityTokenServicePreferencesError) -> Self
Source§impl From<SimulateCustomPolicyError> for Error
impl From<SimulateCustomPolicyError> for Error
Source§fn from(err: SimulateCustomPolicyError) -> Self
fn from(err: SimulateCustomPolicyError) -> Self
Source§impl From<SimulatePrincipalPolicyError> for Error
impl From<SimulatePrincipalPolicyError> for Error
Source§fn from(err: SimulatePrincipalPolicyError) -> Self
fn from(err: SimulatePrincipalPolicyError) -> Self
Source§impl From<TagInstanceProfileError> for Error
impl From<TagInstanceProfileError> for Error
Source§fn from(err: TagInstanceProfileError) -> Self
fn from(err: TagInstanceProfileError) -> Self
Source§impl From<TagMFADeviceError> for Error
impl From<TagMFADeviceError> for Error
Source§fn from(err: TagMFADeviceError) -> Self
fn from(err: TagMFADeviceError) -> Self
Source§impl From<TagOpenIDConnectProviderError> for Error
impl From<TagOpenIDConnectProviderError> for Error
Source§fn from(err: TagOpenIDConnectProviderError) -> Self
fn from(err: TagOpenIDConnectProviderError) -> Self
Source§impl From<TagPolicyError> for Error
impl From<TagPolicyError> for Error
Source§fn from(err: TagPolicyError) -> Self
fn from(err: TagPolicyError) -> Self
Source§impl From<TagRoleError> for Error
impl From<TagRoleError> for Error
Source§fn from(err: TagRoleError) -> Self
fn from(err: TagRoleError) -> Self
Source§impl From<TagSAMLProviderError> for Error
impl From<TagSAMLProviderError> for Error
Source§fn from(err: TagSAMLProviderError) -> Self
fn from(err: TagSAMLProviderError) -> Self
Source§impl From<TagServerCertificateError> for Error
impl From<TagServerCertificateError> for Error
Source§fn from(err: TagServerCertificateError) -> Self
fn from(err: TagServerCertificateError) -> Self
Source§impl From<TagUserError> for Error
impl From<TagUserError> for Error
Source§fn from(err: TagUserError) -> Self
fn from(err: TagUserError) -> Self
Source§impl From<UntagInstanceProfileError> for Error
impl From<UntagInstanceProfileError> for Error
Source§fn from(err: UntagInstanceProfileError) -> Self
fn from(err: UntagInstanceProfileError) -> Self
Source§impl From<UntagMFADeviceError> for Error
impl From<UntagMFADeviceError> for Error
Source§fn from(err: UntagMFADeviceError) -> Self
fn from(err: UntagMFADeviceError) -> Self
Source§impl From<UntagOpenIDConnectProviderError> for Error
impl From<UntagOpenIDConnectProviderError> for Error
Source§fn from(err: UntagOpenIDConnectProviderError) -> Self
fn from(err: UntagOpenIDConnectProviderError) -> Self
Source§impl From<UntagPolicyError> for Error
impl From<UntagPolicyError> for Error
Source§fn from(err: UntagPolicyError) -> Self
fn from(err: UntagPolicyError) -> Self
Source§impl From<UntagRoleError> for Error
impl From<UntagRoleError> for Error
Source§fn from(err: UntagRoleError) -> Self
fn from(err: UntagRoleError) -> Self
Source§impl From<UntagSAMLProviderError> for Error
impl From<UntagSAMLProviderError> for Error
Source§fn from(err: UntagSAMLProviderError) -> Self
fn from(err: UntagSAMLProviderError) -> Self
Source§impl From<UntagServerCertificateError> for Error
impl From<UntagServerCertificateError> for Error
Source§fn from(err: UntagServerCertificateError) -> Self
fn from(err: UntagServerCertificateError) -> Self
Source§impl From<UntagUserError> for Error
impl From<UntagUserError> for Error
Source§fn from(err: UntagUserError) -> Self
fn from(err: UntagUserError) -> Self
Source§impl From<UpdateAccessKeyError> for Error
impl From<UpdateAccessKeyError> for Error
Source§fn from(err: UpdateAccessKeyError) -> Self
fn from(err: UpdateAccessKeyError) -> Self
Source§impl From<UpdateAccountPasswordPolicyError> for Error
impl From<UpdateAccountPasswordPolicyError> for Error
Source§fn from(err: UpdateAccountPasswordPolicyError) -> Self
fn from(err: UpdateAccountPasswordPolicyError) -> Self
Source§impl From<UpdateAssumeRolePolicyError> for Error
impl From<UpdateAssumeRolePolicyError> for Error
Source§fn from(err: UpdateAssumeRolePolicyError) -> Self
fn from(err: UpdateAssumeRolePolicyError) -> Self
Source§impl From<UpdateGroupError> for Error
impl From<UpdateGroupError> for Error
Source§fn from(err: UpdateGroupError) -> Self
fn from(err: UpdateGroupError) -> Self
Source§impl From<UpdateLoginProfileError> for Error
impl From<UpdateLoginProfileError> for Error
Source§fn from(err: UpdateLoginProfileError) -> Self
fn from(err: UpdateLoginProfileError) -> Self
Source§impl From<UpdateOpenIDConnectProviderThumbprintError> for Error
impl From<UpdateOpenIDConnectProviderThumbprintError> for Error
Source§fn from(err: UpdateOpenIDConnectProviderThumbprintError) -> Self
fn from(err: UpdateOpenIDConnectProviderThumbprintError) -> Self
Source§impl From<UpdateRoleDescriptionError> for Error
impl From<UpdateRoleDescriptionError> for Error
Source§fn from(err: UpdateRoleDescriptionError) -> Self
fn from(err: UpdateRoleDescriptionError) -> Self
Source§impl From<UpdateRoleError> for Error
impl From<UpdateRoleError> for Error
Source§fn from(err: UpdateRoleError) -> Self
fn from(err: UpdateRoleError) -> Self
Source§impl From<UpdateSAMLProviderError> for Error
impl From<UpdateSAMLProviderError> for Error
Source§fn from(err: UpdateSAMLProviderError) -> Self
fn from(err: UpdateSAMLProviderError) -> Self
Source§impl From<UpdateSSHPublicKeyError> for Error
impl From<UpdateSSHPublicKeyError> for Error
Source§fn from(err: UpdateSSHPublicKeyError) -> Self
fn from(err: UpdateSSHPublicKeyError) -> Self
Source§impl From<UpdateServerCertificateError> for Error
impl From<UpdateServerCertificateError> for Error
Source§fn from(err: UpdateServerCertificateError) -> Self
fn from(err: UpdateServerCertificateError) -> Self
Source§impl From<UpdateServiceSpecificCredentialError> for Error
impl From<UpdateServiceSpecificCredentialError> for Error
Source§fn from(err: UpdateServiceSpecificCredentialError) -> Self
fn from(err: UpdateServiceSpecificCredentialError) -> Self
Source§impl From<UpdateSigningCertificateError> for Error
impl From<UpdateSigningCertificateError> for Error
Source§fn from(err: UpdateSigningCertificateError) -> Self
fn from(err: UpdateSigningCertificateError) -> Self
Source§impl From<UpdateUserError> for Error
impl From<UpdateUserError> for Error
Source§fn from(err: UpdateUserError) -> Self
fn from(err: UpdateUserError) -> Self
Source§impl From<UploadSSHPublicKeyError> for Error
impl From<UploadSSHPublicKeyError> for Error
Source§fn from(err: UploadSSHPublicKeyError) -> Self
fn from(err: UploadSSHPublicKeyError) -> Self
Source§impl From<UploadServerCertificateError> for Error
impl From<UploadServerCertificateError> for Error
Source§fn from(err: UploadServerCertificateError) -> Self
fn from(err: UploadServerCertificateError) -> Self
Source§impl From<UploadSigningCertificateError> for Error
impl From<UploadSigningCertificateError> for Error
Source§fn from(err: UploadSigningCertificateError) -> Self
fn from(err: UploadSigningCertificateError) -> Self
Source§impl<O, E> From<WaiterError<O, E>> for Error
impl<O, E> From<WaiterError<O, E>> for Error
Source§fn from(err: WaiterError<O, E>) -> Self
fn from(err: WaiterError<O, E>) -> 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 moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);