#[non_exhaustive]
pub enum Error { ResourceNotFoundException(ResourceNotFoundException), ValidationException(ValidationException), 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.
§

ResourceNotFoundException(ResourceNotFoundException)

Indicates that a resource was not found.

§

ValidationException(ValidationException)

Indicates that a request was not valid.

§

Unhandled(Unhandled)

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

Trait Implementations§

source§

impl Debug for Error

source§

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

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

impl Display for Error

source§

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

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

impl Error for Error

source§

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

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

fn description(&self) -> &str

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

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

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

fn provide<'a>(&'a self, 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<AssignInstanceError> for Error

source§

fn from(err: AssignInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<AssignVolumeError> for Error

source§

fn from(err: AssignVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateElasticIpError> for Error

source§

fn from(err: AssociateElasticIpError) -> Self

Converts to this type from the input type.
source§

impl From<AttachElasticLoadBalancerError> for Error

source§

fn from(err: AttachElasticLoadBalancerError) -> Self

Converts to this type from the input type.
source§

impl From<CloneStackError> for Error

source§

fn from(err: CloneStackError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAppError> for Error

source§

fn from(err: CreateAppError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDeploymentError> for Error

source§

fn from(err: CreateDeploymentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateInstanceError> for Error

source§

fn from(err: CreateInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<CreateLayerError> for Error

source§

fn from(err: CreateLayerError) -> Self

Converts to this type from the input type.
source§

impl From<CreateStackError> for Error

source§

fn from(err: CreateStackError) -> Self

Converts to this type from the input type.
source§

impl From<CreateUserProfileError> for Error

source§

fn from(err: CreateUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAppError> for Error

source§

fn from(err: DeleteAppError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInstanceError> for Error

source§

fn from(err: DeleteInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteLayerError> for Error

source§

fn from(err: DeleteLayerError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteStackError> for Error

source§

fn from(err: DeleteStackError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteUserProfileError> for Error

source§

fn from(err: DeleteUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterEcsClusterError> for Error

source§

fn from(err: DeregisterEcsClusterError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterElasticIpError> for Error

source§

fn from(err: DeregisterElasticIpError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterInstanceError> for Error

source§

fn from(err: DeregisterInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterRdsDbInstanceError> for Error

source§

fn from(err: DeregisterRdsDbInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterVolumeError> for Error

source§

fn from(err: DeregisterVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAgentVersionsError> for Error

source§

fn from(err: DescribeAgentVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAppsError> for Error

source§

fn from(err: DescribeAppsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeCommandsError> for Error

source§

fn from(err: DescribeCommandsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDeploymentsError> for Error

source§

fn from(err: DescribeDeploymentsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEcsClustersError> for Error

source§

fn from(err: DescribeEcsClustersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeElasticIpsError> for Error

source§

fn from(err: DescribeElasticIpsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeElasticLoadBalancersError> for Error

source§

fn from(err: DescribeElasticLoadBalancersError) -> 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<DescribeLayersError> for Error

source§

fn from(err: DescribeLayersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeLoadBasedAutoScalingError> for Error

source§

fn from(err: DescribeLoadBasedAutoScalingError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMyUserProfileError> for Error

source§

fn from(err: DescribeMyUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeOperatingSystemsError> for Error

source§

fn from(err: DescribeOperatingSystemsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePermissionsError> for Error

source§

fn from(err: DescribePermissionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRaidArraysError> for Error

source§

fn from(err: DescribeRaidArraysError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeRdsDbInstancesError> for Error

source§

fn from(err: DescribeRdsDbInstancesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeServiceErrorsError> for Error

source§

fn from(err: DescribeServiceErrorsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStackProvisioningParametersError> for Error

source§

fn from(err: DescribeStackProvisioningParametersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStackSummaryError> for Error

source§

fn from(err: DescribeStackSummaryError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeStacksError> for Error

source§

fn from(err: DescribeStacksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeTimeBasedAutoScalingError> for Error

source§

fn from(err: DescribeTimeBasedAutoScalingError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeUserProfilesError> for Error

source§

fn from(err: DescribeUserProfilesError) -> 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<DetachElasticLoadBalancerError> for Error

source§

fn from(err: DetachElasticLoadBalancerError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateElasticIpError> for Error

source§

fn from(err: DisassociateElasticIpError) -> Self

Converts to this type from the input type.
source§

impl From<GetHostnameSuggestionError> for Error

source§

fn from(err: GetHostnameSuggestionError) -> Self

Converts to this type from the input type.
source§

impl From<GrantAccessError> for Error

source§

fn from(err: GrantAccessError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsError> for Error

source§

fn from(err: ListTagsError) -> Self

Converts to this type from the input type.
source§

impl From<RebootInstanceError> for Error

source§

fn from(err: RebootInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterEcsClusterError> for Error

source§

fn from(err: RegisterEcsClusterError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterElasticIpError> for Error

source§

fn from(err: RegisterElasticIpError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterInstanceError> for Error

source§

fn from(err: RegisterInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterRdsDbInstanceError> for Error

source§

fn from(err: RegisterRdsDbInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterVolumeError> for Error

source§

fn from(err: RegisterVolumeError) -> Self

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

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

source§

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

Converts to this type from the input type.
source§

impl From<SetLoadBasedAutoScalingError> for Error

source§

fn from(err: SetLoadBasedAutoScalingError) -> Self

Converts to this type from the input type.
source§

impl From<SetPermissionError> for Error

source§

fn from(err: SetPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<SetTimeBasedAutoScalingError> for Error

source§

fn from(err: SetTimeBasedAutoScalingError) -> Self

Converts to this type from the input type.
source§

impl From<StartInstanceError> for Error

source§

fn from(err: StartInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<StartStackError> for Error

source§

fn from(err: StartStackError) -> Self

Converts to this type from the input type.
source§

impl From<StopInstanceError> for Error

source§

fn from(err: StopInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<StopStackError> for Error

source§

fn from(err: StopStackError) -> Self

Converts to this type from the input type.
source§

impl From<TagResourceError> for Error

source§

fn from(err: TagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UnassignInstanceError> for Error

source§

fn from(err: UnassignInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UnassignVolumeError> for Error

source§

fn from(err: UnassignVolumeError) -> Self

Converts to this type from the input type.
source§

impl From<UntagResourceError> for Error

source§

fn from(err: UntagResourceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAppError> for Error

source§

fn from(err: UpdateAppError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateElasticIpError> for Error

source§

fn from(err: UpdateElasticIpError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateInstanceError> for Error

source§

fn from(err: UpdateInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateLayerError> for Error

source§

fn from(err: UpdateLayerError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMyUserProfileError> for Error

source§

fn from(err: UpdateMyUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateRdsDbInstanceError> for Error

source§

fn from(err: UpdateRdsDbInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateStackError> for Error

source§

fn from(err: UpdateStackError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateUserProfileError> for Error

source§

fn from(err: UpdateUserProfileError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateVolumeError> for Error

source§

fn from(err: UpdateVolumeError) -> Self

Converts to this type from the input type.
source§

impl RequestId for Error

source§

fn request_id(&self) -> Option<&str>

Returns the request ID, or None if the service could not be reached.

Auto Trait Implementations§

§

impl !RefUnwindSafe for Error

§

impl Send for Error

§

impl Sync for Error

§

impl Unpin for Error

§

impl !UnwindSafe for Error

Blanket Implementations§

source§

impl<T> Any for Twhere T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

fn instrument(self, span: Span) -> Instrumented<Self>

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more
source§

fn in_current_span(self) -> Instrumented<Self>

Instruments this type with the current Span, returning an Instrumented wrapper. Read more
source§

impl<T, U> Into<U> for Twhere U: From<T>,

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<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.
source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
source§

impl<T, U> TryInto<U> for Twhere U: TryFrom<T>,

§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>where S: Into<Dispatch>,

Attaches the provided Subscriber to this type, returning a WithDispatch wrapper. Read more
source§

fn with_current_subscriber(self) -> WithDispatch<Self>

Attaches the current default Subscriber to this type, returning a WithDispatch wrapper. Read more