Enum aws_sdk_autoscaling::Error
source · #[non_exhaustive]pub enum Error {
ActiveInstanceRefreshNotFoundFault(ActiveInstanceRefreshNotFoundFault),
AlreadyExistsFault(AlreadyExistsFault),
InstanceRefreshInProgressFault(InstanceRefreshInProgressFault),
InvalidNextToken(InvalidNextToken),
IrreversibleInstanceRefreshFault(IrreversibleInstanceRefreshFault),
LimitExceededFault(LimitExceededFault),
ResourceContentionFault(ResourceContentionFault),
ResourceInUseFault(ResourceInUseFault),
ScalingActivityInProgressFault(ScalingActivityInProgressFault),
ServiceLinkedRoleFailure(ServiceLinkedRoleFailure),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ActiveInstanceRefreshNotFoundFault(ActiveInstanceRefreshNotFoundFault)
The request failed because an active instance refresh or rollback for the specified Auto Scaling group was not found.
AlreadyExistsFault(AlreadyExistsFault)
You already have an Auto Scaling group or launch configuration with this name.
InstanceRefreshInProgressFault(InstanceRefreshInProgressFault)
The request failed because an active instance refresh already exists for the specified Auto Scaling group.
InvalidNextToken(InvalidNextToken)
The NextToken
value is not valid.
IrreversibleInstanceRefreshFault(IrreversibleInstanceRefreshFault)
The request failed because a desired configuration was not found or an incompatible launch template (uses a Systems Manager parameter instead of an AMI ID) or launch template version ($Latest
or $Default
) is present on the Auto Scaling group.
LimitExceededFault(LimitExceededFault)
You have already reached a limit for your Amazon EC2 Auto Scaling resources (for example, Auto Scaling groups, launch configurations, or lifecycle hooks). For more information, see DescribeAccountLimits in the Amazon EC2 Auto Scaling API Reference.
ResourceContentionFault(ResourceContentionFault)
You already have a pending update to an Amazon EC2 Auto Scaling resource (for example, an Auto Scaling group, instance, or load balancer).
ResourceInUseFault(ResourceInUseFault)
The operation can't be performed because the resource is in use.
ScalingActivityInProgressFault(ScalingActivityInProgressFault)
The operation can't be performed because there are scaling activities in progress.
ServiceLinkedRoleFailure(ServiceLinkedRoleFailure)
The service-linked role is not yet ready for use.
Unhandled(Unhandled)
Unhandled
directly is not forwards compatible. Instead, match using a variable wildcard pattern and check .code()
:
err if err.code() == Some("SpecificExceptionCode") => { /* handle the error */ }
See ProvideErrorMetadata
for what information is available for the error.An unexpected error occurred (e.g., invalid JSON returned by the service or an unknown error code).
Trait Implementations§
source§impl Error for Error
impl Error for Error
source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
source§impl From<AttachInstancesError> for Error
impl From<AttachInstancesError> for Error
source§fn from(err: AttachInstancesError) -> Self
fn from(err: AttachInstancesError) -> Self
source§impl From<AttachLoadBalancerTargetGroupsError> for Error
impl From<AttachLoadBalancerTargetGroupsError> for Error
source§fn from(err: AttachLoadBalancerTargetGroupsError) -> Self
fn from(err: AttachLoadBalancerTargetGroupsError) -> Self
source§impl From<AttachLoadBalancersError> for Error
impl From<AttachLoadBalancersError> for Error
source§fn from(err: AttachLoadBalancersError) -> Self
fn from(err: AttachLoadBalancersError) -> Self
source§impl From<AttachTrafficSourcesError> for Error
impl From<AttachTrafficSourcesError> for Error
source§fn from(err: AttachTrafficSourcesError) -> Self
fn from(err: AttachTrafficSourcesError) -> Self
source§impl From<BatchDeleteScheduledActionError> for Error
impl From<BatchDeleteScheduledActionError> for Error
source§fn from(err: BatchDeleteScheduledActionError) -> Self
fn from(err: BatchDeleteScheduledActionError) -> Self
source§impl From<BatchPutScheduledUpdateGroupActionError> for Error
impl From<BatchPutScheduledUpdateGroupActionError> for Error
source§fn from(err: BatchPutScheduledUpdateGroupActionError) -> Self
fn from(err: BatchPutScheduledUpdateGroupActionError) -> Self
source§impl From<BuildError> for Error
impl From<BuildError> for Error
source§fn from(value: BuildError) -> Self
fn from(value: BuildError) -> Self
source§impl From<CancelInstanceRefreshError> for Error
impl From<CancelInstanceRefreshError> for Error
source§fn from(err: CancelInstanceRefreshError) -> Self
fn from(err: CancelInstanceRefreshError) -> Self
source§impl From<CompleteLifecycleActionError> for Error
impl From<CompleteLifecycleActionError> for Error
source§fn from(err: CompleteLifecycleActionError) -> Self
fn from(err: CompleteLifecycleActionError) -> Self
source§impl From<CreateAutoScalingGroupError> for Error
impl From<CreateAutoScalingGroupError> for Error
source§fn from(err: CreateAutoScalingGroupError) -> Self
fn from(err: CreateAutoScalingGroupError) -> Self
source§impl From<CreateLaunchConfigurationError> for Error
impl From<CreateLaunchConfigurationError> for Error
source§fn from(err: CreateLaunchConfigurationError) -> Self
fn from(err: CreateLaunchConfigurationError) -> Self
source§impl From<CreateOrUpdateTagsError> for Error
impl From<CreateOrUpdateTagsError> for Error
source§fn from(err: CreateOrUpdateTagsError) -> Self
fn from(err: CreateOrUpdateTagsError) -> Self
source§impl From<DeleteAutoScalingGroupError> for Error
impl From<DeleteAutoScalingGroupError> for Error
source§fn from(err: DeleteAutoScalingGroupError) -> Self
fn from(err: DeleteAutoScalingGroupError) -> Self
source§impl From<DeleteLaunchConfigurationError> for Error
impl From<DeleteLaunchConfigurationError> for Error
source§fn from(err: DeleteLaunchConfigurationError) -> Self
fn from(err: DeleteLaunchConfigurationError) -> Self
source§impl From<DeleteLifecycleHookError> for Error
impl From<DeleteLifecycleHookError> for Error
source§fn from(err: DeleteLifecycleHookError) -> Self
fn from(err: DeleteLifecycleHookError) -> Self
source§impl From<DeleteNotificationConfigurationError> for Error
impl From<DeleteNotificationConfigurationError> for Error
source§fn from(err: DeleteNotificationConfigurationError) -> Self
fn from(err: DeleteNotificationConfigurationError) -> Self
source§impl From<DeletePolicyError> for Error
impl From<DeletePolicyError> for Error
source§fn from(err: DeletePolicyError) -> Self
fn from(err: DeletePolicyError) -> Self
source§impl From<DeleteScheduledActionError> for Error
impl From<DeleteScheduledActionError> for Error
source§fn from(err: DeleteScheduledActionError) -> Self
fn from(err: DeleteScheduledActionError) -> Self
source§impl From<DeleteTagsError> for Error
impl From<DeleteTagsError> for Error
source§fn from(err: DeleteTagsError) -> Self
fn from(err: DeleteTagsError) -> Self
source§impl From<DeleteWarmPoolError> for Error
impl From<DeleteWarmPoolError> for Error
source§fn from(err: DeleteWarmPoolError) -> Self
fn from(err: DeleteWarmPoolError) -> Self
source§impl From<DescribeAccountLimitsError> for Error
impl From<DescribeAccountLimitsError> for Error
source§fn from(err: DescribeAccountLimitsError) -> Self
fn from(err: DescribeAccountLimitsError) -> Self
source§impl From<DescribeAdjustmentTypesError> for Error
impl From<DescribeAdjustmentTypesError> for Error
source§fn from(err: DescribeAdjustmentTypesError) -> Self
fn from(err: DescribeAdjustmentTypesError) -> Self
source§impl From<DescribeAutoScalingGroupsError> for Error
impl From<DescribeAutoScalingGroupsError> for Error
source§fn from(err: DescribeAutoScalingGroupsError) -> Self
fn from(err: DescribeAutoScalingGroupsError) -> Self
source§impl From<DescribeAutoScalingInstancesError> for Error
impl From<DescribeAutoScalingInstancesError> for Error
source§fn from(err: DescribeAutoScalingInstancesError) -> Self
fn from(err: DescribeAutoScalingInstancesError) -> Self
source§impl From<DescribeAutoScalingNotificationTypesError> for Error
impl From<DescribeAutoScalingNotificationTypesError> for Error
source§fn from(err: DescribeAutoScalingNotificationTypesError) -> Self
fn from(err: DescribeAutoScalingNotificationTypesError) -> Self
source§impl From<DescribeInstanceRefreshesError> for Error
impl From<DescribeInstanceRefreshesError> for Error
source§fn from(err: DescribeInstanceRefreshesError) -> Self
fn from(err: DescribeInstanceRefreshesError) -> Self
source§impl From<DescribeLaunchConfigurationsError> for Error
impl From<DescribeLaunchConfigurationsError> for Error
source§fn from(err: DescribeLaunchConfigurationsError) -> Self
fn from(err: DescribeLaunchConfigurationsError) -> Self
source§impl From<DescribeLifecycleHookTypesError> for Error
impl From<DescribeLifecycleHookTypesError> for Error
source§fn from(err: DescribeLifecycleHookTypesError) -> Self
fn from(err: DescribeLifecycleHookTypesError) -> Self
source§impl From<DescribeLifecycleHooksError> for Error
impl From<DescribeLifecycleHooksError> for Error
source§fn from(err: DescribeLifecycleHooksError) -> Self
fn from(err: DescribeLifecycleHooksError) -> Self
source§impl From<DescribeLoadBalancerTargetGroupsError> for Error
impl From<DescribeLoadBalancerTargetGroupsError> for Error
source§fn from(err: DescribeLoadBalancerTargetGroupsError) -> Self
fn from(err: DescribeLoadBalancerTargetGroupsError) -> Self
source§impl From<DescribeLoadBalancersError> for Error
impl From<DescribeLoadBalancersError> for Error
source§fn from(err: DescribeLoadBalancersError) -> Self
fn from(err: DescribeLoadBalancersError) -> Self
source§impl From<DescribeMetricCollectionTypesError> for Error
impl From<DescribeMetricCollectionTypesError> for Error
source§fn from(err: DescribeMetricCollectionTypesError) -> Self
fn from(err: DescribeMetricCollectionTypesError) -> Self
source§impl From<DescribeNotificationConfigurationsError> for Error
impl From<DescribeNotificationConfigurationsError> for Error
source§fn from(err: DescribeNotificationConfigurationsError) -> Self
fn from(err: DescribeNotificationConfigurationsError) -> Self
source§impl From<DescribePoliciesError> for Error
impl From<DescribePoliciesError> for Error
source§fn from(err: DescribePoliciesError) -> Self
fn from(err: DescribePoliciesError) -> Self
source§impl From<DescribeScalingActivitiesError> for Error
impl From<DescribeScalingActivitiesError> for Error
source§fn from(err: DescribeScalingActivitiesError) -> Self
fn from(err: DescribeScalingActivitiesError) -> Self
source§impl From<DescribeScalingProcessTypesError> for Error
impl From<DescribeScalingProcessTypesError> for Error
source§fn from(err: DescribeScalingProcessTypesError) -> Self
fn from(err: DescribeScalingProcessTypesError) -> Self
source§impl From<DescribeScheduledActionsError> for Error
impl From<DescribeScheduledActionsError> for Error
source§fn from(err: DescribeScheduledActionsError) -> Self
fn from(err: DescribeScheduledActionsError) -> Self
source§impl From<DescribeTagsError> for Error
impl From<DescribeTagsError> for Error
source§fn from(err: DescribeTagsError) -> Self
fn from(err: DescribeTagsError) -> Self
source§impl From<DescribeTerminationPolicyTypesError> for Error
impl From<DescribeTerminationPolicyTypesError> for Error
source§fn from(err: DescribeTerminationPolicyTypesError) -> Self
fn from(err: DescribeTerminationPolicyTypesError) -> Self
source§impl From<DescribeTrafficSourcesError> for Error
impl From<DescribeTrafficSourcesError> for Error
source§fn from(err: DescribeTrafficSourcesError) -> Self
fn from(err: DescribeTrafficSourcesError) -> Self
source§impl From<DescribeWarmPoolError> for Error
impl From<DescribeWarmPoolError> for Error
source§fn from(err: DescribeWarmPoolError) -> Self
fn from(err: DescribeWarmPoolError) -> Self
source§impl From<DetachInstancesError> for Error
impl From<DetachInstancesError> for Error
source§fn from(err: DetachInstancesError) -> Self
fn from(err: DetachInstancesError) -> Self
source§impl From<DetachLoadBalancerTargetGroupsError> for Error
impl From<DetachLoadBalancerTargetGroupsError> for Error
source§fn from(err: DetachLoadBalancerTargetGroupsError) -> Self
fn from(err: DetachLoadBalancerTargetGroupsError) -> Self
source§impl From<DetachLoadBalancersError> for Error
impl From<DetachLoadBalancersError> for Error
source§fn from(err: DetachLoadBalancersError) -> Self
fn from(err: DetachLoadBalancersError) -> Self
source§impl From<DetachTrafficSourcesError> for Error
impl From<DetachTrafficSourcesError> for Error
source§fn from(err: DetachTrafficSourcesError) -> Self
fn from(err: DetachTrafficSourcesError) -> Self
source§impl From<DisableMetricsCollectionError> for Error
impl From<DisableMetricsCollectionError> for Error
source§fn from(err: DisableMetricsCollectionError) -> Self
fn from(err: DisableMetricsCollectionError) -> Self
source§impl From<EnableMetricsCollectionError> for Error
impl From<EnableMetricsCollectionError> for Error
source§fn from(err: EnableMetricsCollectionError) -> Self
fn from(err: EnableMetricsCollectionError) -> Self
source§impl From<EnterStandbyError> for Error
impl From<EnterStandbyError> for Error
source§fn from(err: EnterStandbyError) -> Self
fn from(err: EnterStandbyError) -> Self
source§impl From<ExecutePolicyError> for Error
impl From<ExecutePolicyError> for Error
source§fn from(err: ExecutePolicyError) -> Self
fn from(err: ExecutePolicyError) -> Self
source§impl From<ExitStandbyError> for Error
impl From<ExitStandbyError> for Error
source§fn from(err: ExitStandbyError) -> Self
fn from(err: ExitStandbyError) -> Self
source§impl From<GetPredictiveScalingForecastError> for Error
impl From<GetPredictiveScalingForecastError> for Error
source§fn from(err: GetPredictiveScalingForecastError) -> Self
fn from(err: GetPredictiveScalingForecastError) -> Self
source§impl From<PutLifecycleHookError> for Error
impl From<PutLifecycleHookError> for Error
source§fn from(err: PutLifecycleHookError) -> Self
fn from(err: PutLifecycleHookError) -> Self
source§impl From<PutNotificationConfigurationError> for Error
impl From<PutNotificationConfigurationError> for Error
source§fn from(err: PutNotificationConfigurationError) -> Self
fn from(err: PutNotificationConfigurationError) -> Self
source§impl From<PutScalingPolicyError> for Error
impl From<PutScalingPolicyError> for Error
source§fn from(err: PutScalingPolicyError) -> Self
fn from(err: PutScalingPolicyError) -> Self
source§impl From<PutScheduledUpdateGroupActionError> for Error
impl From<PutScheduledUpdateGroupActionError> for Error
source§fn from(err: PutScheduledUpdateGroupActionError) -> Self
fn from(err: PutScheduledUpdateGroupActionError) -> Self
source§impl From<PutWarmPoolError> for Error
impl From<PutWarmPoolError> for Error
source§fn from(err: PutWarmPoolError) -> Self
fn from(err: PutWarmPoolError) -> Self
source§impl From<RecordLifecycleActionHeartbeatError> for Error
impl From<RecordLifecycleActionHeartbeatError> for Error
source§fn from(err: RecordLifecycleActionHeartbeatError) -> Self
fn from(err: RecordLifecycleActionHeartbeatError) -> Self
source§impl From<ResumeProcessesError> for Error
impl From<ResumeProcessesError> for Error
source§fn from(err: ResumeProcessesError) -> Self
fn from(err: ResumeProcessesError) -> Self
source§impl From<RollbackInstanceRefreshError> for Error
impl From<RollbackInstanceRefreshError> for Error
source§fn from(err: RollbackInstanceRefreshError) -> Self
fn from(err: RollbackInstanceRefreshError) -> Self
source§impl<R> From<SdkError<AttachInstancesError, R>> for Error
impl<R> From<SdkError<AttachInstancesError, R>> for Error
source§fn from(err: SdkError<AttachInstancesError, R>) -> Self
fn from(err: SdkError<AttachInstancesError, R>) -> Self
source§impl<R> From<SdkError<AttachLoadBalancerTargetGroupsError, R>> for Error
impl<R> From<SdkError<AttachLoadBalancerTargetGroupsError, R>> for Error
source§fn from(err: SdkError<AttachLoadBalancerTargetGroupsError, R>) -> Self
fn from(err: SdkError<AttachLoadBalancerTargetGroupsError, R>) -> Self
source§impl<R> From<SdkError<AttachLoadBalancersError, R>> for Error
impl<R> From<SdkError<AttachLoadBalancersError, R>> for Error
source§fn from(err: SdkError<AttachLoadBalancersError, R>) -> Self
fn from(err: SdkError<AttachLoadBalancersError, R>) -> Self
source§impl<R> From<SdkError<AttachTrafficSourcesError, R>> for Error
impl<R> From<SdkError<AttachTrafficSourcesError, R>> for Error
source§fn from(err: SdkError<AttachTrafficSourcesError, R>) -> Self
fn from(err: SdkError<AttachTrafficSourcesError, R>) -> Self
source§impl<R> From<SdkError<BatchDeleteScheduledActionError, R>> for Error
impl<R> From<SdkError<BatchDeleteScheduledActionError, R>> for Error
source§fn from(err: SdkError<BatchDeleteScheduledActionError, R>) -> Self
fn from(err: SdkError<BatchDeleteScheduledActionError, R>) -> Self
source§impl<R> From<SdkError<BatchPutScheduledUpdateGroupActionError, R>> for Error
impl<R> From<SdkError<BatchPutScheduledUpdateGroupActionError, R>> for Error
source§fn from(err: SdkError<BatchPutScheduledUpdateGroupActionError, R>) -> Self
fn from(err: SdkError<BatchPutScheduledUpdateGroupActionError, R>) -> Self
source§impl<R> From<SdkError<CancelInstanceRefreshError, R>> for Error
impl<R> From<SdkError<CancelInstanceRefreshError, R>> for Error
source§fn from(err: SdkError<CancelInstanceRefreshError, R>) -> Self
fn from(err: SdkError<CancelInstanceRefreshError, R>) -> Self
source§impl<R> From<SdkError<CompleteLifecycleActionError, R>> for Error
impl<R> From<SdkError<CompleteLifecycleActionError, R>> for Error
source§fn from(err: SdkError<CompleteLifecycleActionError, R>) -> Self
fn from(err: SdkError<CompleteLifecycleActionError, R>) -> Self
source§impl<R> From<SdkError<CreateAutoScalingGroupError, R>> for Error
impl<R> From<SdkError<CreateAutoScalingGroupError, R>> for Error
source§fn from(err: SdkError<CreateAutoScalingGroupError, R>) -> Self
fn from(err: SdkError<CreateAutoScalingGroupError, R>) -> Self
source§impl<R> From<SdkError<CreateLaunchConfigurationError, R>> for Error
impl<R> From<SdkError<CreateLaunchConfigurationError, R>> for Error
source§fn from(err: SdkError<CreateLaunchConfigurationError, R>) -> Self
fn from(err: SdkError<CreateLaunchConfigurationError, R>) -> Self
source§impl<R> From<SdkError<CreateOrUpdateTagsError, R>> for Error
impl<R> From<SdkError<CreateOrUpdateTagsError, R>> for Error
source§fn from(err: SdkError<CreateOrUpdateTagsError, R>) -> Self
fn from(err: SdkError<CreateOrUpdateTagsError, R>) -> Self
source§impl<R> From<SdkError<DeleteAutoScalingGroupError, R>> for Error
impl<R> From<SdkError<DeleteAutoScalingGroupError, R>> for Error
source§fn from(err: SdkError<DeleteAutoScalingGroupError, R>) -> Self
fn from(err: SdkError<DeleteAutoScalingGroupError, R>) -> Self
source§impl<R> From<SdkError<DeleteLaunchConfigurationError, R>> for Error
impl<R> From<SdkError<DeleteLaunchConfigurationError, R>> for Error
source§fn from(err: SdkError<DeleteLaunchConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteLaunchConfigurationError, R>) -> Self
source§impl<R> From<SdkError<DeleteLifecycleHookError, R>> for Error
impl<R> From<SdkError<DeleteLifecycleHookError, R>> for Error
source§fn from(err: SdkError<DeleteLifecycleHookError, R>) -> Self
fn from(err: SdkError<DeleteLifecycleHookError, R>) -> Self
source§impl<R> From<SdkError<DeleteNotificationConfigurationError, R>> for Error
impl<R> From<SdkError<DeleteNotificationConfigurationError, R>> for Error
source§fn from(err: SdkError<DeleteNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteNotificationConfigurationError, R>) -> Self
source§impl<R> From<SdkError<DeletePolicyError, R>> for Error
impl<R> From<SdkError<DeletePolicyError, R>> for Error
source§fn from(err: SdkError<DeletePolicyError, R>) -> Self
fn from(err: SdkError<DeletePolicyError, R>) -> Self
source§impl<R> From<SdkError<DeleteScheduledActionError, R>> for Error
impl<R> From<SdkError<DeleteScheduledActionError, R>> for Error
source§fn from(err: SdkError<DeleteScheduledActionError, R>) -> Self
fn from(err: SdkError<DeleteScheduledActionError, R>) -> Self
source§impl<R> From<SdkError<DeleteTagsError, R>> for Error
impl<R> From<SdkError<DeleteTagsError, R>> for Error
source§fn from(err: SdkError<DeleteTagsError, R>) -> Self
fn from(err: SdkError<DeleteTagsError, R>) -> Self
source§impl<R> From<SdkError<DeleteWarmPoolError, R>> for Error
impl<R> From<SdkError<DeleteWarmPoolError, R>> for Error
source§fn from(err: SdkError<DeleteWarmPoolError, R>) -> Self
fn from(err: SdkError<DeleteWarmPoolError, R>) -> Self
source§impl<R> From<SdkError<DescribeAccountLimitsError, R>> for Error
impl<R> From<SdkError<DescribeAccountLimitsError, R>> for Error
source§fn from(err: SdkError<DescribeAccountLimitsError, R>) -> Self
fn from(err: SdkError<DescribeAccountLimitsError, R>) -> Self
source§impl<R> From<SdkError<DescribeAdjustmentTypesError, R>> for Error
impl<R> From<SdkError<DescribeAdjustmentTypesError, R>> for Error
source§fn from(err: SdkError<DescribeAdjustmentTypesError, R>) -> Self
fn from(err: SdkError<DescribeAdjustmentTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeAutoScalingGroupsError, R>> for Error
impl<R> From<SdkError<DescribeAutoScalingGroupsError, R>> for Error
source§fn from(err: SdkError<DescribeAutoScalingGroupsError, R>) -> Self
fn from(err: SdkError<DescribeAutoScalingGroupsError, R>) -> Self
source§impl<R> From<SdkError<DescribeAutoScalingInstancesError, R>> for Error
impl<R> From<SdkError<DescribeAutoScalingInstancesError, R>> for Error
source§fn from(err: SdkError<DescribeAutoScalingInstancesError, R>) -> Self
fn from(err: SdkError<DescribeAutoScalingInstancesError, R>) -> Self
source§impl<R> From<SdkError<DescribeAutoScalingNotificationTypesError, R>> for Error
impl<R> From<SdkError<DescribeAutoScalingNotificationTypesError, R>> for Error
source§fn from(err: SdkError<DescribeAutoScalingNotificationTypesError, R>) -> Self
fn from(err: SdkError<DescribeAutoScalingNotificationTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeInstanceRefreshesError, R>> for Error
impl<R> From<SdkError<DescribeInstanceRefreshesError, R>> for Error
source§fn from(err: SdkError<DescribeInstanceRefreshesError, R>) -> Self
fn from(err: SdkError<DescribeInstanceRefreshesError, R>) -> Self
source§impl<R> From<SdkError<DescribeLaunchConfigurationsError, R>> for Error
impl<R> From<SdkError<DescribeLaunchConfigurationsError, R>> for Error
source§fn from(err: SdkError<DescribeLaunchConfigurationsError, R>) -> Self
fn from(err: SdkError<DescribeLaunchConfigurationsError, R>) -> Self
source§impl<R> From<SdkError<DescribeLifecycleHookTypesError, R>> for Error
impl<R> From<SdkError<DescribeLifecycleHookTypesError, R>> for Error
source§fn from(err: SdkError<DescribeLifecycleHookTypesError, R>) -> Self
fn from(err: SdkError<DescribeLifecycleHookTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeLifecycleHooksError, R>> for Error
impl<R> From<SdkError<DescribeLifecycleHooksError, R>> for Error
source§fn from(err: SdkError<DescribeLifecycleHooksError, R>) -> Self
fn from(err: SdkError<DescribeLifecycleHooksError, R>) -> Self
source§impl<R> From<SdkError<DescribeLoadBalancerTargetGroupsError, R>> for Error
impl<R> From<SdkError<DescribeLoadBalancerTargetGroupsError, R>> for Error
source§fn from(err: SdkError<DescribeLoadBalancerTargetGroupsError, R>) -> Self
fn from(err: SdkError<DescribeLoadBalancerTargetGroupsError, R>) -> Self
source§impl<R> From<SdkError<DescribeLoadBalancersError, R>> for Error
impl<R> From<SdkError<DescribeLoadBalancersError, R>> for Error
source§fn from(err: SdkError<DescribeLoadBalancersError, R>) -> Self
fn from(err: SdkError<DescribeLoadBalancersError, R>) -> Self
source§impl<R> From<SdkError<DescribeMetricCollectionTypesError, R>> for Error
impl<R> From<SdkError<DescribeMetricCollectionTypesError, R>> for Error
source§fn from(err: SdkError<DescribeMetricCollectionTypesError, R>) -> Self
fn from(err: SdkError<DescribeMetricCollectionTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeNotificationConfigurationsError, R>> for Error
impl<R> From<SdkError<DescribeNotificationConfigurationsError, R>> for Error
source§fn from(err: SdkError<DescribeNotificationConfigurationsError, R>) -> Self
fn from(err: SdkError<DescribeNotificationConfigurationsError, R>) -> Self
source§impl<R> From<SdkError<DescribePoliciesError, R>> for Error
impl<R> From<SdkError<DescribePoliciesError, R>> for Error
source§fn from(err: SdkError<DescribePoliciesError, R>) -> Self
fn from(err: SdkError<DescribePoliciesError, R>) -> Self
source§impl<R> From<SdkError<DescribeScalingActivitiesError, R>> for Error
impl<R> From<SdkError<DescribeScalingActivitiesError, R>> for Error
source§fn from(err: SdkError<DescribeScalingActivitiesError, R>) -> Self
fn from(err: SdkError<DescribeScalingActivitiesError, R>) -> Self
source§impl<R> From<SdkError<DescribeScalingProcessTypesError, R>> for Error
impl<R> From<SdkError<DescribeScalingProcessTypesError, R>> for Error
source§fn from(err: SdkError<DescribeScalingProcessTypesError, R>) -> Self
fn from(err: SdkError<DescribeScalingProcessTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeScheduledActionsError, R>> for Error
impl<R> From<SdkError<DescribeScheduledActionsError, R>> for Error
source§fn from(err: SdkError<DescribeScheduledActionsError, R>) -> Self
fn from(err: SdkError<DescribeScheduledActionsError, R>) -> Self
source§impl<R> From<SdkError<DescribeTagsError, R>> for Error
impl<R> From<SdkError<DescribeTagsError, R>> for Error
source§fn from(err: SdkError<DescribeTagsError, R>) -> Self
fn from(err: SdkError<DescribeTagsError, R>) -> Self
source§impl<R> From<SdkError<DescribeTerminationPolicyTypesError, R>> for Error
impl<R> From<SdkError<DescribeTerminationPolicyTypesError, R>> for Error
source§fn from(err: SdkError<DescribeTerminationPolicyTypesError, R>) -> Self
fn from(err: SdkError<DescribeTerminationPolicyTypesError, R>) -> Self
source§impl<R> From<SdkError<DescribeTrafficSourcesError, R>> for Error
impl<R> From<SdkError<DescribeTrafficSourcesError, R>> for Error
source§fn from(err: SdkError<DescribeTrafficSourcesError, R>) -> Self
fn from(err: SdkError<DescribeTrafficSourcesError, R>) -> Self
source§impl<R> From<SdkError<DescribeWarmPoolError, R>> for Error
impl<R> From<SdkError<DescribeWarmPoolError, R>> for Error
source§fn from(err: SdkError<DescribeWarmPoolError, R>) -> Self
fn from(err: SdkError<DescribeWarmPoolError, R>) -> Self
source§impl<R> From<SdkError<DetachInstancesError, R>> for Error
impl<R> From<SdkError<DetachInstancesError, R>> for Error
source§fn from(err: SdkError<DetachInstancesError, R>) -> Self
fn from(err: SdkError<DetachInstancesError, R>) -> Self
source§impl<R> From<SdkError<DetachLoadBalancerTargetGroupsError, R>> for Error
impl<R> From<SdkError<DetachLoadBalancerTargetGroupsError, R>> for Error
source§fn from(err: SdkError<DetachLoadBalancerTargetGroupsError, R>) -> Self
fn from(err: SdkError<DetachLoadBalancerTargetGroupsError, R>) -> Self
source§impl<R> From<SdkError<DetachLoadBalancersError, R>> for Error
impl<R> From<SdkError<DetachLoadBalancersError, R>> for Error
source§fn from(err: SdkError<DetachLoadBalancersError, R>) -> Self
fn from(err: SdkError<DetachLoadBalancersError, R>) -> Self
source§impl<R> From<SdkError<DetachTrafficSourcesError, R>> for Error
impl<R> From<SdkError<DetachTrafficSourcesError, R>> for Error
source§fn from(err: SdkError<DetachTrafficSourcesError, R>) -> Self
fn from(err: SdkError<DetachTrafficSourcesError, R>) -> Self
source§impl<R> From<SdkError<DisableMetricsCollectionError, R>> for Error
impl<R> From<SdkError<DisableMetricsCollectionError, R>> for Error
source§fn from(err: SdkError<DisableMetricsCollectionError, R>) -> Self
fn from(err: SdkError<DisableMetricsCollectionError, R>) -> Self
source§impl<R> From<SdkError<EnableMetricsCollectionError, R>> for Error
impl<R> From<SdkError<EnableMetricsCollectionError, R>> for Error
source§fn from(err: SdkError<EnableMetricsCollectionError, R>) -> Self
fn from(err: SdkError<EnableMetricsCollectionError, R>) -> Self
source§impl<R> From<SdkError<EnterStandbyError, R>> for Error
impl<R> From<SdkError<EnterStandbyError, R>> for Error
source§fn from(err: SdkError<EnterStandbyError, R>) -> Self
fn from(err: SdkError<EnterStandbyError, R>) -> Self
source§impl<R> From<SdkError<ExecutePolicyError, R>> for Error
impl<R> From<SdkError<ExecutePolicyError, R>> for Error
source§fn from(err: SdkError<ExecutePolicyError, R>) -> Self
fn from(err: SdkError<ExecutePolicyError, R>) -> Self
source§impl<R> From<SdkError<ExitStandbyError, R>> for Error
impl<R> From<SdkError<ExitStandbyError, R>> for Error
source§fn from(err: SdkError<ExitStandbyError, R>) -> Self
fn from(err: SdkError<ExitStandbyError, R>) -> Self
source§impl<R> From<SdkError<GetPredictiveScalingForecastError, R>> for Error
impl<R> From<SdkError<GetPredictiveScalingForecastError, R>> for Error
source§fn from(err: SdkError<GetPredictiveScalingForecastError, R>) -> Self
fn from(err: SdkError<GetPredictiveScalingForecastError, R>) -> Self
source§impl<R> From<SdkError<PutLifecycleHookError, R>> for Error
impl<R> From<SdkError<PutLifecycleHookError, R>> for Error
source§fn from(err: SdkError<PutLifecycleHookError, R>) -> Self
fn from(err: SdkError<PutLifecycleHookError, R>) -> Self
source§impl<R> From<SdkError<PutNotificationConfigurationError, R>> for Error
impl<R> From<SdkError<PutNotificationConfigurationError, R>> for Error
source§fn from(err: SdkError<PutNotificationConfigurationError, R>) -> Self
fn from(err: SdkError<PutNotificationConfigurationError, R>) -> Self
source§impl<R> From<SdkError<PutScalingPolicyError, R>> for Error
impl<R> From<SdkError<PutScalingPolicyError, R>> for Error
source§fn from(err: SdkError<PutScalingPolicyError, R>) -> Self
fn from(err: SdkError<PutScalingPolicyError, R>) -> Self
source§impl<R> From<SdkError<PutScheduledUpdateGroupActionError, R>> for Error
impl<R> From<SdkError<PutScheduledUpdateGroupActionError, R>> for Error
source§fn from(err: SdkError<PutScheduledUpdateGroupActionError, R>) -> Self
fn from(err: SdkError<PutScheduledUpdateGroupActionError, R>) -> Self
source§impl<R> From<SdkError<PutWarmPoolError, R>> for Error
impl<R> From<SdkError<PutWarmPoolError, R>> for Error
source§fn from(err: SdkError<PutWarmPoolError, R>) -> Self
fn from(err: SdkError<PutWarmPoolError, R>) -> Self
source§impl<R> From<SdkError<RecordLifecycleActionHeartbeatError, R>> for Error
impl<R> From<SdkError<RecordLifecycleActionHeartbeatError, R>> for Error
source§fn from(err: SdkError<RecordLifecycleActionHeartbeatError, R>) -> Self
fn from(err: SdkError<RecordLifecycleActionHeartbeatError, R>) -> Self
source§impl<R> From<SdkError<ResumeProcessesError, R>> for Error
impl<R> From<SdkError<ResumeProcessesError, R>> for Error
source§fn from(err: SdkError<ResumeProcessesError, R>) -> Self
fn from(err: SdkError<ResumeProcessesError, R>) -> Self
source§impl<R> From<SdkError<RollbackInstanceRefreshError, R>> for Error
impl<R> From<SdkError<RollbackInstanceRefreshError, R>> for Error
source§fn from(err: SdkError<RollbackInstanceRefreshError, R>) -> Self
fn from(err: SdkError<RollbackInstanceRefreshError, R>) -> Self
source§impl<R> From<SdkError<SetDesiredCapacityError, R>> for Error
impl<R> From<SdkError<SetDesiredCapacityError, R>> for Error
source§fn from(err: SdkError<SetDesiredCapacityError, R>) -> Self
fn from(err: SdkError<SetDesiredCapacityError, R>) -> Self
source§impl<R> From<SdkError<SetInstanceHealthError, R>> for Error
impl<R> From<SdkError<SetInstanceHealthError, R>> for Error
source§fn from(err: SdkError<SetInstanceHealthError, R>) -> Self
fn from(err: SdkError<SetInstanceHealthError, R>) -> Self
source§impl<R> From<SdkError<SetInstanceProtectionError, R>> for Error
impl<R> From<SdkError<SetInstanceProtectionError, R>> for Error
source§fn from(err: SdkError<SetInstanceProtectionError, R>) -> Self
fn from(err: SdkError<SetInstanceProtectionError, R>) -> Self
source§impl<R> From<SdkError<StartInstanceRefreshError, R>> for Error
impl<R> From<SdkError<StartInstanceRefreshError, R>> for Error
source§fn from(err: SdkError<StartInstanceRefreshError, R>) -> Self
fn from(err: SdkError<StartInstanceRefreshError, R>) -> Self
source§impl<R> From<SdkError<SuspendProcessesError, R>> for Error
impl<R> From<SdkError<SuspendProcessesError, R>> for Error
source§fn from(err: SdkError<SuspendProcessesError, R>) -> Self
fn from(err: SdkError<SuspendProcessesError, R>) -> Self
source§impl<R> From<SdkError<TerminateInstanceInAutoScalingGroupError, R>> for Error
impl<R> From<SdkError<TerminateInstanceInAutoScalingGroupError, R>> for Error
source§fn from(err: SdkError<TerminateInstanceInAutoScalingGroupError, R>) -> Self
fn from(err: SdkError<TerminateInstanceInAutoScalingGroupError, R>) -> Self
source§impl<R> From<SdkError<UpdateAutoScalingGroupError, R>> for Error
impl<R> From<SdkError<UpdateAutoScalingGroupError, R>> for Error
source§fn from(err: SdkError<UpdateAutoScalingGroupError, R>) -> Self
fn from(err: SdkError<UpdateAutoScalingGroupError, R>) -> Self
source§impl From<SetDesiredCapacityError> for Error
impl From<SetDesiredCapacityError> for Error
source§fn from(err: SetDesiredCapacityError) -> Self
fn from(err: SetDesiredCapacityError) -> Self
source§impl From<SetInstanceHealthError> for Error
impl From<SetInstanceHealthError> for Error
source§fn from(err: SetInstanceHealthError) -> Self
fn from(err: SetInstanceHealthError) -> Self
source§impl From<SetInstanceProtectionError> for Error
impl From<SetInstanceProtectionError> for Error
source§fn from(err: SetInstanceProtectionError) -> Self
fn from(err: SetInstanceProtectionError) -> Self
source§impl From<StartInstanceRefreshError> for Error
impl From<StartInstanceRefreshError> for Error
source§fn from(err: StartInstanceRefreshError) -> Self
fn from(err: StartInstanceRefreshError) -> Self
source§impl From<SuspendProcessesError> for Error
impl From<SuspendProcessesError> for Error
source§fn from(err: SuspendProcessesError) -> Self
fn from(err: SuspendProcessesError) -> Self
source§impl From<TerminateInstanceInAutoScalingGroupError> for Error
impl From<TerminateInstanceInAutoScalingGroupError> for Error
source§fn from(err: TerminateInstanceInAutoScalingGroupError) -> Self
fn from(err: TerminateInstanceInAutoScalingGroupError) -> Self
source§impl From<UpdateAutoScalingGroupError> for Error
impl From<UpdateAutoScalingGroupError> for Error
source§fn from(err: UpdateAutoScalingGroupError) -> Self
fn from(err: UpdateAutoScalingGroupError) -> Self
source§impl<O, E> From<WaiterError<O, E>> for Error
impl<O, E> From<WaiterError<O, E>> for Error
source§fn from(err: WaiterError<O, E>) -> Self
fn from(err: WaiterError<O, E>) -> Self
source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read more