Enum aws_sdk_ec2::Error

source ·
#[non_exhaustive]
pub enum Error {
    Unhandled(Unhandled),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
§

Unhandled(Unhandled)

An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).

Trait Implementations§

source§

impl Debug for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Display for Error

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Error for Error

1.30.0 · source§

fn source(&self) -> Option<&(dyn Error + 'static)>

The lower-level source of this error, if any. Read more
1.0.0 · source§

fn description(&self) -> &str

👎Deprecated since 1.42.0: use the Display impl or to_string()
1.0.0 · source§

fn cause(&self) -> Option<&dyn Error>

👎Deprecated since 1.33.0: replaced by Error::source, which can support downcasting
source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (error_generic_member_access)
Provides type based access to context intended for error reports. Read more
source§

impl From<AcceptAddressTransferError> for Error

source§

fn from(err: AcceptAddressTransferError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptReservedInstancesExchangeQuoteError> for Error

source§

fn from(err: AcceptReservedInstancesExchangeQuoteError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptTransitGatewayMulticastDomainAssociationsError> for Error

source§

fn from(err: AcceptTransitGatewayMulticastDomainAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptTransitGatewayPeeringAttachmentError> for Error

source§

fn from(err: AcceptTransitGatewayPeeringAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptTransitGatewayVpcAttachmentError> for Error

source§

fn from(err: AcceptTransitGatewayVpcAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptVpcEndpointConnectionsError> for Error

source§

fn from(err: AcceptVpcEndpointConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<AcceptVpcPeeringConnectionError> for Error

source§

fn from(err: AcceptVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<AdvertiseByoipCidrError> for Error

source§

fn from(err: AdvertiseByoipCidrError) -> Self

Converts to this type from the input type.
source§

impl From<AllocateAddressError> for Error

source§

fn from(err: AllocateAddressError) -> Self

Converts to this type from the input type.
source§

impl From<AllocateHostsError> for Error

source§

fn from(err: AllocateHostsError) -> Self

Converts to this type from the input type.
source§

impl From<AllocateIpamPoolCidrError> for Error

source§

fn from(err: AllocateIpamPoolCidrError) -> Self

Converts to this type from the input type.
source§

impl From<ApplySecurityGroupsToClientVpnTargetNetworkError> for Error

source§

fn from(err: ApplySecurityGroupsToClientVpnTargetNetworkError) -> Self

Converts to this type from the input type.
source§

impl From<AssignIpv6AddressesError> for Error

source§

fn from(err: AssignIpv6AddressesError) -> Self

Converts to this type from the input type.
source§

impl From<AssignPrivateIpAddressesError> for Error

source§

fn from(err: AssignPrivateIpAddressesError) -> Self

Converts to this type from the input type.
source§

impl From<AssignPrivateNatGatewayAddressError> for Error

source§

fn from(err: AssignPrivateNatGatewayAddressError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateAddressError> for Error

source§

fn from(err: AssociateAddressError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateClientVpnTargetNetworkError> for Error

source§

fn from(err: AssociateClientVpnTargetNetworkError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateDhcpOptionsError> for Error

source§

fn from(err: AssociateDhcpOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateEnclaveCertificateIamRoleError> for Error

source§

fn from(err: AssociateEnclaveCertificateIamRoleError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateIamInstanceProfileError> for Error

source§

fn from(err: AssociateIamInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateInstanceEventWindowError> for Error

source§

fn from(err: AssociateInstanceEventWindowError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateIpamResourceDiscoveryError> for Error

source§

fn from(err: AssociateIpamResourceDiscoveryError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateNatGatewayAddressError> for Error

source§

fn from(err: AssociateNatGatewayAddressError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateRouteTableError> for Error

source§

fn from(err: AssociateRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateSubnetCidrBlockError> for Error

source§

fn from(err: AssociateSubnetCidrBlockError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTransitGatewayMulticastDomainError> for Error

source§

fn from(err: AssociateTransitGatewayMulticastDomainError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTransitGatewayPolicyTableError> for Error

source§

fn from(err: AssociateTransitGatewayPolicyTableError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTransitGatewayRouteTableError> for Error

source§

fn from(err: AssociateTransitGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateTrunkInterfaceError> for Error

source§

fn from(err: AssociateTrunkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateVpcCidrBlockError> for Error

source§

fn from(err: AssociateVpcCidrBlockError) -> Self

Converts to this type from the input type.
source§

impl From<AttachClassicLinkVpcError> for Error

source§

fn from(err: AttachClassicLinkVpcError) -> Self

Converts to this type from the input type.
source§

impl From<AttachInternetGatewayError> for Error

source§

fn from(err: AttachInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<AttachNetworkInterfaceError> for Error

source§

fn from(err: AttachNetworkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<AttachVerifiedAccessTrustProviderError> for Error

source§

fn from(err: AttachVerifiedAccessTrustProviderError) -> Self

Converts to this type from the input type.
source§

impl From<AttachVolumeError> for Error

source§

fn from(err: AttachVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<AttachVpnGatewayError> for Error

source§

fn from(err: AttachVpnGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<AuthorizeClientVpnIngressError> for Error

source§

fn from(err: AuthorizeClientVpnIngressError) -> Self

Converts to this type from the input type.
source§

impl From<AuthorizeSecurityGroupEgressError> for Error

source§

fn from(err: AuthorizeSecurityGroupEgressError) -> Self

Converts to this type from the input type.
source§

impl From<AuthorizeSecurityGroupIngressError> for Error

source§

fn from(err: AuthorizeSecurityGroupIngressError) -> Self

Converts to this type from the input type.
source§

impl From<BundleInstanceError> for Error

source§

fn from(err: BundleInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CancelBundleTaskError> for Error

source§

fn from(err: CancelBundleTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelCapacityReservationError> for Error

source§

fn from(err: CancelCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<CancelCapacityReservationFleetsError> for Error

source§

fn from(err: CancelCapacityReservationFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<CancelConversionTaskError> for Error

source§

fn from(err: CancelConversionTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelExportTaskError> for Error

source§

fn from(err: CancelExportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelImageLaunchPermissionError> for Error

source§

fn from(err: CancelImageLaunchPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<CancelImportTaskError> for Error

source§

fn from(err: CancelImportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CancelReservedInstancesListingError> for Error

source§

fn from(err: CancelReservedInstancesListingError) -> Self

Converts to this type from the input type.
source§

impl From<CancelSpotFleetRequestsError> for Error

source§

fn from(err: CancelSpotFleetRequestsError) -> Self

Converts to this type from the input type.
source§

impl From<CancelSpotInstanceRequestsError> for Error

source§

fn from(err: CancelSpotInstanceRequestsError) -> Self

Converts to this type from the input type.
source§

impl From<ConfirmProductInstanceError> for Error

source§

fn from(err: ConfirmProductInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CopyFpgaImageError> for Error

source§

fn from(err: CopyFpgaImageError) -> Self

Converts to this type from the input type.
source§

impl From<CopyImageError> for Error

source§

fn from(err: CopyImageError) -> Self

Converts to this type from the input type.
source§

impl From<CopySnapshotError> for Error

source§

fn from(err: CopySnapshotError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCapacityReservationError> for Error

source§

fn from(err: CreateCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCapacityReservationFleetError> for Error

source§

fn from(err: CreateCapacityReservationFleetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCarrierGatewayError> for Error

source§

fn from(err: CreateCarrierGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateClientVpnEndpointError> for Error

source§

fn from(err: CreateClientVpnEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateClientVpnRouteError> for Error

source§

fn from(err: CreateClientVpnRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCoipCidrError> for Error

source§

fn from(err: CreateCoipCidrError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCoipPoolError> for Error

source§

fn from(err: CreateCoipPoolError) -> Self

Converts to this type from the input type.
source§

impl From<CreateCustomerGatewayError> for Error

source§

fn from(err: CreateCustomerGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDefaultSubnetError> for Error

source§

fn from(err: CreateDefaultSubnetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDefaultVpcError> for Error

source§

fn from(err: CreateDefaultVpcError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDhcpOptionsError> for Error

source§

fn from(err: CreateDhcpOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateEgressOnlyInternetGatewayError> for Error

source§

fn from(err: CreateEgressOnlyInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFleetError> for Error

source§

fn from(err: CreateFleetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFlowLogsError> for Error

source§

fn from(err: CreateFlowLogsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateFpgaImageError> for Error

source§

fn from(err: CreateFpgaImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateImageError> for Error

source§

fn from(err: CreateImageError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceEventWindowError> for Error

source§

fn from(err: CreateInstanceEventWindowError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceExportTaskError> for Error

source§

fn from(err: CreateInstanceExportTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInternetGatewayError> for Error

source§

fn from(err: CreateInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIpamError> for Error

source§

fn from(err: CreateIpamError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIpamPoolError> for Error

source§

fn from(err: CreateIpamPoolError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIpamResourceDiscoveryError> for Error

source§

fn from(err: CreateIpamResourceDiscoveryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateIpamScopeError> for Error

source§

fn from(err: CreateIpamScopeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateKeyPairError> for Error

source§

fn from(err: CreateKeyPairError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLaunchTemplateError> for Error

source§

fn from(err: CreateLaunchTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLaunchTemplateVersionError> for Error

source§

fn from(err: CreateLaunchTemplateVersionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLocalGatewayRouteError> for Error

source§

fn from(err: CreateLocalGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLocalGatewayRouteTableError> for Error

source§

fn from(err: CreateLocalGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationError> for Error

source§

fn from( err: CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationError ) -> Self

Converts to this type from the input type.
source§

impl From<CreateLocalGatewayRouteTableVpcAssociationError> for Error

source§

fn from(err: CreateLocalGatewayRouteTableVpcAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateManagedPrefixListError> for Error

source§

fn from(err: CreateManagedPrefixListError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNatGatewayError> for Error

source§

fn from(err: CreateNatGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkAclEntryError> for Error

source§

fn from(err: CreateNetworkAclEntryError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkAclError> for Error

source§

fn from(err: CreateNetworkAclError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkInsightsAccessScopeError> for Error

source§

fn from(err: CreateNetworkInsightsAccessScopeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkInsightsPathError> for Error

source§

fn from(err: CreateNetworkInsightsPathError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkInterfaceError> for Error

source§

fn from(err: CreateNetworkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateNetworkInterfacePermissionError> for Error

source§

fn from(err: CreateNetworkInterfacePermissionError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePlacementGroupError> for Error

source§

fn from(err: CreatePlacementGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePublicIpv4PoolError> for Error

source§

fn from(err: CreatePublicIpv4PoolError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReplaceRootVolumeTaskError> for Error

source§

fn from(err: CreateReplaceRootVolumeTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CreateReservedInstancesListingError> for Error

source§

fn from(err: CreateReservedInstancesListingError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRestoreImageTaskError> for Error

source§

fn from(err: CreateRestoreImageTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRouteError> for Error

source§

fn from(err: CreateRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateRouteTableError> for Error

source§

fn from(err: CreateRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSecurityGroupError> for Error

source§

fn from(err: CreateSecurityGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSnapshotError> for Error

source§

fn from(err: CreateSnapshotError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSnapshotsError> for Error

source§

fn from(err: CreateSnapshotsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSpotDatafeedSubscriptionError> for Error

source§

fn from(err: CreateSpotDatafeedSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStoreImageTaskError> for Error

source§

fn from(err: CreateStoreImageTaskError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSubnetCidrReservationError> for Error

source§

fn from(err: CreateSubnetCidrReservationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateSubnetError> for Error

source§

fn from(err: CreateSubnetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTagsError> for Error

source§

fn from(err: CreateTagsError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrafficMirrorFilterError> for Error

source§

fn from(err: CreateTrafficMirrorFilterError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrafficMirrorFilterRuleError> for Error

source§

fn from(err: CreateTrafficMirrorFilterRuleError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrafficMirrorSessionError> for Error

source§

fn from(err: CreateTrafficMirrorSessionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTrafficMirrorTargetError> for Error

source§

fn from(err: CreateTrafficMirrorTargetError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayConnectError> for Error

source§

fn from(err: CreateTransitGatewayConnectError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayConnectPeerError> for Error

source§

fn from(err: CreateTransitGatewayConnectPeerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayError> for Error

source§

fn from(err: CreateTransitGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayMulticastDomainError> for Error

source§

fn from(err: CreateTransitGatewayMulticastDomainError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayPeeringAttachmentError> for Error

source§

fn from(err: CreateTransitGatewayPeeringAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayPolicyTableError> for Error

source§

fn from(err: CreateTransitGatewayPolicyTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayPrefixListReferenceError> for Error

source§

fn from(err: CreateTransitGatewayPrefixListReferenceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayRouteError> for Error

source§

fn from(err: CreateTransitGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayRouteTableAnnouncementError> for Error

source§

fn from(err: CreateTransitGatewayRouteTableAnnouncementError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayRouteTableError> for Error

source§

fn from(err: CreateTransitGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<CreateTransitGatewayVpcAttachmentError> for Error

source§

fn from(err: CreateTransitGatewayVpcAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVerifiedAccessEndpointError> for Error

source§

fn from(err: CreateVerifiedAccessEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVerifiedAccessGroupError> for Error

source§

fn from(err: CreateVerifiedAccessGroupError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVerifiedAccessInstanceError> for Error

source§

fn from(err: CreateVerifiedAccessInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVerifiedAccessTrustProviderError> for Error

source§

fn from(err: CreateVerifiedAccessTrustProviderError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVolumeError> for Error

source§

fn from(err: CreateVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcEndpointConnectionNotificationError> for Error

source§

fn from(err: CreateVpcEndpointConnectionNotificationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcEndpointError> for Error

source§

fn from(err: CreateVpcEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcEndpointServiceConfigurationError> for Error

source§

fn from(err: CreateVpcEndpointServiceConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcError> for Error

source§

fn from(err: CreateVpcError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpcPeeringConnectionError> for Error

source§

fn from(err: CreateVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpnConnectionError> for Error

source§

fn from(err: CreateVpnConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpnConnectionRouteError> for Error

source§

fn from(err: CreateVpnConnectionRouteError) -> Self

Converts to this type from the input type.
source§

impl From<CreateVpnGatewayError> for Error

source§

fn from(err: CreateVpnGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCarrierGatewayError> for Error

source§

fn from(err: DeleteCarrierGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteClientVpnEndpointError> for Error

source§

fn from(err: DeleteClientVpnEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteClientVpnRouteError> for Error

source§

fn from(err: DeleteClientVpnRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCoipCidrError> for Error

source§

fn from(err: DeleteCoipCidrError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCoipPoolError> for Error

source§

fn from(err: DeleteCoipPoolError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteCustomerGatewayError> for Error

source§

fn from(err: DeleteCustomerGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDhcpOptionsError> for Error

source§

fn from(err: DeleteDhcpOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteEgressOnlyInternetGatewayError> for Error

source§

fn from(err: DeleteEgressOnlyInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFleetsError> for Error

source§

fn from(err: DeleteFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFlowLogsError> for Error

source§

fn from(err: DeleteFlowLogsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteFpgaImageError> for Error

source§

fn from(err: DeleteFpgaImageError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInstanceEventWindowError> for Error

source§

fn from(err: DeleteInstanceEventWindowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInternetGatewayError> for Error

source§

fn from(err: DeleteInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIpamError> for Error

source§

fn from(err: DeleteIpamError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIpamPoolError> for Error

source§

fn from(err: DeleteIpamPoolError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIpamResourceDiscoveryError> for Error

source§

fn from(err: DeleteIpamResourceDiscoveryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteIpamScopeError> for Error

source§

fn from(err: DeleteIpamScopeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteKeyPairError> for Error

source§

fn from(err: DeleteKeyPairError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLaunchTemplateError> for Error

source§

fn from(err: DeleteLaunchTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLaunchTemplateVersionsError> for Error

source§

fn from(err: DeleteLaunchTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLocalGatewayRouteError> for Error

source§

fn from(err: DeleteLocalGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLocalGatewayRouteTableError> for Error

source§

fn from(err: DeleteLocalGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationError> for Error

source§

fn from( err: DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationError ) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLocalGatewayRouteTableVpcAssociationError> for Error

source§

fn from(err: DeleteLocalGatewayRouteTableVpcAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteManagedPrefixListError> for Error

source§

fn from(err: DeleteManagedPrefixListError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNatGatewayError> for Error

source§

fn from(err: DeleteNatGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkAclEntryError> for Error

source§

fn from(err: DeleteNetworkAclEntryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkAclError> for Error

source§

fn from(err: DeleteNetworkAclError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInsightsAccessScopeAnalysisError> for Error

source§

fn from(err: DeleteNetworkInsightsAccessScopeAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInsightsAccessScopeError> for Error

source§

fn from(err: DeleteNetworkInsightsAccessScopeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInsightsAnalysisError> for Error

source§

fn from(err: DeleteNetworkInsightsAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInsightsPathError> for Error

source§

fn from(err: DeleteNetworkInsightsPathError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInterfaceError> for Error

source§

fn from(err: DeleteNetworkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteNetworkInterfacePermissionError> for Error

source§

fn from(err: DeleteNetworkInterfacePermissionError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePlacementGroupError> for Error

source§

fn from(err: DeletePlacementGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePublicIpv4PoolError> for Error

source§

fn from(err: DeletePublicIpv4PoolError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteQueuedReservedInstancesError> for Error

source§

fn from(err: DeleteQueuedReservedInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteError> for Error

source§

fn from(err: DeleteRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteRouteTableError> for Error

source§

fn from(err: DeleteRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSecurityGroupError> for Error

source§

fn from(err: DeleteSecurityGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSnapshotError> for Error

source§

fn from(err: DeleteSnapshotError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSpotDatafeedSubscriptionError> for Error

source§

fn from(err: DeleteSpotDatafeedSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSubnetCidrReservationError> for Error

source§

fn from(err: DeleteSubnetCidrReservationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteSubnetError> for Error

source§

fn from(err: DeleteSubnetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTagsError> for Error

source§

fn from(err: DeleteTagsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrafficMirrorFilterError> for Error

source§

fn from(err: DeleteTrafficMirrorFilterError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrafficMirrorFilterRuleError> for Error

source§

fn from(err: DeleteTrafficMirrorFilterRuleError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrafficMirrorSessionError> for Error

source§

fn from(err: DeleteTrafficMirrorSessionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTrafficMirrorTargetError> for Error

source§

fn from(err: DeleteTrafficMirrorTargetError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayConnectError> for Error

source§

fn from(err: DeleteTransitGatewayConnectError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayConnectPeerError> for Error

source§

fn from(err: DeleteTransitGatewayConnectPeerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayError> for Error

source§

fn from(err: DeleteTransitGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayMulticastDomainError> for Error

source§

fn from(err: DeleteTransitGatewayMulticastDomainError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayPeeringAttachmentError> for Error

source§

fn from(err: DeleteTransitGatewayPeeringAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayPolicyTableError> for Error

source§

fn from(err: DeleteTransitGatewayPolicyTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayPrefixListReferenceError> for Error

source§

fn from(err: DeleteTransitGatewayPrefixListReferenceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayRouteError> for Error

source§

fn from(err: DeleteTransitGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayRouteTableAnnouncementError> for Error

source§

fn from(err: DeleteTransitGatewayRouteTableAnnouncementError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayRouteTableError> for Error

source§

fn from(err: DeleteTransitGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteTransitGatewayVpcAttachmentError> for Error

source§

fn from(err: DeleteTransitGatewayVpcAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVerifiedAccessEndpointError> for Error

source§

fn from(err: DeleteVerifiedAccessEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVerifiedAccessGroupError> for Error

source§

fn from(err: DeleteVerifiedAccessGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVerifiedAccessInstanceError> for Error

source§

fn from(err: DeleteVerifiedAccessInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVerifiedAccessTrustProviderError> for Error

source§

fn from(err: DeleteVerifiedAccessTrustProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVolumeError> for Error

source§

fn from(err: DeleteVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcEndpointConnectionNotificationsError> for Error

source§

fn from(err: DeleteVpcEndpointConnectionNotificationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcEndpointServiceConfigurationsError> for Error

source§

fn from(err: DeleteVpcEndpointServiceConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcEndpointsError> for Error

source§

fn from(err: DeleteVpcEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcError> for Error

source§

fn from(err: DeleteVpcError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpcPeeringConnectionError> for Error

source§

fn from(err: DeleteVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpnConnectionError> for Error

source§

fn from(err: DeleteVpnConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpnConnectionRouteError> for Error

source§

fn from(err: DeleteVpnConnectionRouteError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteVpnGatewayError> for Error

source§

fn from(err: DeleteVpnGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DeprovisionByoipCidrError> for Error

source§

fn from(err: DeprovisionByoipCidrError) -> Self

Converts to this type from the input type.
source§

impl From<DeprovisionIpamPoolCidrError> for Error

source§

fn from(err: DeprovisionIpamPoolCidrError) -> Self

Converts to this type from the input type.
source§

impl From<DeprovisionPublicIpv4PoolCidrError> for Error

source§

fn from(err: DeprovisionPublicIpv4PoolCidrError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterImageError> for Error

source§

fn from(err: DeregisterImageError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterInstanceEventNotificationAttributesError> for Error

source§

fn from(err: DeregisterInstanceEventNotificationAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterTransitGatewayMulticastGroupMembersError> for Error

source§

fn from(err: DeregisterTransitGatewayMulticastGroupMembersError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterTransitGatewayMulticastGroupSourcesError> for Error

source§

fn from(err: DeregisterTransitGatewayMulticastGroupSourcesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAccountAttributesError> for Error

source§

fn from(err: DescribeAccountAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAddressTransfersError> for Error

source§

fn from(err: DescribeAddressTransfersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAddressesAttributeError> for Error

source§

fn from(err: DescribeAddressesAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAddressesError> for Error

source§

fn from(err: DescribeAddressesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAggregateIdFormatError> for Error

source§

fn from(err: DescribeAggregateIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAvailabilityZonesError> for Error

source§

fn from(err: DescribeAvailabilityZonesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAwsNetworkPerformanceMetricSubscriptionsError> for Error

source§

fn from(err: DescribeAwsNetworkPerformanceMetricSubscriptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeBundleTasksError> for Error

source§

fn from(err: DescribeBundleTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeByoipCidrsError> for Error

source§

fn from(err: DescribeByoipCidrsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCapacityReservationFleetsError> for Error

source§

fn from(err: DescribeCapacityReservationFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCapacityReservationsError> for Error

source§

fn from(err: DescribeCapacityReservationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCarrierGatewaysError> for Error

source§

fn from(err: DescribeCarrierGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClassicLinkInstancesError> for Error

source§

fn from(err: DescribeClassicLinkInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClientVpnAuthorizationRulesError> for Error

source§

fn from(err: DescribeClientVpnAuthorizationRulesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClientVpnConnectionsError> for Error

source§

fn from(err: DescribeClientVpnConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClientVpnEndpointsError> for Error

source§

fn from(err: DescribeClientVpnEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClientVpnRoutesError> for Error

source§

fn from(err: DescribeClientVpnRoutesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeClientVpnTargetNetworksError> for Error

source§

fn from(err: DescribeClientVpnTargetNetworksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCoipPoolsError> for Error

source§

fn from(err: DescribeCoipPoolsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeConversionTasksError> for Error

source§

fn from(err: DescribeConversionTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCustomerGatewaysError> for Error

source§

fn from(err: DescribeCustomerGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDhcpOptionsError> for Error

source§

fn from(err: DescribeDhcpOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEgressOnlyInternetGatewaysError> for Error

source§

fn from(err: DescribeEgressOnlyInternetGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeElasticGpusError> for Error

source§

fn from(err: DescribeElasticGpusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExportImageTasksError> for Error

source§

fn from(err: DescribeExportImageTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeExportTasksError> for Error

source§

fn from(err: DescribeExportTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFastLaunchImagesError> for Error

source§

fn from(err: DescribeFastLaunchImagesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFastSnapshotRestoresError> for Error

source§

fn from(err: DescribeFastSnapshotRestoresError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetHistoryError> for Error

source§

fn from(err: DescribeFleetHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetInstancesError> for Error

source§

fn from(err: DescribeFleetInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFleetsError> for Error

source§

fn from(err: DescribeFleetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFlowLogsError> for Error

source§

fn from(err: DescribeFlowLogsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFpgaImageAttributeError> for Error

source§

fn from(err: DescribeFpgaImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeFpgaImagesError> for Error

source§

fn from(err: DescribeFpgaImagesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHostReservationOfferingsError> for Error

source§

fn from(err: DescribeHostReservationOfferingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHostReservationsError> for Error

source§

fn from(err: DescribeHostReservationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeHostsError> for Error

source§

fn from(err: DescribeHostsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIamInstanceProfileAssociationsError> for Error

source§

fn from(err: DescribeIamInstanceProfileAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIdFormatError> for Error

source§

fn from(err: DescribeIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIdentityIdFormatError> for Error

source§

fn from(err: DescribeIdentityIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImageAttributeError> for Error

source§

fn from(err: DescribeImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImagesError> for Error

source§

fn from(err: DescribeImagesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImportImageTasksError> for Error

source§

fn from(err: DescribeImportImageTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeImportSnapshotTasksError> for Error

source§

fn from(err: DescribeImportSnapshotTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceAttributeError> for Error

source§

fn from(err: DescribeInstanceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceCreditSpecificationsError> for Error

source§

fn from(err: DescribeInstanceCreditSpecificationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceEventNotificationAttributesError> for Error

source§

fn from(err: DescribeInstanceEventNotificationAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceEventWindowsError> for Error

source§

fn from(err: DescribeInstanceEventWindowsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceStatusError> for Error

source§

fn from(err: DescribeInstanceStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceTypeOfferingsError> for Error

source§

fn from(err: DescribeInstanceTypeOfferingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceTypesError> for Error

source§

fn from(err: DescribeInstanceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancesError> for Error

source§

fn from(err: DescribeInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInternetGatewaysError> for Error

source§

fn from(err: DescribeInternetGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpamPoolsError> for Error

source§

fn from(err: DescribeIpamPoolsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpamResourceDiscoveriesError> for Error

source§

fn from(err: DescribeIpamResourceDiscoveriesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpamResourceDiscoveryAssociationsError> for Error

source§

fn from(err: DescribeIpamResourceDiscoveryAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpamScopesError> for Error

source§

fn from(err: DescribeIpamScopesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpamsError> for Error

source§

fn from(err: DescribeIpamsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeIpv6PoolsError> for Error

source§

fn from(err: DescribeIpv6PoolsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeKeyPairsError> for Error

source§

fn from(err: DescribeKeyPairsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLaunchTemplateVersionsError> for Error

source§

fn from(err: DescribeLaunchTemplateVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLaunchTemplatesError> for Error

source§

fn from(err: DescribeLaunchTemplatesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsError> for Error

source§

fn from( err: DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsError ) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewayRouteTableVpcAssociationsError> for Error

source§

fn from(err: DescribeLocalGatewayRouteTableVpcAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewayRouteTablesError> for Error

source§

fn from(err: DescribeLocalGatewayRouteTablesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewayVirtualInterfaceGroupsError> for Error

source§

fn from(err: DescribeLocalGatewayVirtualInterfaceGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewayVirtualInterfacesError> for Error

source§

fn from(err: DescribeLocalGatewayVirtualInterfacesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLocalGatewaysError> for Error

source§

fn from(err: DescribeLocalGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeManagedPrefixListsError> for Error

source§

fn from(err: DescribeManagedPrefixListsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMovingAddressesError> for Error

source§

fn from(err: DescribeMovingAddressesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNatGatewaysError> for Error

source§

fn from(err: DescribeNatGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkAclsError> for Error

source§

fn from(err: DescribeNetworkAclsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInsightsAccessScopeAnalysesError> for Error

source§

fn from(err: DescribeNetworkInsightsAccessScopeAnalysesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInsightsAccessScopesError> for Error

source§

fn from(err: DescribeNetworkInsightsAccessScopesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInsightsAnalysesError> for Error

source§

fn from(err: DescribeNetworkInsightsAnalysesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInsightsPathsError> for Error

source§

fn from(err: DescribeNetworkInsightsPathsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInterfaceAttributeError> for Error

source§

fn from(err: DescribeNetworkInterfaceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInterfacePermissionsError> for Error

source§

fn from(err: DescribeNetworkInterfacePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeNetworkInterfacesError> for Error

source§

fn from(err: DescribeNetworkInterfacesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePlacementGroupsError> for Error

source§

fn from(err: DescribePlacementGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePrefixListsError> for Error

source§

fn from(err: DescribePrefixListsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePrincipalIdFormatError> for Error

source§

fn from(err: DescribePrincipalIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePublicIpv4PoolsError> for Error

source§

fn from(err: DescribePublicIpv4PoolsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRegionsError> for Error

source§

fn from(err: DescribeRegionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReplaceRootVolumeTasksError> for Error

source§

fn from(err: DescribeReplaceRootVolumeTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReservedInstancesError> for Error

source§

fn from(err: DescribeReservedInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReservedInstancesListingsError> for Error

source§

fn from(err: DescribeReservedInstancesListingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReservedInstancesModificationsError> for Error

source§

fn from(err: DescribeReservedInstancesModificationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeReservedInstancesOfferingsError> for Error

source§

fn from(err: DescribeReservedInstancesOfferingsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRouteTablesError> for Error

source§

fn from(err: DescribeRouteTablesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeScheduledInstanceAvailabilityError> for Error

source§

fn from(err: DescribeScheduledInstanceAvailabilityError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeScheduledInstancesError> for Error

source§

fn from(err: DescribeScheduledInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSecurityGroupReferencesError> for Error

source§

fn from(err: DescribeSecurityGroupReferencesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSecurityGroupRulesError> for Error

source§

fn from(err: DescribeSecurityGroupRulesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSecurityGroupsError> for Error

source§

fn from(err: DescribeSecurityGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSnapshotAttributeError> for Error

source§

fn from(err: DescribeSnapshotAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSnapshotTierStatusError> for Error

source§

fn from(err: DescribeSnapshotTierStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSnapshotsError> for Error

source§

fn from(err: DescribeSnapshotsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotDatafeedSubscriptionError> for Error

source§

fn from(err: DescribeSpotDatafeedSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotFleetInstancesError> for Error

source§

fn from(err: DescribeSpotFleetInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotFleetRequestHistoryError> for Error

source§

fn from(err: DescribeSpotFleetRequestHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotFleetRequestsError> for Error

source§

fn from(err: DescribeSpotFleetRequestsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotInstanceRequestsError> for Error

source§

fn from(err: DescribeSpotInstanceRequestsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSpotPriceHistoryError> for Error

source§

fn from(err: DescribeSpotPriceHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStaleSecurityGroupsError> for Error

source§

fn from(err: DescribeStaleSecurityGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStoreImageTasksError> for Error

source§

fn from(err: DescribeStoreImageTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSubnetsError> for Error

source§

fn from(err: DescribeSubnetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTagsError> for Error

source§

fn from(err: DescribeTagsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrafficMirrorFiltersError> for Error

source§

fn from(err: DescribeTrafficMirrorFiltersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrafficMirrorSessionsError> for Error

source§

fn from(err: DescribeTrafficMirrorSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrafficMirrorTargetsError> for Error

source§

fn from(err: DescribeTrafficMirrorTargetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayAttachmentsError> for Error

source§

fn from(err: DescribeTransitGatewayAttachmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayConnectPeersError> for Error

source§

fn from(err: DescribeTransitGatewayConnectPeersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayConnectsError> for Error

source§

fn from(err: DescribeTransitGatewayConnectsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayMulticastDomainsError> for Error

source§

fn from(err: DescribeTransitGatewayMulticastDomainsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayPeeringAttachmentsError> for Error

source§

fn from(err: DescribeTransitGatewayPeeringAttachmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayPolicyTablesError> for Error

source§

fn from(err: DescribeTransitGatewayPolicyTablesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayRouteTableAnnouncementsError> for Error

source§

fn from(err: DescribeTransitGatewayRouteTableAnnouncementsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayRouteTablesError> for Error

source§

fn from(err: DescribeTransitGatewayRouteTablesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewayVpcAttachmentsError> for Error

source§

fn from(err: DescribeTransitGatewayVpcAttachmentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTransitGatewaysError> for Error

source§

fn from(err: DescribeTransitGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTrunkInterfaceAssociationsError> for Error

source§

fn from(err: DescribeTrunkInterfaceAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVerifiedAccessEndpointsError> for Error

source§

fn from(err: DescribeVerifiedAccessEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVerifiedAccessGroupsError> for Error

source§

fn from(err: DescribeVerifiedAccessGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVerifiedAccessInstanceLoggingConfigurationsError> for Error

source§

fn from(err: DescribeVerifiedAccessInstanceLoggingConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVerifiedAccessInstancesError> for Error

source§

fn from(err: DescribeVerifiedAccessInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVerifiedAccessTrustProvidersError> for Error

source§

fn from(err: DescribeVerifiedAccessTrustProvidersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVolumeAttributeError> for Error

source§

fn from(err: DescribeVolumeAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVolumeStatusError> for Error

source§

fn from(err: DescribeVolumeStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVolumesError> for Error

source§

fn from(err: DescribeVolumesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVolumesModificationsError> for Error

source§

fn from(err: DescribeVolumesModificationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcAttributeError> for Error

source§

fn from(err: DescribeVpcAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcClassicLinkDnsSupportError> for Error

source§

fn from(err: DescribeVpcClassicLinkDnsSupportError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcClassicLinkError> for Error

source§

fn from(err: DescribeVpcClassicLinkError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointConnectionNotificationsError> for Error

source§

fn from(err: DescribeVpcEndpointConnectionNotificationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointConnectionsError> for Error

source§

fn from(err: DescribeVpcEndpointConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointServiceConfigurationsError> for Error

source§

fn from(err: DescribeVpcEndpointServiceConfigurationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointServicePermissionsError> for Error

source§

fn from(err: DescribeVpcEndpointServicePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointServicesError> for Error

source§

fn from(err: DescribeVpcEndpointServicesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcEndpointsError> for Error

source§

fn from(err: DescribeVpcEndpointsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcPeeringConnectionsError> for Error

source§

fn from(err: DescribeVpcPeeringConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpcsError> for Error

source§

fn from(err: DescribeVpcsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpnConnectionsError> for Error

source§

fn from(err: DescribeVpnConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeVpnGatewaysError> for Error

source§

fn from(err: DescribeVpnGatewaysError) -> Self

Converts to this type from the input type.
source§

impl From<DetachClassicLinkVpcError> for Error

source§

fn from(err: DetachClassicLinkVpcError) -> Self

Converts to this type from the input type.
source§

impl From<DetachInternetGatewayError> for Error

source§

fn from(err: DetachInternetGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DetachNetworkInterfaceError> for Error

source§

fn from(err: DetachNetworkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<DetachVerifiedAccessTrustProviderError> for Error

source§

fn from(err: DetachVerifiedAccessTrustProviderError) -> Self

Converts to this type from the input type.
source§

impl From<DetachVolumeError> for Error

source§

fn from(err: DetachVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<DetachVpnGatewayError> for Error

source§

fn from(err: DetachVpnGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<DisableAddressTransferError> for Error

source§

fn from(err: DisableAddressTransferError) -> Self

Converts to this type from the input type.
source§

impl From<DisableAwsNetworkPerformanceMetricSubscriptionError> for Error

source§

fn from(err: DisableAwsNetworkPerformanceMetricSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<DisableEbsEncryptionByDefaultError> for Error

source§

fn from(err: DisableEbsEncryptionByDefaultError) -> Self

Converts to this type from the input type.
source§

impl From<DisableFastLaunchError> for Error

source§

fn from(err: DisableFastLaunchError) -> Self

Converts to this type from the input type.
source§

impl From<DisableFastSnapshotRestoresError> for Error

source§

fn from(err: DisableFastSnapshotRestoresError) -> Self

Converts to this type from the input type.
source§

impl From<DisableImageDeprecationError> for Error

source§

fn from(err: DisableImageDeprecationError) -> Self

Converts to this type from the input type.
source§

impl From<DisableIpamOrganizationAdminAccountError> for Error

source§

fn from(err: DisableIpamOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<DisableSerialConsoleAccessError> for Error

source§

fn from(err: DisableSerialConsoleAccessError) -> Self

Converts to this type from the input type.
source§

impl From<DisableTransitGatewayRouteTablePropagationError> for Error

source§

fn from(err: DisableTransitGatewayRouteTablePropagationError) -> Self

Converts to this type from the input type.
source§

impl From<DisableVgwRoutePropagationError> for Error

source§

fn from(err: DisableVgwRoutePropagationError) -> Self

Converts to this type from the input type.
source§

impl From<DisableVpcClassicLinkDnsSupportError> for Error

source§

fn from(err: DisableVpcClassicLinkDnsSupportError) -> Self

Converts to this type from the input type.
source§

impl From<DisableVpcClassicLinkError> for Error

source§

fn from(err: DisableVpcClassicLinkError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateAddressError> for Error

source§

fn from(err: DisassociateAddressError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateClientVpnTargetNetworkError> for Error

source§

fn from(err: DisassociateClientVpnTargetNetworkError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateEnclaveCertificateIamRoleError> for Error

source§

fn from(err: DisassociateEnclaveCertificateIamRoleError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateIamInstanceProfileError> for Error

source§

fn from(err: DisassociateIamInstanceProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateInstanceEventWindowError> for Error

source§

fn from(err: DisassociateInstanceEventWindowError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateIpamResourceDiscoveryError> for Error

source§

fn from(err: DisassociateIpamResourceDiscoveryError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateNatGatewayAddressError> for Error

source§

fn from(err: DisassociateNatGatewayAddressError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateRouteTableError> for Error

source§

fn from(err: DisassociateRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateSubnetCidrBlockError> for Error

source§

fn from(err: DisassociateSubnetCidrBlockError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTransitGatewayMulticastDomainError> for Error

source§

fn from(err: DisassociateTransitGatewayMulticastDomainError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTransitGatewayPolicyTableError> for Error

source§

fn from(err: DisassociateTransitGatewayPolicyTableError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTransitGatewayRouteTableError> for Error

source§

fn from(err: DisassociateTransitGatewayRouteTableError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateTrunkInterfaceError> for Error

source§

fn from(err: DisassociateTrunkInterfaceError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateVpcCidrBlockError> for Error

source§

fn from(err: DisassociateVpcCidrBlockError) -> Self

Converts to this type from the input type.
source§

impl From<EnableAddressTransferError> for Error

source§

fn from(err: EnableAddressTransferError) -> Self

Converts to this type from the input type.
source§

impl From<EnableAwsNetworkPerformanceMetricSubscriptionError> for Error

source§

fn from(err: EnableAwsNetworkPerformanceMetricSubscriptionError) -> Self

Converts to this type from the input type.
source§

impl From<EnableEbsEncryptionByDefaultError> for Error

source§

fn from(err: EnableEbsEncryptionByDefaultError) -> Self

Converts to this type from the input type.
source§

impl From<EnableFastLaunchError> for Error

source§

fn from(err: EnableFastLaunchError) -> Self

Converts to this type from the input type.
source§

impl From<EnableFastSnapshotRestoresError> for Error

source§

fn from(err: EnableFastSnapshotRestoresError) -> Self

Converts to this type from the input type.
source§

impl From<EnableImageDeprecationError> for Error

source§

fn from(err: EnableImageDeprecationError) -> Self

Converts to this type from the input type.
source§

impl From<EnableIpamOrganizationAdminAccountError> for Error

source§

fn from(err: EnableIpamOrganizationAdminAccountError) -> Self

Converts to this type from the input type.
source§

impl From<EnableReachabilityAnalyzerOrganizationSharingError> for Error

source§

fn from(err: EnableReachabilityAnalyzerOrganizationSharingError) -> Self

Converts to this type from the input type.
source§

impl From<EnableSerialConsoleAccessError> for Error

source§

fn from(err: EnableSerialConsoleAccessError) -> Self

Converts to this type from the input type.
source§

impl From<EnableTransitGatewayRouteTablePropagationError> for Error

source§

fn from(err: EnableTransitGatewayRouteTablePropagationError) -> Self

Converts to this type from the input type.
source§

impl From<EnableVgwRoutePropagationError> for Error

source§

fn from(err: EnableVgwRoutePropagationError) -> Self

Converts to this type from the input type.
source§

impl From<EnableVolumeIOError> for Error

source§

fn from(err: EnableVolumeIOError) -> Self

Converts to this type from the input type.
source§

impl From<EnableVpcClassicLinkDnsSupportError> for Error

source§

fn from(err: EnableVpcClassicLinkDnsSupportError) -> Self

Converts to this type from the input type.
source§

impl From<EnableVpcClassicLinkError> for Error

source§

fn from(err: EnableVpcClassicLinkError) -> Self

Converts to this type from the input type.
source§

impl From<ExportClientVpnClientCertificateRevocationListError> for Error

source§

fn from(err: ExportClientVpnClientCertificateRevocationListError) -> Self

Converts to this type from the input type.
source§

impl From<ExportClientVpnClientConfigurationError> for Error

source§

fn from(err: ExportClientVpnClientConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<ExportImageError> for Error

source§

fn from(err: ExportImageError) -> Self

Converts to this type from the input type.
source§

impl From<ExportTransitGatewayRoutesError> for Error

source§

fn from(err: ExportTransitGatewayRoutesError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssociatedEnclaveCertificateIamRolesError> for Error

source§

fn from(err: GetAssociatedEnclaveCertificateIamRolesError) -> Self

Converts to this type from the input type.
source§

impl From<GetAssociatedIpv6PoolCidrsError> for Error

source§

fn from(err: GetAssociatedIpv6PoolCidrsError) -> Self

Converts to this type from the input type.
source§

impl From<GetAwsNetworkPerformanceDataError> for Error

source§

fn from(err: GetAwsNetworkPerformanceDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetCapacityReservationUsageError> for Error

source§

fn from(err: GetCapacityReservationUsageError) -> Self

Converts to this type from the input type.
source§

impl From<GetCoipPoolUsageError> for Error

source§

fn from(err: GetCoipPoolUsageError) -> Self

Converts to this type from the input type.
source§

impl From<GetConsoleOutputError> for Error

source§

fn from(err: GetConsoleOutputError) -> Self

Converts to this type from the input type.
source§

impl From<GetConsoleScreenshotError> for Error

source§

fn from(err: GetConsoleScreenshotError) -> Self

Converts to this type from the input type.
source§

impl From<GetDefaultCreditSpecificationError> for Error

source§

fn from(err: GetDefaultCreditSpecificationError) -> Self

Converts to this type from the input type.
source§

impl From<GetEbsDefaultKmsKeyIdError> for Error

source§

fn from(err: GetEbsDefaultKmsKeyIdError) -> Self

Converts to this type from the input type.
source§

impl From<GetEbsEncryptionByDefaultError> for Error

source§

fn from(err: GetEbsEncryptionByDefaultError) -> Self

Converts to this type from the input type.
source§

impl From<GetFlowLogsIntegrationTemplateError> for Error

source§

fn from(err: GetFlowLogsIntegrationTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<GetGroupsForCapacityReservationError> for Error

source§

fn from(err: GetGroupsForCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<GetHostReservationPurchasePreviewError> for Error

source§

fn from(err: GetHostReservationPurchasePreviewError) -> Self

Converts to this type from the input type.
source§

impl From<GetInstanceTypesFromInstanceRequirementsError> for Error

source§

fn from(err: GetInstanceTypesFromInstanceRequirementsError) -> Self

Converts to this type from the input type.
source§

impl From<GetInstanceUefiDataError> for Error

source§

fn from(err: GetInstanceUefiDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamAddressHistoryError> for Error

source§

fn from(err: GetIpamAddressHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamDiscoveredAccountsError> for Error

source§

fn from(err: GetIpamDiscoveredAccountsError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamDiscoveredResourceCidrsError> for Error

source§

fn from(err: GetIpamDiscoveredResourceCidrsError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamPoolAllocationsError> for Error

source§

fn from(err: GetIpamPoolAllocationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamPoolCidrsError> for Error

source§

fn from(err: GetIpamPoolCidrsError) -> Self

Converts to this type from the input type.
source§

impl From<GetIpamResourceCidrsError> for Error

source§

fn from(err: GetIpamResourceCidrsError) -> Self

Converts to this type from the input type.
source§

impl From<GetLaunchTemplateDataError> for Error

source§

fn from(err: GetLaunchTemplateDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetManagedPrefixListAssociationsError> for Error

source§

fn from(err: GetManagedPrefixListAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetManagedPrefixListEntriesError> for Error

source§

fn from(err: GetManagedPrefixListEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<GetNetworkInsightsAccessScopeAnalysisFindingsError> for Error

source§

fn from(err: GetNetworkInsightsAccessScopeAnalysisFindingsError) -> Self

Converts to this type from the input type.
source§

impl From<GetNetworkInsightsAccessScopeContentError> for Error

source§

fn from(err: GetNetworkInsightsAccessScopeContentError) -> Self

Converts to this type from the input type.
source§

impl From<GetPasswordDataError> for Error

source§

fn from(err: GetPasswordDataError) -> Self

Converts to this type from the input type.
source§

impl From<GetReservedInstancesExchangeQuoteError> for Error

source§

fn from(err: GetReservedInstancesExchangeQuoteError) -> Self

Converts to this type from the input type.
source§

impl From<GetSerialConsoleAccessStatusError> for Error

source§

fn from(err: GetSerialConsoleAccessStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetSpotPlacementScoresError> for Error

source§

fn from(err: GetSpotPlacementScoresError) -> Self

Converts to this type from the input type.
source§

impl From<GetSubnetCidrReservationsError> for Error

source§

fn from(err: GetSubnetCidrReservationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayAttachmentPropagationsError> for Error

source§

fn from(err: GetTransitGatewayAttachmentPropagationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayMulticastDomainAssociationsError> for Error

source§

fn from(err: GetTransitGatewayMulticastDomainAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayPolicyTableAssociationsError> for Error

source§

fn from(err: GetTransitGatewayPolicyTableAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayPolicyTableEntriesError> for Error

source§

fn from(err: GetTransitGatewayPolicyTableEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayPrefixListReferencesError> for Error

source§

fn from(err: GetTransitGatewayPrefixListReferencesError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayRouteTableAssociationsError> for Error

source§

fn from(err: GetTransitGatewayRouteTableAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetTransitGatewayRouteTablePropagationsError> for Error

source§

fn from(err: GetTransitGatewayRouteTablePropagationsError) -> Self

Converts to this type from the input type.
source§

impl From<GetVerifiedAccessEndpointPolicyError> for Error

source§

fn from(err: GetVerifiedAccessEndpointPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetVerifiedAccessGroupPolicyError> for Error

source§

fn from(err: GetVerifiedAccessGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<GetVpnConnectionDeviceSampleConfigurationError> for Error

source§

fn from(err: GetVpnConnectionDeviceSampleConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<GetVpnConnectionDeviceTypesError> for Error

source§

fn from(err: GetVpnConnectionDeviceTypesError) -> Self

Converts to this type from the input type.
source§

impl From<GetVpnTunnelReplacementStatusError> for Error

source§

fn from(err: GetVpnTunnelReplacementStatusError) -> Self

Converts to this type from the input type.
source§

impl From<ImportClientVpnClientCertificateRevocationListError> for Error

source§

fn from(err: ImportClientVpnClientCertificateRevocationListError) -> Self

Converts to this type from the input type.
source§

impl From<ImportImageError> for Error

source§

fn from(err: ImportImageError) -> Self

Converts to this type from the input type.
source§

impl From<ImportInstanceError> for Error

source§

fn from(err: ImportInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<ImportKeyPairError> for Error

source§

fn from(err: ImportKeyPairError) -> Self

Converts to this type from the input type.
source§

impl From<ImportSnapshotError> for Error

source§

fn from(err: ImportSnapshotError) -> Self

Converts to this type from the input type.
source§

impl From<ImportVolumeError> for Error

source§

fn from(err: ImportVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<ListImagesInRecycleBinError> for Error

source§

fn from(err: ListImagesInRecycleBinError) -> Self

Converts to this type from the input type.
source§

impl From<ListSnapshotsInRecycleBinError> for Error

source§

fn from(err: ListSnapshotsInRecycleBinError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyAddressAttributeError> for Error

source§

fn from(err: ModifyAddressAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyAvailabilityZoneGroupError> for Error

source§

fn from(err: ModifyAvailabilityZoneGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyCapacityReservationError> for Error

source§

fn from(err: ModifyCapacityReservationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyCapacityReservationFleetError> for Error

source§

fn from(err: ModifyCapacityReservationFleetError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyClientVpnEndpointError> for Error

source§

fn from(err: ModifyClientVpnEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyDefaultCreditSpecificationError> for Error

source§

fn from(err: ModifyDefaultCreditSpecificationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyEbsDefaultKmsKeyIdError> for Error

source§

fn from(err: ModifyEbsDefaultKmsKeyIdError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyFleetError> for Error

source§

fn from(err: ModifyFleetError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyFpgaImageAttributeError> for Error

source§

fn from(err: ModifyFpgaImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyHostsError> for Error

source§

fn from(err: ModifyHostsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIdFormatError> for Error

source§

fn from(err: ModifyIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIdentityIdFormatError> for Error

source§

fn from(err: ModifyIdentityIdFormatError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyImageAttributeError> for Error

source§

fn from(err: ModifyImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceAttributeError> for Error

source§

fn from(err: ModifyInstanceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceCapacityReservationAttributesError> for Error

source§

fn from(err: ModifyInstanceCapacityReservationAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceCreditSpecificationError> for Error

source§

fn from(err: ModifyInstanceCreditSpecificationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceEventStartTimeError> for Error

source§

fn from(err: ModifyInstanceEventStartTimeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceEventWindowError> for Error

source§

fn from(err: ModifyInstanceEventWindowError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceMaintenanceOptionsError> for Error

source§

fn from(err: ModifyInstanceMaintenanceOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstanceMetadataOptionsError> for Error

source§

fn from(err: ModifyInstanceMetadataOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyInstancePlacementError> for Error

source§

fn from(err: ModifyInstancePlacementError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIpamError> for Error

source§

fn from(err: ModifyIpamError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIpamPoolError> for Error

source§

fn from(err: ModifyIpamPoolError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIpamResourceCidrError> for Error

source§

fn from(err: ModifyIpamResourceCidrError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIpamResourceDiscoveryError> for Error

source§

fn from(err: ModifyIpamResourceDiscoveryError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyIpamScopeError> for Error

source§

fn from(err: ModifyIpamScopeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyLaunchTemplateError> for Error

source§

fn from(err: ModifyLaunchTemplateError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyLocalGatewayRouteError> for Error

source§

fn from(err: ModifyLocalGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyManagedPrefixListError> for Error

source§

fn from(err: ModifyManagedPrefixListError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyNetworkInterfaceAttributeError> for Error

source§

fn from(err: ModifyNetworkInterfaceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyPrivateDnsNameOptionsError> for Error

source§

fn from(err: ModifyPrivateDnsNameOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyReservedInstancesError> for Error

source§

fn from(err: ModifyReservedInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ModifySecurityGroupRulesError> for Error

source§

fn from(err: ModifySecurityGroupRulesError) -> Self

Converts to this type from the input type.
source§

impl From<ModifySnapshotAttributeError> for Error

source§

fn from(err: ModifySnapshotAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifySnapshotTierError> for Error

source§

fn from(err: ModifySnapshotTierError) -> Self

Converts to this type from the input type.
source§

impl From<ModifySpotFleetRequestError> for Error

source§

fn from(err: ModifySpotFleetRequestError) -> Self

Converts to this type from the input type.
source§

impl From<ModifySubnetAttributeError> for Error

source§

fn from(err: ModifySubnetAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTrafficMirrorFilterNetworkServicesError> for Error

source§

fn from(err: ModifyTrafficMirrorFilterNetworkServicesError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTrafficMirrorFilterRuleError> for Error

source§

fn from(err: ModifyTrafficMirrorFilterRuleError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTrafficMirrorSessionError> for Error

source§

fn from(err: ModifyTrafficMirrorSessionError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTransitGatewayError> for Error

source§

fn from(err: ModifyTransitGatewayError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTransitGatewayPrefixListReferenceError> for Error

source§

fn from(err: ModifyTransitGatewayPrefixListReferenceError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyTransitGatewayVpcAttachmentError> for Error

source§

fn from(err: ModifyTransitGatewayVpcAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessEndpointError> for Error

source§

fn from(err: ModifyVerifiedAccessEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessEndpointPolicyError> for Error

source§

fn from(err: ModifyVerifiedAccessEndpointPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessGroupError> for Error

source§

fn from(err: ModifyVerifiedAccessGroupError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessGroupPolicyError> for Error

source§

fn from(err: ModifyVerifiedAccessGroupPolicyError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessInstanceError> for Error

source§

fn from(err: ModifyVerifiedAccessInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessInstanceLoggingConfigurationError> for Error

source§

fn from(err: ModifyVerifiedAccessInstanceLoggingConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVerifiedAccessTrustProviderError> for Error

source§

fn from(err: ModifyVerifiedAccessTrustProviderError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVolumeAttributeError> for Error

source§

fn from(err: ModifyVolumeAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVolumeError> for Error

source§

fn from(err: ModifyVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcAttributeError> for Error

source§

fn from(err: ModifyVpcAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcEndpointConnectionNotificationError> for Error

source§

fn from(err: ModifyVpcEndpointConnectionNotificationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcEndpointError> for Error

source§

fn from(err: ModifyVpcEndpointError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcEndpointServiceConfigurationError> for Error

source§

fn from(err: ModifyVpcEndpointServiceConfigurationError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcEndpointServicePayerResponsibilityError> for Error

source§

fn from(err: ModifyVpcEndpointServicePayerResponsibilityError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcEndpointServicePermissionsError> for Error

source§

fn from(err: ModifyVpcEndpointServicePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcPeeringConnectionOptionsError> for Error

source§

fn from(err: ModifyVpcPeeringConnectionOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpcTenancyError> for Error

source§

fn from(err: ModifyVpcTenancyError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpnConnectionError> for Error

source§

fn from(err: ModifyVpnConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpnConnectionOptionsError> for Error

source§

fn from(err: ModifyVpnConnectionOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpnTunnelCertificateError> for Error

source§

fn from(err: ModifyVpnTunnelCertificateError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyVpnTunnelOptionsError> for Error

source§

fn from(err: ModifyVpnTunnelOptionsError) -> Self

Converts to this type from the input type.
source§

impl From<MonitorInstancesError> for Error

source§

fn from(err: MonitorInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<MoveAddressToVpcError> for Error

source§

fn from(err: MoveAddressToVpcError) -> Self

Converts to this type from the input type.
source§

impl From<MoveByoipCidrToIpamError> for Error

source§

fn from(err: MoveByoipCidrToIpamError) -> Self

Converts to this type from the input type.
source§

impl From<ProvisionByoipCidrError> for Error

source§

fn from(err: ProvisionByoipCidrError) -> Self

Converts to this type from the input type.
source§

impl From<ProvisionIpamPoolCidrError> for Error

source§

fn from(err: ProvisionIpamPoolCidrError) -> Self

Converts to this type from the input type.
source§

impl From<ProvisionPublicIpv4PoolCidrError> for Error

source§

fn from(err: ProvisionPublicIpv4PoolCidrError) -> Self

Converts to this type from the input type.
source§

impl From<PurchaseHostReservationError> for Error

source§

fn from(err: PurchaseHostReservationError) -> Self

Converts to this type from the input type.
source§

impl From<PurchaseReservedInstancesOfferingError> for Error

source§

fn from(err: PurchaseReservedInstancesOfferingError) -> Self

Converts to this type from the input type.
source§

impl From<PurchaseScheduledInstancesError> for Error

source§

fn from(err: PurchaseScheduledInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<RebootInstancesError> for Error

source§

fn from(err: RebootInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterImageError> for Error

source§

fn from(err: RegisterImageError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterInstanceEventNotificationAttributesError> for Error

source§

fn from(err: RegisterInstanceEventNotificationAttributesError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterTransitGatewayMulticastGroupMembersError> for Error

source§

fn from(err: RegisterTransitGatewayMulticastGroupMembersError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterTransitGatewayMulticastGroupSourcesError> for Error

source§

fn from(err: RegisterTransitGatewayMulticastGroupSourcesError) -> Self

Converts to this type from the input type.
source§

impl From<RejectTransitGatewayMulticastDomainAssociationsError> for Error

source§

fn from(err: RejectTransitGatewayMulticastDomainAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<RejectTransitGatewayPeeringAttachmentError> for Error

source§

fn from(err: RejectTransitGatewayPeeringAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<RejectTransitGatewayVpcAttachmentError> for Error

source§

fn from(err: RejectTransitGatewayVpcAttachmentError) -> Self

Converts to this type from the input type.
source§

impl From<RejectVpcEndpointConnectionsError> for Error

source§

fn from(err: RejectVpcEndpointConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<RejectVpcPeeringConnectionError> for Error

source§

fn from(err: RejectVpcPeeringConnectionError) -> Self

Converts to this type from the input type.
source§

impl From<ReleaseAddressError> for Error

source§

fn from(err: ReleaseAddressError) -> Self

Converts to this type from the input type.
source§

impl From<ReleaseHostsError> for Error

source§

fn from(err: ReleaseHostsError) -> Self

Converts to this type from the input type.
source§

impl From<ReleaseIpamPoolAllocationError> for Error

source§

fn from(err: ReleaseIpamPoolAllocationError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceIamInstanceProfileAssociationError> for Error

source§

fn from(err: ReplaceIamInstanceProfileAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceNetworkAclAssociationError> for Error

source§

fn from(err: ReplaceNetworkAclAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceNetworkAclEntryError> for Error

source§

fn from(err: ReplaceNetworkAclEntryError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceRouteError> for Error

source§

fn from(err: ReplaceRouteError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceRouteTableAssociationError> for Error

source§

fn from(err: ReplaceRouteTableAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceTransitGatewayRouteError> for Error

source§

fn from(err: ReplaceTransitGatewayRouteError) -> Self

Converts to this type from the input type.
source§

impl From<ReplaceVpnTunnelError> for Error

source§

fn from(err: ReplaceVpnTunnelError) -> Self

Converts to this type from the input type.
source§

impl From<ReportInstanceStatusError> for Error

source§

fn from(err: ReportInstanceStatusError) -> Self

Converts to this type from the input type.
source§

impl From<RequestSpotFleetError> for Error

source§

fn from(err: RequestSpotFleetError) -> Self

Converts to this type from the input type.
source§

impl From<RequestSpotInstancesError> for Error

source§

fn from(err: RequestSpotInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<ResetAddressAttributeError> for Error

source§

fn from(err: ResetAddressAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ResetEbsDefaultKmsKeyIdError> for Error

source§

fn from(err: ResetEbsDefaultKmsKeyIdError) -> Self

Converts to this type from the input type.
source§

impl From<ResetFpgaImageAttributeError> for Error

source§

fn from(err: ResetFpgaImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ResetImageAttributeError> for Error

source§

fn from(err: ResetImageAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ResetInstanceAttributeError> for Error

source§

fn from(err: ResetInstanceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ResetNetworkInterfaceAttributeError> for Error

source§

fn from(err: ResetNetworkInterfaceAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<ResetSnapshotAttributeError> for Error

source§

fn from(err: ResetSnapshotAttributeError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreAddressToClassicError> for Error

source§

fn from(err: RestoreAddressToClassicError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreImageFromRecycleBinError> for Error

source§

fn from(err: RestoreImageFromRecycleBinError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreManagedPrefixListVersionError> for Error

source§

fn from(err: RestoreManagedPrefixListVersionError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreSnapshotFromRecycleBinError> for Error

source§

fn from(err: RestoreSnapshotFromRecycleBinError) -> Self

Converts to this type from the input type.
source§

impl From<RestoreSnapshotTierError> for Error

source§

fn from(err: RestoreSnapshotTierError) -> Self

Converts to this type from the input type.
source§

impl From<RevokeClientVpnIngressError> for Error

source§

fn from(err: RevokeClientVpnIngressError) -> Self

Converts to this type from the input type.
source§

impl From<RevokeSecurityGroupEgressError> for Error

source§

fn from(err: RevokeSecurityGroupEgressError) -> Self

Converts to this type from the input type.
source§

impl From<RevokeSecurityGroupIngressError> for Error

source§

fn from(err: RevokeSecurityGroupIngressError) -> Self

Converts to this type from the input type.
source§

impl From<RunInstancesError> for Error

source§

fn from(err: RunInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<RunScheduledInstancesError> for Error

source§

fn from(err: RunScheduledInstancesError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptAddressTransferError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptReservedInstancesExchangeQuoteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptTransitGatewayMulticastDomainAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptTransitGatewayPeeringAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptTransitGatewayVpcAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptVpcEndpointConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AcceptVpcPeeringConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AdvertiseByoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AllocateAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AllocateHostsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AllocateIpamPoolCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ApplySecurityGroupsToClientVpnTargetNetworkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssignIpv6AddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssignPrivateIpAddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssignPrivateNatGatewayAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateClientVpnTargetNetworkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateDhcpOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateEnclaveCertificateIamRoleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateIamInstanceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateInstanceEventWindowError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateIpamResourceDiscoveryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateNatGatewayAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateSubnetCidrBlockError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTransitGatewayMulticastDomainError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTransitGatewayPolicyTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTransitGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateTrunkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateVpcCidrBlockError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachClassicLinkVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachNetworkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachVerifiedAccessTrustProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AttachVpnGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AuthorizeClientVpnIngressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AuthorizeSecurityGroupEgressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AuthorizeSecurityGroupIngressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<BundleInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelBundleTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelCapacityReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelCapacityReservationFleetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelConversionTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelExportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelImageLaunchPermissionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelImportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelReservedInstancesListingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelSpotFleetRequestsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelSpotInstanceRequestsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ConfirmProductInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CopyFpgaImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CopyImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CopySnapshotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCapacityReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCapacityReservationFleetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCarrierGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateClientVpnEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateClientVpnRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCoipPoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateCustomerGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDefaultSubnetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDefaultVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDhcpOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateEgressOnlyInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFleetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFlowLogsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateFpgaImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateInstanceEventWindowError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateInstanceExportTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateIpamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateIpamPoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateIpamResourceDiscoveryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateIpamScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateKeyPairError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLaunchTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLaunchTemplateVersionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLocalGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLocalGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLocalGatewayRouteTableVirtualInterfaceGroupAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateLocalGatewayRouteTableVpcAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateManagedPrefixListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNatGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkAclEntryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkAclError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkInsightsAccessScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkInsightsPathError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateNetworkInterfacePermissionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePlacementGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePublicIpv4PoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReplaceRootVolumeTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateReservedInstancesListingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRestoreImageTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSecurityGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSnapshotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSnapshotsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSpotDatafeedSubscriptionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateStoreImageTaskError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSubnetCidrReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateSubnetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTagsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTrafficMirrorFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTrafficMirrorFilterRuleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTrafficMirrorSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTrafficMirrorTargetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayConnectError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayConnectPeerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayMulticastDomainError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayPeeringAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayPolicyTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayPrefixListReferenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayRouteTableAnnouncementError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateTransitGatewayVpcAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVerifiedAccessEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVerifiedAccessGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVerifiedAccessInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVerifiedAccessTrustProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcEndpointConnectionNotificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcEndpointServiceConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpcPeeringConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpnConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpnConnectionRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateVpnGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCarrierGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteClientVpnEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteClientVpnRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCoipPoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteCustomerGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDhcpOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteEgressOnlyInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFleetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFlowLogsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteFpgaImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteInstanceEventWindowError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteIpamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteIpamPoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteIpamResourceDiscoveryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteIpamScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteKeyPairError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLaunchTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLaunchTemplateVersionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLocalGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLocalGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLocalGatewayRouteTableVirtualInterfaceGroupAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteLocalGatewayRouteTableVpcAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteManagedPrefixListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNatGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkAclEntryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkAclError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInsightsAccessScopeAnalysisError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInsightsAccessScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInsightsAnalysisError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInsightsPathError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteNetworkInterfacePermissionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeletePlacementGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeletePublicIpv4PoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteQueuedReservedInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSecurityGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSnapshotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSpotDatafeedSubscriptionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSubnetCidrReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteSubnetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTagsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTrafficMirrorFilterError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTrafficMirrorFilterRuleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTrafficMirrorSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTrafficMirrorTargetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayConnectError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayConnectPeerError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayMulticastDomainError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayPeeringAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayPolicyTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayPrefixListReferenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayRouteTableAnnouncementError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteTransitGatewayVpcAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVerifiedAccessEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVerifiedAccessGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVerifiedAccessInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVerifiedAccessTrustProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcEndpointConnectionNotificationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcEndpointServiceConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcEndpointsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpcPeeringConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpnConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpnConnectionRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteVpnGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeprovisionByoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeprovisionIpamPoolCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeprovisionPublicIpv4PoolCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterInstanceEventNotificationAttributesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterTransitGatewayMulticastGroupMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterTransitGatewayMulticastGroupSourcesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAccountAttributesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAddressTransfersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAddressesAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAggregateIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAvailabilityZonesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAwsNetworkPerformanceMetricSubscriptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeBundleTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeByoipCidrsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCapacityReservationFleetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCapacityReservationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCarrierGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClassicLinkInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClientVpnAuthorizationRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClientVpnConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClientVpnEndpointsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClientVpnRoutesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeClientVpnTargetNetworksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCoipPoolsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeConversionTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeCustomerGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDhcpOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEgressOnlyInternetGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeElasticGpusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeExportImageTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeExportTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFastLaunchImagesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFastSnapshotRestoresError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFleetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFlowLogsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFpgaImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeFpgaImagesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeHostReservationOfferingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeHostReservationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeHostsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIamInstanceProfileAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIdentityIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeImagesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeImportImageTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeImportSnapshotTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceCreditSpecificationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceEventNotificationAttributesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceEventWindowsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceTypeOfferingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInternetGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpamPoolsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpamResourceDiscoveriesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpamResourceDiscoveryAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpamScopesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpamsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeIpv6PoolsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeKeyPairsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLaunchTemplateVersionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLaunchTemplatesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewayRouteTableVirtualInterfaceGroupAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewayRouteTableVpcAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewayRouteTablesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewayVirtualInterfaceGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewayVirtualInterfacesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeLocalGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeManagedPrefixListsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMovingAddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNatGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkAclsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInsightsAccessScopeAnalysesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInsightsAccessScopesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInsightsAnalysesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInsightsPathsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInterfaceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInterfacePermissionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeNetworkInterfacesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePlacementGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePrefixListsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePrincipalIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePublicIpv4PoolsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRegionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReplaceRootVolumeTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReservedInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReservedInstancesListingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReservedInstancesModificationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeReservedInstancesOfferingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeRouteTablesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeScheduledInstanceAvailabilityError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeScheduledInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSecurityGroupReferencesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSecurityGroupRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSecurityGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSnapshotAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSnapshotTierStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSnapshotsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotDatafeedSubscriptionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotFleetInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotFleetRequestHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotFleetRequestsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotInstanceRequestsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSpotPriceHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeStaleSecurityGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeStoreImageTasksError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSubnetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTagsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTrafficMirrorFiltersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTrafficMirrorSessionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTrafficMirrorTargetsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayAttachmentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayConnectPeersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayConnectsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayMulticastDomainsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayPeeringAttachmentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayPolicyTablesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayRouteTableAnnouncementsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayRouteTablesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewayVpcAttachmentsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTransitGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeTrunkInterfaceAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVerifiedAccessEndpointsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVerifiedAccessGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVerifiedAccessInstanceLoggingConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVerifiedAccessInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVerifiedAccessTrustProvidersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVolumeAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVolumeStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVolumesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVolumesModificationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcClassicLinkDnsSupportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcClassicLinkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointConnectionNotificationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointServiceConfigurationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointServicePermissionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointServicesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcEndpointsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcPeeringConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpcsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpnConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeVpnGatewaysError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachClassicLinkVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachInternetGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachNetworkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachVerifiedAccessTrustProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DetachVpnGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableAddressTransferError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableAwsNetworkPerformanceMetricSubscriptionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableEbsEncryptionByDefaultError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableFastLaunchError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableFastSnapshotRestoresError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableImageDeprecationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableIpamOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableSerialConsoleAccessError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableTransitGatewayRouteTablePropagationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableVgwRoutePropagationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableVpcClassicLinkDnsSupportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisableVpcClassicLinkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateClientVpnTargetNetworkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateEnclaveCertificateIamRoleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateIamInstanceProfileError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateInstanceEventWindowError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateIpamResourceDiscoveryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateNatGatewayAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateSubnetCidrBlockError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTransitGatewayMulticastDomainError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTransitGatewayPolicyTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTransitGatewayRouteTableError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateTrunkInterfaceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateVpcCidrBlockError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableAddressTransferError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableAwsNetworkPerformanceMetricSubscriptionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableEbsEncryptionByDefaultError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableFastLaunchError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableFastSnapshotRestoresError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableImageDeprecationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableIpamOrganizationAdminAccountError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableReachabilityAnalyzerOrganizationSharingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableSerialConsoleAccessError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableTransitGatewayRouteTablePropagationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableVgwRoutePropagationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableVolumeIOError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableVpcClassicLinkDnsSupportError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<EnableVpcClassicLinkError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExportClientVpnClientCertificateRevocationListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExportClientVpnClientConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExportImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ExportTransitGatewayRoutesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssociatedEnclaveCertificateIamRolesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAssociatedIpv6PoolCidrsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAwsNetworkPerformanceDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetCapacityReservationUsageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetCoipPoolUsageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetConsoleOutputError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetConsoleScreenshotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDefaultCreditSpecificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEbsDefaultKmsKeyIdError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetEbsEncryptionByDefaultError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetFlowLogsIntegrationTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetGroupsForCapacityReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetHostReservationPurchasePreviewError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInstanceTypesFromInstanceRequirementsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInstanceUefiDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamAddressHistoryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamDiscoveredAccountsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamDiscoveredResourceCidrsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamPoolAllocationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamPoolCidrsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetIpamResourceCidrsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetLaunchTemplateDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetManagedPrefixListAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetManagedPrefixListEntriesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetNetworkInsightsAccessScopeAnalysisFindingsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetNetworkInsightsAccessScopeContentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPasswordDataError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetReservedInstancesExchangeQuoteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSerialConsoleAccessStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSpotPlacementScoresError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetSubnetCidrReservationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayAttachmentPropagationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayMulticastDomainAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayPolicyTableAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayPolicyTableEntriesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayPrefixListReferencesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayRouteTableAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetTransitGatewayRouteTablePropagationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetVerifiedAccessEndpointPolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetVerifiedAccessGroupPolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetVpnConnectionDeviceSampleConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetVpnConnectionDeviceTypesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetVpnTunnelReplacementStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportClientVpnClientCertificateRevocationListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportKeyPairError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportSnapshotError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ImportVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListImagesInRecycleBinError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListSnapshotsInRecycleBinError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyAddressAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyAvailabilityZoneGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyCapacityReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyCapacityReservationFleetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyClientVpnEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyDefaultCreditSpecificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyEbsDefaultKmsKeyIdError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyFleetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyFpgaImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyHostsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIdentityIdFormatError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceCapacityReservationAttributesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceCreditSpecificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceEventStartTimeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceEventWindowError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceMaintenanceOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstanceMetadataOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyInstancePlacementError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIpamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIpamPoolError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIpamResourceCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIpamResourceDiscoveryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyIpamScopeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyLaunchTemplateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyLocalGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyManagedPrefixListError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyNetworkInterfaceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyPrivateDnsNameOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyReservedInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifySecurityGroupRulesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifySnapshotAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifySnapshotTierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifySpotFleetRequestError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifySubnetAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTrafficMirrorFilterNetworkServicesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTrafficMirrorFilterRuleError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTrafficMirrorSessionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTransitGatewayError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTransitGatewayPrefixListReferenceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyTransitGatewayVpcAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessEndpointPolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessGroupError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessGroupPolicyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessInstanceError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessInstanceLoggingConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVerifiedAccessTrustProviderError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVolumeAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVolumeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcEndpointConnectionNotificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcEndpointError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcEndpointServiceConfigurationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcEndpointServicePayerResponsibilityError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcEndpointServicePermissionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcPeeringConnectionOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpcTenancyError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpnConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpnConnectionOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpnTunnelCertificateError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyVpnTunnelOptionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<MonitorInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<MoveAddressToVpcError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<MoveByoipCidrToIpamError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ProvisionByoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ProvisionIpamPoolCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ProvisionPublicIpv4PoolCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PurchaseHostReservationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PurchaseReservedInstancesOfferingError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PurchaseScheduledInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RebootInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterImageError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterInstanceEventNotificationAttributesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterTransitGatewayMulticastGroupMembersError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterTransitGatewayMulticastGroupSourcesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectTransitGatewayMulticastDomainAssociationsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectTransitGatewayPeeringAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectTransitGatewayVpcAttachmentError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectVpcEndpointConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RejectVpcPeeringConnectionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReleaseAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReleaseHostsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReleaseIpamPoolAllocationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceIamInstanceProfileAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceNetworkAclAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceNetworkAclEntryError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceRouteTableAssociationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceTransitGatewayRouteError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReplaceVpnTunnelError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ReportInstanceStatusError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RequestSpotFleetError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RequestSpotInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetAddressAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetEbsDefaultKmsKeyIdError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetFpgaImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetImageAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetInstanceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetNetworkInterfaceAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetSnapshotAttributeError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestoreAddressToClassicError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestoreImageFromRecycleBinError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestoreManagedPrefixListVersionError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestoreSnapshotFromRecycleBinError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RestoreSnapshotTierError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RevokeClientVpnIngressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RevokeSecurityGroupEgressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RevokeSecurityGroupIngressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RunInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RunScheduledInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchLocalGatewayRoutesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchTransitGatewayMulticastGroupsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SearchTransitGatewayRoutesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SendDiagnosticInterruptError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartNetworkInsightsAccessScopeAnalysisError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartNetworkInsightsAnalysisError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartVpcEndpointServicePrivateDnsVerificationError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TerminateClientVpnConnectionsError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TerminateInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UnassignIpv6AddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UnassignPrivateIpAddressesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UnassignPrivateNatGatewayAddressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UnmonitorInstancesError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSecurityGroupRuleDescriptionsEgressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateSecurityGroupRuleDescriptionsIngressError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<WithdrawByoipCidrError, R>> for Errorwhere R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<SearchLocalGatewayRoutesError> for Error

source§

fn from(err: SearchLocalGatewayRoutesError) -> Self

Converts to this type from the input type.
source§

impl From<SearchTransitGatewayMulticastGroupsError> for Error

source§

fn from(err: SearchTransitGatewayMulticastGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<SearchTransitGatewayRoutesError> for Error

source§

fn from(err: SearchTransitGatewayRoutesError) -> Self

Converts to this type from the input type.
source§

impl From<SendDiagnosticInterruptError> for Error

source§

fn from(err: SendDiagnosticInterruptError) -> Self

Converts to this type from the input type.
source§

impl From<StartInstancesError> for Error

source§

fn from(err: StartInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<StartNetworkInsightsAccessScopeAnalysisError> for Error

source§

fn from(err: StartNetworkInsightsAccessScopeAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<StartNetworkInsightsAnalysisError> for Error

source§

fn from(err: StartNetworkInsightsAnalysisError) -> Self

Converts to this type from the input type.
source§

impl From<StartVpcEndpointServicePrivateDnsVerificationError> for Error

source§

fn from(err: StartVpcEndpointServicePrivateDnsVerificationError) -> Self

Converts to this type from the input type.
source§

impl From<StopInstancesError> for Error

source§

fn from(err: StopInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<TerminateClientVpnConnectionsError> for Error

source§

fn from(err: TerminateClientVpnConnectionsError) -> Self

Converts to this type from the input type.
source§

impl From<TerminateInstancesError> for Error

source§

fn from(err: TerminateInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<UnassignIpv6AddressesError> for Error

source§

fn from(err: UnassignIpv6AddressesError) -> Self

Converts to this type from the input type.
source§

impl From<UnassignPrivateIpAddressesError> for Error

source§

fn from(err: UnassignPrivateIpAddressesError) -> Self

Converts to this type from the input type.
source§

impl From<UnassignPrivateNatGatewayAddressError> for Error

source§

fn from(err: UnassignPrivateNatGatewayAddressError) -> Self

Converts to this type from the input type.
source§

impl From<UnmonitorInstancesError> for Error

source§

fn from(err: UnmonitorInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSecurityGroupRuleDescriptionsEgressError> for Error

source§

fn from(err: UpdateSecurityGroupRuleDescriptionsEgressError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateSecurityGroupRuleDescriptionsIngressError> for Error

source§

fn from(err: UpdateSecurityGroupRuleDescriptionsIngressError) -> Self

Converts to this type from the input type.
source§

impl From<WithdrawByoipCidrError> for Error

source§

fn from(err: WithdrawByoipCidrError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

const: unstable · source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

const: unstable · source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

const: unstable · source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

const: unstable · source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<E> Provider for Ewhere E: Error + ?Sized,

source§

fn provide<'a>(&'a self, demand: &mut Demand<'a>)

🔬This is a nightly-only experimental API. (provide_any)
Data providers should implement this method to provide all values they are able to provide by using demand. Read more
source§

impl<T> Same<T> for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for Twhere T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for Twhere U: Into<T>,

§

type Error = Infallible

The type returned in the event of a conversion error.
const: unstable · source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
const: unstable · source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more