#[non_exhaustive]pub enum Error {
Show 57 variants
ConflictException(ConflictException),
ConformancePackTemplateValidationException(ConformancePackTemplateValidationException),
IdempotentParameterMismatch(IdempotentParameterMismatch),
InsufficientDeliveryPolicyException(InsufficientDeliveryPolicyException),
InsufficientPermissionsException(InsufficientPermissionsException),
InvalidConfigurationRecorderNameException(InvalidConfigurationRecorderNameException),
InvalidDeliveryChannelNameException(InvalidDeliveryChannelNameException),
InvalidExpressionException(InvalidExpressionException),
InvalidLimitException(InvalidLimitException),
InvalidNextTokenException(InvalidNextTokenException),
InvalidParameterValueException(InvalidParameterValueException),
InvalidRecordingGroupException(InvalidRecordingGroupException),
InvalidResultTokenException(InvalidResultTokenException),
InvalidRoleException(InvalidRoleException),
InvalidS3KeyPrefixException(InvalidS3KeyPrefixException),
InvalidS3KmsKeyArnException(InvalidS3KmsKeyArnException),
InvalidSnsTopicArnException(InvalidSnsTopicArnException),
InvalidTimeRangeException(InvalidTimeRangeException),
LastDeliveryChannelDeleteFailedException(LastDeliveryChannelDeleteFailedException),
LimitExceededException(LimitExceededException),
MaxActiveResourcesExceededException(MaxActiveResourcesExceededException),
MaxNumberOfConfigRulesExceededException(MaxNumberOfConfigRulesExceededException),
MaxNumberOfConfigurationRecordersExceededException(MaxNumberOfConfigurationRecordersExceededException),
MaxNumberOfConformancePacksExceededException(MaxNumberOfConformancePacksExceededException),
MaxNumberOfDeliveryChannelsExceededException(MaxNumberOfDeliveryChannelsExceededException),
MaxNumberOfOrganizationConfigRulesExceededException(MaxNumberOfOrganizationConfigRulesExceededException),
MaxNumberOfOrganizationConformancePacksExceededException(MaxNumberOfOrganizationConformancePacksExceededException),
MaxNumberOfRetentionConfigurationsExceededException(MaxNumberOfRetentionConfigurationsExceededException),
NoAvailableConfigurationRecorderException(NoAvailableConfigurationRecorderException),
NoAvailableDeliveryChannelException(NoAvailableDeliveryChannelException),
NoAvailableOrganizationException(NoAvailableOrganizationException),
NoRunningConfigurationRecorderException(NoRunningConfigurationRecorderException),
NoSuchBucketException(NoSuchBucketException),
NoSuchConfigRuleException(NoSuchConfigRuleException),
NoSuchConfigRuleInConformancePackException(NoSuchConfigRuleInConformancePackException),
NoSuchConfigurationAggregatorException(NoSuchConfigurationAggregatorException),
NoSuchConfigurationRecorderException(NoSuchConfigurationRecorderException),
NoSuchConformancePackException(NoSuchConformancePackException),
NoSuchDeliveryChannelException(NoSuchDeliveryChannelException),
NoSuchOrganizationConfigRuleException(NoSuchOrganizationConfigRuleException),
NoSuchOrganizationConformancePackException(NoSuchOrganizationConformancePackException),
NoSuchRemediationConfigurationException(NoSuchRemediationConfigurationException),
NoSuchRemediationExceptionException(NoSuchRemediationExceptionException),
NoSuchRetentionConfigurationException(NoSuchRetentionConfigurationException),
OrganizationAccessDeniedException(OrganizationAccessDeniedException),
OrganizationAllFeaturesNotEnabledException(OrganizationAllFeaturesNotEnabledException),
OrganizationConformancePackTemplateValidationException(OrganizationConformancePackTemplateValidationException),
OversizedConfigurationItemException(OversizedConfigurationItemException),
RemediationInProgressException(RemediationInProgressException),
ResourceConcurrentModificationException(ResourceConcurrentModificationException),
ResourceInUseException(ResourceInUseException),
ResourceNotDiscoveredException(ResourceNotDiscoveredException),
ResourceNotFoundException(ResourceNotFoundException),
TooManyTagsException(TooManyTagsException),
UnmodifiableEntityException(UnmodifiableEntityException),
ValidationException(ValidationException),
Unhandled(Unhandled),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
ConflictException(ConflictException)
For PutServiceLinkedConfigurationRecorder, you cannot create a service-linked recorder because a service-linked recorder already exists for the specified service.
For DeleteServiceLinkedConfigurationRecorder, you cannot delete the service-linked recorder because it is currently in use by the linked Amazon Web Services service.
For DeleteDeliveryChannel, you cannot delete the specified delivery channel because the customer managed configuration recorder is running. Use the StopConfigurationRecorder operation to stop the customer managed configuration recorder.
For AssociateResourceTypes and DisassociateResourceTypes, one of the following errors:
-
For service-linked configuration recorders, the configuration recorder is not in use by the service. No association or dissociation of resource types is permitted.
-
For service-linked configuration recorders, your requested change to the configuration recorder has been denied by its linked Amazon Web Services service.
ConformancePackTemplateValidationException(ConformancePackTemplateValidationException)
You have specified a template that is not valid or supported.
IdempotentParameterMismatch(IdempotentParameterMismatch)
Using the same client token with one or more different parameters. Specify a new client token with the parameter changes and try again.
InsufficientDeliveryPolicyException(InsufficientDeliveryPolicyException)
Your Amazon S3 bucket policy does not allow Config to write to it.
InsufficientPermissionsException(InsufficientPermissionsException)
Indicates one of the following errors:
-
For PutConfigRule, the rule cannot be created because the IAM role assigned to Config lacks permissions to perform the config:Put* action.
-
For PutConfigRule, the Lambda function cannot be invoked. Check the function ARN, and check the function's permissions.
-
For PutOrganizationConfigRule, organization Config rule cannot be created because you do not have permissions to call IAM
GetRole
action or create a service-linked role. -
For PutConformancePack and PutOrganizationConformancePack, a conformance pack cannot be created because you do not have the following permissions:
-
You do not have permission to call IAM
GetRole
action or create a service-linked role. -
You do not have permission to read Amazon S3 bucket or call SSM:GetDocument.
-
-
For PutServiceLinkedConfigurationRecorder, a service-linked configuration recorder cannot be created because you do not have the following permissions: IAM
CreateServiceLinkedRole
.
InvalidConfigurationRecorderNameException(InvalidConfigurationRecorderNameException)
You have provided a name for the customer managed configuration recorder that is not valid.
InvalidDeliveryChannelNameException(InvalidDeliveryChannelNameException)
The specified delivery channel name is not valid.
InvalidExpressionException(InvalidExpressionException)
The syntax of the query is incorrect.
InvalidLimitException(InvalidLimitException)
The specified limit is outside the allowable range.
InvalidNextTokenException(InvalidNextTokenException)
The specified next token is not valid. Specify the nextToken
string that was returned in the previous response to get the next page of results.
InvalidParameterValueException(InvalidParameterValueException)
One or more of the specified parameters are not valid. Verify that your parameters are valid and try again.
InvalidRecordingGroupException(InvalidRecordingGroupException)
One of the following errors:
-
You have provided a combination of parameter values that is not valid. For example:
-
Setting the
allSupported
field of RecordingGroup totrue
, but providing a non-empty list for theresourceTypes
field of RecordingGroup. -
Setting the
allSupported
field of RecordingGroup totrue
, but also setting theuseOnly
field of RecordingStrategy toEXCLUSION_BY_RESOURCE_TYPES
.
-
-
Every parameter is either null, false, or empty.
-
You have reached the limit of the number of resource types you can provide for the recording group.
-
You have provided resource types or a recording strategy that are not valid.
InvalidResultTokenException(InvalidResultTokenException)
The specified ResultToken
is not valid.
InvalidRoleException(InvalidRoleException)
You have provided a null or empty Amazon Resource Name (ARN) for the IAM role assumed by Config and used by the customer managed configuration recorder.
InvalidS3KeyPrefixException(InvalidS3KeyPrefixException)
The specified Amazon S3 key prefix is not valid.
InvalidS3KmsKeyArnException(InvalidS3KmsKeyArnException)
The specified Amazon KMS Key ARN is not valid.
InvalidSnsTopicArnException(InvalidSnsTopicArnException)
The specified Amazon SNS topic does not exist.
InvalidTimeRangeException(InvalidTimeRangeException)
The specified time range is not valid. The earlier time is not chronologically before the later time.
LastDeliveryChannelDeleteFailedException(LastDeliveryChannelDeleteFailedException)
You cannot delete the delivery channel you specified because the customer managed configuration recorder is running.
LimitExceededException(LimitExceededException)
For PutServiceLinkedConfigurationRecorder
API, this exception is thrown if the number of service-linked roles in the account exceeds the limit.
For StartConfigRulesEvaluation
API, this exception is thrown if an evaluation is in progress or if you call the StartConfigRulesEvaluation
API more than once per minute.
For PutConfigurationAggregator
API, this exception is thrown if the number of accounts and aggregators exceeds the limit.
MaxActiveResourcesExceededException(MaxActiveResourcesExceededException)
You have reached the limit of active custom resource types in your account. There is a limit of 100,000. Delete unused resources using DeleteResourceConfig .
MaxNumberOfConfigRulesExceededException(MaxNumberOfConfigRulesExceededException)
Failed to add the Config rule because the account already contains the maximum number of 1000 rules. Consider deleting any deactivated rules before you add new rules.
MaxNumberOfConfigurationRecordersExceededException(MaxNumberOfConfigurationRecordersExceededException)
You have reached the limit of the number of configuration recorders you can create.
MaxNumberOfConformancePacksExceededException(MaxNumberOfConformancePacksExceededException)
You have reached the limit of the number of conformance packs you can create in an account. For more information, see Service Limits in the Config Developer Guide.
MaxNumberOfDeliveryChannelsExceededException(MaxNumberOfDeliveryChannelsExceededException)
You have reached the limit of the number of delivery channels you can create.
MaxNumberOfOrganizationConfigRulesExceededException(MaxNumberOfOrganizationConfigRulesExceededException)
You have reached the limit of the number of organization Config rules you can create. For more information, see see Service Limits in the Config Developer Guide.
MaxNumberOfOrganizationConformancePacksExceededException(MaxNumberOfOrganizationConformancePacksExceededException)
You have reached the limit of the number of organization conformance packs you can create in an account. For more information, see Service Limits in the Config Developer Guide.
MaxNumberOfRetentionConfigurationsExceededException(MaxNumberOfRetentionConfigurationsExceededException)
Failed to add the retention configuration because a retention configuration with that name already exists.
NoAvailableConfigurationRecorderException(NoAvailableConfigurationRecorderException)
There are no customer managed configuration recorders available to record your resources. Use the PutConfigurationRecorder operation to create the customer managed configuration recorder.
NoAvailableDeliveryChannelException(NoAvailableDeliveryChannelException)
There is no delivery channel available to record configurations.
NoAvailableOrganizationException(NoAvailableOrganizationException)
Organization is no longer available.
NoRunningConfigurationRecorderException(NoRunningConfigurationRecorderException)
There is no configuration recorder running.
NoSuchBucketException(NoSuchBucketException)
The specified Amazon S3 bucket does not exist.
NoSuchConfigRuleException(NoSuchConfigRuleException)
The Config rule in the request is not valid. Verify that the rule is an Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.
NoSuchConfigRuleInConformancePackException(NoSuchConfigRuleInConformancePackException)
Config rule that you passed in the filter does not exist.
NoSuchConfigurationAggregatorException(NoSuchConfigurationAggregatorException)
You have specified a configuration aggregator that does not exist.
NoSuchConfigurationRecorderException(NoSuchConfigurationRecorderException)
You have specified a configuration recorder that does not exist.
NoSuchConformancePackException(NoSuchConformancePackException)
You specified one or more conformance packs that do not exist.
NoSuchDeliveryChannelException(NoSuchDeliveryChannelException)
You have specified a delivery channel that does not exist.
NoSuchOrganizationConfigRuleException(NoSuchOrganizationConfigRuleException)
The Config rule in the request is not valid. Verify that the rule is an organization Config Process Check rule, that the rule name is correct, and that valid Amazon Resouce Names (ARNs) are used before trying again.
NoSuchOrganizationConformancePackException(NoSuchOrganizationConformancePackException)
Config organization conformance pack that you passed in the filter does not exist.
For DeleteOrganizationConformancePack, you tried to delete an organization conformance pack that does not exist.
NoSuchRemediationConfigurationException(NoSuchRemediationConfigurationException)
You specified an Config rule without a remediation configuration.
NoSuchRemediationExceptionException(NoSuchRemediationExceptionException)
You tried to delete a remediation exception that does not exist.
NoSuchRetentionConfigurationException(NoSuchRetentionConfigurationException)
You have specified a retention configuration that does not exist.
OrganizationAccessDeniedException(OrganizationAccessDeniedException)
For PutConfigurationAggregator
API, you can see this exception for the following reasons:
-
No permission to call
EnableAWSServiceAccess
API -
The configuration aggregator cannot be updated because your Amazon Web Services Organization management account or the delegated administrator role changed. Delete this aggregator and create a new one with the current Amazon Web Services Organization.
-
The configuration aggregator is associated with a previous Amazon Web Services Organization and Config cannot aggregate data with current Amazon Web Services Organization. Delete this aggregator and create a new one with the current Amazon Web Services Organization.
-
You are not a registered delegated administrator for Config with permissions to call
ListDelegatedAdministrators
API. Ensure that the management account registers delagated administrator for Config service principal name before the delegated administrator creates an aggregator.
For all OrganizationConfigRule
and OrganizationConformancePack
APIs, Config throws an exception if APIs are called from member accounts. All APIs must be called from organization management account.
OrganizationAllFeaturesNotEnabledException(OrganizationAllFeaturesNotEnabledException)
Config resource cannot be created because your organization does not have all features enabled.
OrganizationConformancePackTemplateValidationException(OrganizationConformancePackTemplateValidationException)
You have specified a template that is not valid or supported.
OversizedConfigurationItemException(OversizedConfigurationItemException)
The configuration item size is outside the allowable range.
RemediationInProgressException(RemediationInProgressException)
Remediation action is in progress. You can either cancel execution in Amazon Web Services Systems Manager or wait and try again later.
ResourceConcurrentModificationException(ResourceConcurrentModificationException)
Two users are trying to modify the same query at the same time. Wait for a moment and try again.
ResourceInUseException(ResourceInUseException)
You see this exception in the following cases:
-
For DeleteConfigRule, Config is deleting this rule. Try your request again later.
-
For DeleteConfigRule, the rule is deleting your evaluation results. Try your request again later.
-
For DeleteConfigRule, a remediation action is associated with the rule and Config cannot delete this rule. Delete the remediation action associated with the rule before deleting the rule and try your request again later.
-
For PutConfigOrganizationRule, organization Config rule deletion is in progress. Try your request again later.
-
For DeleteOrganizationConfigRule, organization Config rule creation is in progress. Try your request again later.
-
For PutConformancePack and PutOrganizationConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
-
For DeleteConformancePack, a conformance pack creation, update, and deletion is in progress. Try your request again later.
ResourceNotDiscoveredException(ResourceNotDiscoveredException)
You have specified a resource that is either unknown or has not been discovered.
ResourceNotFoundException(ResourceNotFoundException)
You have specified a resource that does not exist.
TooManyTagsException(TooManyTagsException)
You have reached the limit of the number of tags you can use. For more information, see Service Limits in the Config Developer Guide.
UnmodifiableEntityException(UnmodifiableEntityException)
The requested operation is not valid.
For PutConfigurationRecorder, you will see this exception because you cannot use this operation to create a service-linked configuration recorder. Use the PutServiceLinkedConfigurationRecorder operation to create a service-linked configuration recorder.
For DeleteConfigurationRecorder, you will see this exception because you cannot use this operation to delete a service-linked configuration recorder. Use the DeleteServiceLinkedConfigurationRecorder operation to delete a service-linked configuration recorder.
For StartConfigurationRecorder and StopConfigurationRecorder, you will see this exception because these operations do not affect service-linked configuration recorders. Service-linked configuration recorders are always recording. To stop recording, you must delete the service-linked configuration recorder. Use the DeleteServiceLinkedConfigurationRecorder operation to delete a service-linked configuration recorder.
ValidationException(ValidationException)
The requested operation is not valid. You will see this exception if there are missing required fields or if the input value fails the validation.
For PutStoredQuery, one of the following errors:
-
There are missing required fields.
-
The input value fails the validation.
-
You are trying to create more than 300 queries.
For DescribeConfigurationRecorders and DescribeConfigurationRecorderStatus, one of the following errors:
-
You have specified more than one configuration recorder.
-
You have provided a service principal for service-linked configuration recorder that is not valid.
For AssociateResourceTypes and DisassociateResourceTypes, one of the following errors:
-
Your configuraiton recorder has a recording strategy that does not allow the association or disassociation of resource types.
-
One or more of the specified resource types are already associated or disassociated with the configuration recorder.
-
For service-linked configuration recorders, the configuration recorder does not record one or more of the specified resource types.
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<AssociateResourceTypesError> for Error
impl From<AssociateResourceTypesError> for Error
Source§fn from(err: AssociateResourceTypesError) -> Self
fn from(err: AssociateResourceTypesError) -> Self
Source§impl From<BatchGetAggregateResourceConfigError> for Error
impl From<BatchGetAggregateResourceConfigError> for Error
Source§fn from(err: BatchGetAggregateResourceConfigError) -> Self
fn from(err: BatchGetAggregateResourceConfigError) -> Self
Source§impl From<BatchGetResourceConfigError> for Error
impl From<BatchGetResourceConfigError> for Error
Source§fn from(err: BatchGetResourceConfigError) -> Self
fn from(err: BatchGetResourceConfigError) -> 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<DeleteAggregationAuthorizationError> for Error
impl From<DeleteAggregationAuthorizationError> for Error
Source§fn from(err: DeleteAggregationAuthorizationError) -> Self
fn from(err: DeleteAggregationAuthorizationError) -> Self
Source§impl From<DeleteConfigRuleError> for Error
impl From<DeleteConfigRuleError> for Error
Source§fn from(err: DeleteConfigRuleError) -> Self
fn from(err: DeleteConfigRuleError) -> Self
Source§impl From<DeleteConfigurationAggregatorError> for Error
impl From<DeleteConfigurationAggregatorError> for Error
Source§fn from(err: DeleteConfigurationAggregatorError) -> Self
fn from(err: DeleteConfigurationAggregatorError) -> Self
Source§impl From<DeleteConfigurationRecorderError> for Error
impl From<DeleteConfigurationRecorderError> for Error
Source§fn from(err: DeleteConfigurationRecorderError) -> Self
fn from(err: DeleteConfigurationRecorderError) -> Self
Source§impl From<DeleteConformancePackError> for Error
impl From<DeleteConformancePackError> for Error
Source§fn from(err: DeleteConformancePackError) -> Self
fn from(err: DeleteConformancePackError) -> Self
Source§impl From<DeleteDeliveryChannelError> for Error
impl From<DeleteDeliveryChannelError> for Error
Source§fn from(err: DeleteDeliveryChannelError) -> Self
fn from(err: DeleteDeliveryChannelError) -> Self
Source§impl From<DeleteEvaluationResultsError> for Error
impl From<DeleteEvaluationResultsError> for Error
Source§fn from(err: DeleteEvaluationResultsError) -> Self
fn from(err: DeleteEvaluationResultsError) -> Self
Source§impl From<DeleteOrganizationConfigRuleError> for Error
impl From<DeleteOrganizationConfigRuleError> for Error
Source§fn from(err: DeleteOrganizationConfigRuleError) -> Self
fn from(err: DeleteOrganizationConfigRuleError) -> Self
Source§impl From<DeleteOrganizationConformancePackError> for Error
impl From<DeleteOrganizationConformancePackError> for Error
Source§fn from(err: DeleteOrganizationConformancePackError) -> Self
fn from(err: DeleteOrganizationConformancePackError) -> Self
Source§impl From<DeletePendingAggregationRequestError> for Error
impl From<DeletePendingAggregationRequestError> for Error
Source§fn from(err: DeletePendingAggregationRequestError) -> Self
fn from(err: DeletePendingAggregationRequestError) -> Self
Source§impl From<DeleteRemediationConfigurationError> for Error
impl From<DeleteRemediationConfigurationError> for Error
Source§fn from(err: DeleteRemediationConfigurationError) -> Self
fn from(err: DeleteRemediationConfigurationError) -> Self
Source§impl From<DeleteRemediationExceptionsError> for Error
impl From<DeleteRemediationExceptionsError> for Error
Source§fn from(err: DeleteRemediationExceptionsError) -> Self
fn from(err: DeleteRemediationExceptionsError) -> Self
Source§impl From<DeleteResourceConfigError> for Error
impl From<DeleteResourceConfigError> for Error
Source§fn from(err: DeleteResourceConfigError) -> Self
fn from(err: DeleteResourceConfigError) -> Self
Source§impl From<DeleteRetentionConfigurationError> for Error
impl From<DeleteRetentionConfigurationError> for Error
Source§fn from(err: DeleteRetentionConfigurationError) -> Self
fn from(err: DeleteRetentionConfigurationError) -> Self
Source§impl From<DeleteServiceLinkedConfigurationRecorderError> for Error
impl From<DeleteServiceLinkedConfigurationRecorderError> for Error
Source§fn from(err: DeleteServiceLinkedConfigurationRecorderError) -> Self
fn from(err: DeleteServiceLinkedConfigurationRecorderError) -> Self
Source§impl From<DeleteStoredQueryError> for Error
impl From<DeleteStoredQueryError> for Error
Source§fn from(err: DeleteStoredQueryError) -> Self
fn from(err: DeleteStoredQueryError) -> Self
Source§impl From<DeliverConfigSnapshotError> for Error
impl From<DeliverConfigSnapshotError> for Error
Source§fn from(err: DeliverConfigSnapshotError) -> Self
fn from(err: DeliverConfigSnapshotError) -> Self
Source§impl From<DescribeAggregateComplianceByConfigRulesError> for Error
impl From<DescribeAggregateComplianceByConfigRulesError> for Error
Source§fn from(err: DescribeAggregateComplianceByConfigRulesError) -> Self
fn from(err: DescribeAggregateComplianceByConfigRulesError) -> Self
Source§impl From<DescribeAggregateComplianceByConformancePacksError> for Error
impl From<DescribeAggregateComplianceByConformancePacksError> for Error
Source§fn from(err: DescribeAggregateComplianceByConformancePacksError) -> Self
fn from(err: DescribeAggregateComplianceByConformancePacksError) -> Self
Source§impl From<DescribeAggregationAuthorizationsError> for Error
impl From<DescribeAggregationAuthorizationsError> for Error
Source§fn from(err: DescribeAggregationAuthorizationsError) -> Self
fn from(err: DescribeAggregationAuthorizationsError) -> Self
Source§impl From<DescribeComplianceByConfigRuleError> for Error
impl From<DescribeComplianceByConfigRuleError> for Error
Source§fn from(err: DescribeComplianceByConfigRuleError) -> Self
fn from(err: DescribeComplianceByConfigRuleError) -> Self
Source§impl From<DescribeComplianceByResourceError> for Error
impl From<DescribeComplianceByResourceError> for Error
Source§fn from(err: DescribeComplianceByResourceError) -> Self
fn from(err: DescribeComplianceByResourceError) -> Self
Source§impl From<DescribeConfigRuleEvaluationStatusError> for Error
impl From<DescribeConfigRuleEvaluationStatusError> for Error
Source§fn from(err: DescribeConfigRuleEvaluationStatusError) -> Self
fn from(err: DescribeConfigRuleEvaluationStatusError) -> Self
Source§impl From<DescribeConfigRulesError> for Error
impl From<DescribeConfigRulesError> for Error
Source§fn from(err: DescribeConfigRulesError) -> Self
fn from(err: DescribeConfigRulesError) -> Self
Source§impl From<DescribeConfigurationAggregatorSourcesStatusError> for Error
impl From<DescribeConfigurationAggregatorSourcesStatusError> for Error
Source§fn from(err: DescribeConfigurationAggregatorSourcesStatusError) -> Self
fn from(err: DescribeConfigurationAggregatorSourcesStatusError) -> Self
Source§impl From<DescribeConfigurationAggregatorsError> for Error
impl From<DescribeConfigurationAggregatorsError> for Error
Source§fn from(err: DescribeConfigurationAggregatorsError) -> Self
fn from(err: DescribeConfigurationAggregatorsError) -> Self
Source§impl From<DescribeConfigurationRecorderStatusError> for Error
impl From<DescribeConfigurationRecorderStatusError> for Error
Source§fn from(err: DescribeConfigurationRecorderStatusError) -> Self
fn from(err: DescribeConfigurationRecorderStatusError) -> Self
Source§impl From<DescribeConfigurationRecordersError> for Error
impl From<DescribeConfigurationRecordersError> for Error
Source§fn from(err: DescribeConfigurationRecordersError) -> Self
fn from(err: DescribeConfigurationRecordersError) -> Self
Source§impl From<DescribeConformancePackComplianceError> for Error
impl From<DescribeConformancePackComplianceError> for Error
Source§fn from(err: DescribeConformancePackComplianceError) -> Self
fn from(err: DescribeConformancePackComplianceError) -> Self
Source§impl From<DescribeConformancePackStatusError> for Error
impl From<DescribeConformancePackStatusError> for Error
Source§fn from(err: DescribeConformancePackStatusError) -> Self
fn from(err: DescribeConformancePackStatusError) -> Self
Source§impl From<DescribeConformancePacksError> for Error
impl From<DescribeConformancePacksError> for Error
Source§fn from(err: DescribeConformancePacksError) -> Self
fn from(err: DescribeConformancePacksError) -> Self
Source§impl From<DescribeDeliveryChannelStatusError> for Error
impl From<DescribeDeliveryChannelStatusError> for Error
Source§fn from(err: DescribeDeliveryChannelStatusError) -> Self
fn from(err: DescribeDeliveryChannelStatusError) -> Self
Source§impl From<DescribeDeliveryChannelsError> for Error
impl From<DescribeDeliveryChannelsError> for Error
Source§fn from(err: DescribeDeliveryChannelsError) -> Self
fn from(err: DescribeDeliveryChannelsError) -> Self
Source§impl From<DescribeOrganizationConfigRuleStatusesError> for Error
impl From<DescribeOrganizationConfigRuleStatusesError> for Error
Source§fn from(err: DescribeOrganizationConfigRuleStatusesError) -> Self
fn from(err: DescribeOrganizationConfigRuleStatusesError) -> Self
Source§impl From<DescribeOrganizationConfigRulesError> for Error
impl From<DescribeOrganizationConfigRulesError> for Error
Source§fn from(err: DescribeOrganizationConfigRulesError) -> Self
fn from(err: DescribeOrganizationConfigRulesError) -> Self
Source§impl From<DescribeOrganizationConformancePackStatusesError> for Error
impl From<DescribeOrganizationConformancePackStatusesError> for Error
Source§fn from(err: DescribeOrganizationConformancePackStatusesError) -> Self
fn from(err: DescribeOrganizationConformancePackStatusesError) -> Self
Source§impl From<DescribeOrganizationConformancePacksError> for Error
impl From<DescribeOrganizationConformancePacksError> for Error
Source§fn from(err: DescribeOrganizationConformancePacksError) -> Self
fn from(err: DescribeOrganizationConformancePacksError) -> Self
Source§impl From<DescribePendingAggregationRequestsError> for Error
impl From<DescribePendingAggregationRequestsError> for Error
Source§fn from(err: DescribePendingAggregationRequestsError) -> Self
fn from(err: DescribePendingAggregationRequestsError) -> Self
Source§impl From<DescribeRemediationConfigurationsError> for Error
impl From<DescribeRemediationConfigurationsError> for Error
Source§fn from(err: DescribeRemediationConfigurationsError) -> Self
fn from(err: DescribeRemediationConfigurationsError) -> Self
Source§impl From<DescribeRemediationExceptionsError> for Error
impl From<DescribeRemediationExceptionsError> for Error
Source§fn from(err: DescribeRemediationExceptionsError) -> Self
fn from(err: DescribeRemediationExceptionsError) -> Self
Source§impl From<DescribeRemediationExecutionStatusError> for Error
impl From<DescribeRemediationExecutionStatusError> for Error
Source§fn from(err: DescribeRemediationExecutionStatusError) -> Self
fn from(err: DescribeRemediationExecutionStatusError) -> Self
Source§impl From<DescribeRetentionConfigurationsError> for Error
impl From<DescribeRetentionConfigurationsError> for Error
Source§fn from(err: DescribeRetentionConfigurationsError) -> Self
fn from(err: DescribeRetentionConfigurationsError) -> Self
Source§impl From<DisassociateResourceTypesError> for Error
impl From<DisassociateResourceTypesError> for Error
Source§fn from(err: DisassociateResourceTypesError) -> Self
fn from(err: DisassociateResourceTypesError) -> Self
Source§impl From<GetAggregateComplianceDetailsByConfigRuleError> for Error
impl From<GetAggregateComplianceDetailsByConfigRuleError> for Error
Source§fn from(err: GetAggregateComplianceDetailsByConfigRuleError) -> Self
fn from(err: GetAggregateComplianceDetailsByConfigRuleError) -> Self
Source§impl From<GetAggregateConfigRuleComplianceSummaryError> for Error
impl From<GetAggregateConfigRuleComplianceSummaryError> for Error
Source§fn from(err: GetAggregateConfigRuleComplianceSummaryError) -> Self
fn from(err: GetAggregateConfigRuleComplianceSummaryError) -> Self
Source§impl From<GetAggregateConformancePackComplianceSummaryError> for Error
impl From<GetAggregateConformancePackComplianceSummaryError> for Error
Source§fn from(err: GetAggregateConformancePackComplianceSummaryError) -> Self
fn from(err: GetAggregateConformancePackComplianceSummaryError) -> Self
Source§impl From<GetAggregateDiscoveredResourceCountsError> for Error
impl From<GetAggregateDiscoveredResourceCountsError> for Error
Source§fn from(err: GetAggregateDiscoveredResourceCountsError) -> Self
fn from(err: GetAggregateDiscoveredResourceCountsError) -> Self
Source§impl From<GetAggregateResourceConfigError> for Error
impl From<GetAggregateResourceConfigError> for Error
Source§fn from(err: GetAggregateResourceConfigError) -> Self
fn from(err: GetAggregateResourceConfigError) -> Self
Source§impl From<GetComplianceDetailsByConfigRuleError> for Error
impl From<GetComplianceDetailsByConfigRuleError> for Error
Source§fn from(err: GetComplianceDetailsByConfigRuleError) -> Self
fn from(err: GetComplianceDetailsByConfigRuleError) -> Self
Source§impl From<GetComplianceDetailsByResourceError> for Error
impl From<GetComplianceDetailsByResourceError> for Error
Source§fn from(err: GetComplianceDetailsByResourceError) -> Self
fn from(err: GetComplianceDetailsByResourceError) -> Self
Source§impl From<GetComplianceSummaryByConfigRuleError> for Error
impl From<GetComplianceSummaryByConfigRuleError> for Error
Source§fn from(err: GetComplianceSummaryByConfigRuleError) -> Self
fn from(err: GetComplianceSummaryByConfigRuleError) -> Self
Source§impl From<GetComplianceSummaryByResourceTypeError> for Error
impl From<GetComplianceSummaryByResourceTypeError> for Error
Source§fn from(err: GetComplianceSummaryByResourceTypeError) -> Self
fn from(err: GetComplianceSummaryByResourceTypeError) -> Self
Source§impl From<GetConformancePackComplianceDetailsError> for Error
impl From<GetConformancePackComplianceDetailsError> for Error
Source§fn from(err: GetConformancePackComplianceDetailsError) -> Self
fn from(err: GetConformancePackComplianceDetailsError) -> Self
Source§impl From<GetConformancePackComplianceSummaryError> for Error
impl From<GetConformancePackComplianceSummaryError> for Error
Source§fn from(err: GetConformancePackComplianceSummaryError) -> Self
fn from(err: GetConformancePackComplianceSummaryError) -> Self
Source§impl From<GetCustomRulePolicyError> for Error
impl From<GetCustomRulePolicyError> for Error
Source§fn from(err: GetCustomRulePolicyError) -> Self
fn from(err: GetCustomRulePolicyError) -> Self
Source§impl From<GetDiscoveredResourceCountsError> for Error
impl From<GetDiscoveredResourceCountsError> for Error
Source§fn from(err: GetDiscoveredResourceCountsError) -> Self
fn from(err: GetDiscoveredResourceCountsError) -> Self
Source§impl From<GetOrganizationConfigRuleDetailedStatusError> for Error
impl From<GetOrganizationConfigRuleDetailedStatusError> for Error
Source§fn from(err: GetOrganizationConfigRuleDetailedStatusError) -> Self
fn from(err: GetOrganizationConfigRuleDetailedStatusError) -> Self
Source§impl From<GetOrganizationConformancePackDetailedStatusError> for Error
impl From<GetOrganizationConformancePackDetailedStatusError> for Error
Source§fn from(err: GetOrganizationConformancePackDetailedStatusError) -> Self
fn from(err: GetOrganizationConformancePackDetailedStatusError) -> Self
Source§impl From<GetOrganizationCustomRulePolicyError> for Error
impl From<GetOrganizationCustomRulePolicyError> for Error
Source§fn from(err: GetOrganizationCustomRulePolicyError) -> Self
fn from(err: GetOrganizationCustomRulePolicyError) -> Self
Source§impl From<GetResourceConfigHistoryError> for Error
impl From<GetResourceConfigHistoryError> for Error
Source§fn from(err: GetResourceConfigHistoryError) -> Self
fn from(err: GetResourceConfigHistoryError) -> Self
Source§impl From<GetResourceEvaluationSummaryError> for Error
impl From<GetResourceEvaluationSummaryError> for Error
Source§fn from(err: GetResourceEvaluationSummaryError) -> Self
fn from(err: GetResourceEvaluationSummaryError) -> Self
Source§impl From<GetStoredQueryError> for Error
impl From<GetStoredQueryError> for Error
Source§fn from(err: GetStoredQueryError) -> Self
fn from(err: GetStoredQueryError) -> Self
Source§impl From<ListAggregateDiscoveredResourcesError> for Error
impl From<ListAggregateDiscoveredResourcesError> for Error
Source§fn from(err: ListAggregateDiscoveredResourcesError) -> Self
fn from(err: ListAggregateDiscoveredResourcesError) -> Self
Source§impl From<ListConfigurationRecordersError> for Error
impl From<ListConfigurationRecordersError> for Error
Source§fn from(err: ListConfigurationRecordersError) -> Self
fn from(err: ListConfigurationRecordersError) -> Self
Source§impl From<ListConformancePackComplianceScoresError> for Error
impl From<ListConformancePackComplianceScoresError> for Error
Source§fn from(err: ListConformancePackComplianceScoresError) -> Self
fn from(err: ListConformancePackComplianceScoresError) -> Self
Source§impl From<ListDiscoveredResourcesError> for Error
impl From<ListDiscoveredResourcesError> for Error
Source§fn from(err: ListDiscoveredResourcesError) -> Self
fn from(err: ListDiscoveredResourcesError) -> Self
Source§impl From<ListResourceEvaluationsError> for Error
impl From<ListResourceEvaluationsError> for Error
Source§fn from(err: ListResourceEvaluationsError) -> Self
fn from(err: ListResourceEvaluationsError) -> Self
Source§impl From<ListStoredQueriesError> for Error
impl From<ListStoredQueriesError> for Error
Source§fn from(err: ListStoredQueriesError) -> Self
fn from(err: ListStoredQueriesError) -> Self
Source§impl From<ListTagsForResourceError> for Error
impl From<ListTagsForResourceError> for Error
Source§fn from(err: ListTagsForResourceError) -> Self
fn from(err: ListTagsForResourceError) -> Self
Source§impl From<PutAggregationAuthorizationError> for Error
impl From<PutAggregationAuthorizationError> for Error
Source§fn from(err: PutAggregationAuthorizationError) -> Self
fn from(err: PutAggregationAuthorizationError) -> Self
Source§impl From<PutConfigRuleError> for Error
impl From<PutConfigRuleError> for Error
Source§fn from(err: PutConfigRuleError) -> Self
fn from(err: PutConfigRuleError) -> Self
Source§impl From<PutConfigurationAggregatorError> for Error
impl From<PutConfigurationAggregatorError> for Error
Source§fn from(err: PutConfigurationAggregatorError) -> Self
fn from(err: PutConfigurationAggregatorError) -> Self
Source§impl From<PutConfigurationRecorderError> for Error
impl From<PutConfigurationRecorderError> for Error
Source§fn from(err: PutConfigurationRecorderError) -> Self
fn from(err: PutConfigurationRecorderError) -> Self
Source§impl From<PutConformancePackError> for Error
impl From<PutConformancePackError> for Error
Source§fn from(err: PutConformancePackError) -> Self
fn from(err: PutConformancePackError) -> Self
Source§impl From<PutDeliveryChannelError> for Error
impl From<PutDeliveryChannelError> for Error
Source§fn from(err: PutDeliveryChannelError) -> Self
fn from(err: PutDeliveryChannelError) -> Self
Source§impl From<PutEvaluationsError> for Error
impl From<PutEvaluationsError> for Error
Source§fn from(err: PutEvaluationsError) -> Self
fn from(err: PutEvaluationsError) -> Self
Source§impl From<PutExternalEvaluationError> for Error
impl From<PutExternalEvaluationError> for Error
Source§fn from(err: PutExternalEvaluationError) -> Self
fn from(err: PutExternalEvaluationError) -> Self
Source§impl From<PutOrganizationConfigRuleError> for Error
impl From<PutOrganizationConfigRuleError> for Error
Source§fn from(err: PutOrganizationConfigRuleError) -> Self
fn from(err: PutOrganizationConfigRuleError) -> Self
Source§impl From<PutOrganizationConformancePackError> for Error
impl From<PutOrganizationConformancePackError> for Error
Source§fn from(err: PutOrganizationConformancePackError) -> Self
fn from(err: PutOrganizationConformancePackError) -> Self
Source§impl From<PutRemediationConfigurationsError> for Error
impl From<PutRemediationConfigurationsError> for Error
Source§fn from(err: PutRemediationConfigurationsError) -> Self
fn from(err: PutRemediationConfigurationsError) -> Self
Source§impl From<PutRemediationExceptionsError> for Error
impl From<PutRemediationExceptionsError> for Error
Source§fn from(err: PutRemediationExceptionsError) -> Self
fn from(err: PutRemediationExceptionsError) -> Self
Source§impl From<PutResourceConfigError> for Error
impl From<PutResourceConfigError> for Error
Source§fn from(err: PutResourceConfigError) -> Self
fn from(err: PutResourceConfigError) -> Self
Source§impl From<PutRetentionConfigurationError> for Error
impl From<PutRetentionConfigurationError> for Error
Source§fn from(err: PutRetentionConfigurationError) -> Self
fn from(err: PutRetentionConfigurationError) -> Self
Source§impl From<PutServiceLinkedConfigurationRecorderError> for Error
impl From<PutServiceLinkedConfigurationRecorderError> for Error
Source§fn from(err: PutServiceLinkedConfigurationRecorderError) -> Self
fn from(err: PutServiceLinkedConfigurationRecorderError) -> Self
Source§impl From<PutStoredQueryError> for Error
impl From<PutStoredQueryError> for Error
Source§fn from(err: PutStoredQueryError) -> Self
fn from(err: PutStoredQueryError) -> Self
Source§impl<R> From<SdkError<AssociateResourceTypesError, R>> for Error
impl<R> From<SdkError<AssociateResourceTypesError, R>> for Error
Source§fn from(err: SdkError<AssociateResourceTypesError, R>) -> Self
fn from(err: SdkError<AssociateResourceTypesError, R>) -> Self
Source§impl<R> From<SdkError<BatchGetAggregateResourceConfigError, R>> for Error
impl<R> From<SdkError<BatchGetAggregateResourceConfigError, R>> for Error
Source§fn from(err: SdkError<BatchGetAggregateResourceConfigError, R>) -> Self
fn from(err: SdkError<BatchGetAggregateResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<BatchGetResourceConfigError, R>> for Error
impl<R> From<SdkError<BatchGetResourceConfigError, R>> for Error
Source§fn from(err: SdkError<BatchGetResourceConfigError, R>) -> Self
fn from(err: SdkError<BatchGetResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<DeleteAggregationAuthorizationError, R>> for Error
impl<R> From<SdkError<DeleteAggregationAuthorizationError, R>> for Error
Source§fn from(err: SdkError<DeleteAggregationAuthorizationError, R>) -> Self
fn from(err: SdkError<DeleteAggregationAuthorizationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConfigRuleError, R>> for Error
impl<R> From<SdkError<DeleteConfigRuleError, R>> for Error
Source§fn from(err: SdkError<DeleteConfigRuleError, R>) -> Self
fn from(err: SdkError<DeleteConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConfigurationAggregatorError, R>> for Error
impl<R> From<SdkError<DeleteConfigurationAggregatorError, R>> for Error
Source§fn from(err: SdkError<DeleteConfigurationAggregatorError, R>) -> Self
fn from(err: SdkError<DeleteConfigurationAggregatorError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<DeleteConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<DeleteConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<DeleteConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<DeleteConformancePackError, R>> for Error
impl<R> From<SdkError<DeleteConformancePackError, R>> for Error
Source§fn from(err: SdkError<DeleteConformancePackError, R>) -> Self
fn from(err: SdkError<DeleteConformancePackError, R>) -> Self
Source§impl<R> From<SdkError<DeleteDeliveryChannelError, R>> for Error
impl<R> From<SdkError<DeleteDeliveryChannelError, R>> for Error
Source§fn from(err: SdkError<DeleteDeliveryChannelError, R>) -> Self
fn from(err: SdkError<DeleteDeliveryChannelError, R>) -> Self
Source§impl<R> From<SdkError<DeleteEvaluationResultsError, R>> for Error
impl<R> From<SdkError<DeleteEvaluationResultsError, R>> for Error
Source§fn from(err: SdkError<DeleteEvaluationResultsError, R>) -> Self
fn from(err: SdkError<DeleteEvaluationResultsError, R>) -> Self
Source§impl<R> From<SdkError<DeleteOrganizationConfigRuleError, R>> for Error
impl<R> From<SdkError<DeleteOrganizationConfigRuleError, R>> for Error
Source§fn from(err: SdkError<DeleteOrganizationConfigRuleError, R>) -> Self
fn from(err: SdkError<DeleteOrganizationConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<DeleteOrganizationConformancePackError, R>> for Error
impl<R> From<SdkError<DeleteOrganizationConformancePackError, R>> for Error
Source§fn from(err: SdkError<DeleteOrganizationConformancePackError, R>) -> Self
fn from(err: SdkError<DeleteOrganizationConformancePackError, R>) -> Self
Source§impl<R> From<SdkError<DeletePendingAggregationRequestError, R>> for Error
impl<R> From<SdkError<DeletePendingAggregationRequestError, R>> for Error
Source§fn from(err: SdkError<DeletePendingAggregationRequestError, R>) -> Self
fn from(err: SdkError<DeletePendingAggregationRequestError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRemediationConfigurationError, R>> for Error
impl<R> From<SdkError<DeleteRemediationConfigurationError, R>> for Error
Source§fn from(err: SdkError<DeleteRemediationConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteRemediationConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRemediationExceptionsError, R>> for Error
impl<R> From<SdkError<DeleteRemediationExceptionsError, R>> for Error
Source§fn from(err: SdkError<DeleteRemediationExceptionsError, R>) -> Self
fn from(err: SdkError<DeleteRemediationExceptionsError, R>) -> Self
Source§impl<R> From<SdkError<DeleteResourceConfigError, R>> for Error
impl<R> From<SdkError<DeleteResourceConfigError, R>> for Error
Source§fn from(err: SdkError<DeleteResourceConfigError, R>) -> Self
fn from(err: SdkError<DeleteResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<DeleteRetentionConfigurationError, R>> for Error
impl<R> From<SdkError<DeleteRetentionConfigurationError, R>> for Error
Source§fn from(err: SdkError<DeleteRetentionConfigurationError, R>) -> Self
fn from(err: SdkError<DeleteRetentionConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<DeleteServiceLinkedConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<DeleteServiceLinkedConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<DeleteServiceLinkedConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<DeleteServiceLinkedConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<DeleteStoredQueryError, R>> for Error
impl<R> From<SdkError<DeleteStoredQueryError, R>> for Error
Source§fn from(err: SdkError<DeleteStoredQueryError, R>) -> Self
fn from(err: SdkError<DeleteStoredQueryError, R>) -> Self
Source§impl<R> From<SdkError<DeliverConfigSnapshotError, R>> for Error
impl<R> From<SdkError<DeliverConfigSnapshotError, R>> for Error
Source§fn from(err: SdkError<DeliverConfigSnapshotError, R>) -> Self
fn from(err: SdkError<DeliverConfigSnapshotError, R>) -> Self
Source§impl<R> From<SdkError<DescribeAggregateComplianceByConfigRulesError, R>> for Error
impl<R> From<SdkError<DescribeAggregateComplianceByConfigRulesError, R>> for Error
Source§fn from(err: SdkError<DescribeAggregateComplianceByConfigRulesError, R>) -> Self
fn from(err: SdkError<DescribeAggregateComplianceByConfigRulesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeAggregateComplianceByConformancePacksError, R>> for Error
impl<R> From<SdkError<DescribeAggregateComplianceByConformancePacksError, R>> for Error
Source§fn from(
err: SdkError<DescribeAggregateComplianceByConformancePacksError, R>,
) -> Self
fn from( err: SdkError<DescribeAggregateComplianceByConformancePacksError, R>, ) -> Self
Source§impl<R> From<SdkError<DescribeAggregationAuthorizationsError, R>> for Error
impl<R> From<SdkError<DescribeAggregationAuthorizationsError, R>> for Error
Source§fn from(err: SdkError<DescribeAggregationAuthorizationsError, R>) -> Self
fn from(err: SdkError<DescribeAggregationAuthorizationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeComplianceByConfigRuleError, R>> for Error
impl<R> From<SdkError<DescribeComplianceByConfigRuleError, R>> for Error
Source§fn from(err: SdkError<DescribeComplianceByConfigRuleError, R>) -> Self
fn from(err: SdkError<DescribeComplianceByConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<DescribeComplianceByResourceError, R>> for Error
impl<R> From<SdkError<DescribeComplianceByResourceError, R>> for Error
Source§fn from(err: SdkError<DescribeComplianceByResourceError, R>) -> Self
fn from(err: SdkError<DescribeComplianceByResourceError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigRuleEvaluationStatusError, R>> for Error
impl<R> From<SdkError<DescribeConfigRuleEvaluationStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigRuleEvaluationStatusError, R>) -> Self
fn from(err: SdkError<DescribeConfigRuleEvaluationStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigRulesError, R>> for Error
impl<R> From<SdkError<DescribeConfigRulesError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigRulesError, R>) -> Self
fn from(err: SdkError<DescribeConfigRulesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigurationAggregatorSourcesStatusError, R>> for Error
impl<R> From<SdkError<DescribeConfigurationAggregatorSourcesStatusError, R>> for Error
Source§fn from(
err: SdkError<DescribeConfigurationAggregatorSourcesStatusError, R>,
) -> Self
fn from( err: SdkError<DescribeConfigurationAggregatorSourcesStatusError, R>, ) -> Self
Source§impl<R> From<SdkError<DescribeConfigurationAggregatorsError, R>> for Error
impl<R> From<SdkError<DescribeConfigurationAggregatorsError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigurationAggregatorsError, R>) -> Self
fn from(err: SdkError<DescribeConfigurationAggregatorsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigurationRecorderStatusError, R>> for Error
impl<R> From<SdkError<DescribeConfigurationRecorderStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigurationRecorderStatusError, R>) -> Self
fn from(err: SdkError<DescribeConfigurationRecorderStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConfigurationRecordersError, R>> for Error
impl<R> From<SdkError<DescribeConfigurationRecordersError, R>> for Error
Source§fn from(err: SdkError<DescribeConfigurationRecordersError, R>) -> Self
fn from(err: SdkError<DescribeConfigurationRecordersError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConformancePackComplianceError, R>> for Error
impl<R> From<SdkError<DescribeConformancePackComplianceError, R>> for Error
Source§fn from(err: SdkError<DescribeConformancePackComplianceError, R>) -> Self
fn from(err: SdkError<DescribeConformancePackComplianceError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConformancePackStatusError, R>> for Error
impl<R> From<SdkError<DescribeConformancePackStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeConformancePackStatusError, R>) -> Self
fn from(err: SdkError<DescribeConformancePackStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeConformancePacksError, R>> for Error
impl<R> From<SdkError<DescribeConformancePacksError, R>> for Error
Source§fn from(err: SdkError<DescribeConformancePacksError, R>) -> Self
fn from(err: SdkError<DescribeConformancePacksError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDeliveryChannelStatusError, R>> for Error
impl<R> From<SdkError<DescribeDeliveryChannelStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeDeliveryChannelStatusError, R>) -> Self
fn from(err: SdkError<DescribeDeliveryChannelStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeDeliveryChannelsError, R>> for Error
impl<R> From<SdkError<DescribeDeliveryChannelsError, R>> for Error
Source§fn from(err: SdkError<DescribeDeliveryChannelsError, R>) -> Self
fn from(err: SdkError<DescribeDeliveryChannelsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeOrganizationConfigRuleStatusesError, R>> for Error
impl<R> From<SdkError<DescribeOrganizationConfigRuleStatusesError, R>> for Error
Source§fn from(err: SdkError<DescribeOrganizationConfigRuleStatusesError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationConfigRuleStatusesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeOrganizationConfigRulesError, R>> for Error
impl<R> From<SdkError<DescribeOrganizationConfigRulesError, R>> for Error
Source§fn from(err: SdkError<DescribeOrganizationConfigRulesError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationConfigRulesError, R>) -> Self
Source§impl<R> From<SdkError<DescribeOrganizationConformancePackStatusesError, R>> for Error
impl<R> From<SdkError<DescribeOrganizationConformancePackStatusesError, R>> for Error
Source§fn from(
err: SdkError<DescribeOrganizationConformancePackStatusesError, R>,
) -> Self
fn from( err: SdkError<DescribeOrganizationConformancePackStatusesError, R>, ) -> Self
Source§impl<R> From<SdkError<DescribeOrganizationConformancePacksError, R>> for Error
impl<R> From<SdkError<DescribeOrganizationConformancePacksError, R>> for Error
Source§fn from(err: SdkError<DescribeOrganizationConformancePacksError, R>) -> Self
fn from(err: SdkError<DescribeOrganizationConformancePacksError, R>) -> Self
Source§impl<R> From<SdkError<DescribePendingAggregationRequestsError, R>> for Error
impl<R> From<SdkError<DescribePendingAggregationRequestsError, R>> for Error
Source§fn from(err: SdkError<DescribePendingAggregationRequestsError, R>) -> Self
fn from(err: SdkError<DescribePendingAggregationRequestsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeRemediationConfigurationsError, R>> for Error
impl<R> From<SdkError<DescribeRemediationConfigurationsError, R>> for Error
Source§fn from(err: SdkError<DescribeRemediationConfigurationsError, R>) -> Self
fn from(err: SdkError<DescribeRemediationConfigurationsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeRemediationExceptionsError, R>> for Error
impl<R> From<SdkError<DescribeRemediationExceptionsError, R>> for Error
Source§fn from(err: SdkError<DescribeRemediationExceptionsError, R>) -> Self
fn from(err: SdkError<DescribeRemediationExceptionsError, R>) -> Self
Source§impl<R> From<SdkError<DescribeRemediationExecutionStatusError, R>> for Error
impl<R> From<SdkError<DescribeRemediationExecutionStatusError, R>> for Error
Source§fn from(err: SdkError<DescribeRemediationExecutionStatusError, R>) -> Self
fn from(err: SdkError<DescribeRemediationExecutionStatusError, R>) -> Self
Source§impl<R> From<SdkError<DescribeRetentionConfigurationsError, R>> for Error
impl<R> From<SdkError<DescribeRetentionConfigurationsError, R>> for Error
Source§fn from(err: SdkError<DescribeRetentionConfigurationsError, R>) -> Self
fn from(err: SdkError<DescribeRetentionConfigurationsError, R>) -> Self
Source§impl<R> From<SdkError<DisassociateResourceTypesError, R>> for Error
impl<R> From<SdkError<DisassociateResourceTypesError, R>> for Error
Source§fn from(err: SdkError<DisassociateResourceTypesError, R>) -> Self
fn from(err: SdkError<DisassociateResourceTypesError, R>) -> Self
Source§impl<R> From<SdkError<GetAggregateComplianceDetailsByConfigRuleError, R>> for Error
impl<R> From<SdkError<GetAggregateComplianceDetailsByConfigRuleError, R>> for Error
Source§fn from(
err: SdkError<GetAggregateComplianceDetailsByConfigRuleError, R>,
) -> Self
fn from( err: SdkError<GetAggregateComplianceDetailsByConfigRuleError, R>, ) -> Self
Source§impl<R> From<SdkError<GetAggregateConfigRuleComplianceSummaryError, R>> for Error
impl<R> From<SdkError<GetAggregateConfigRuleComplianceSummaryError, R>> for Error
Source§fn from(err: SdkError<GetAggregateConfigRuleComplianceSummaryError, R>) -> Self
fn from(err: SdkError<GetAggregateConfigRuleComplianceSummaryError, R>) -> Self
Source§impl<R> From<SdkError<GetAggregateConformancePackComplianceSummaryError, R>> for Error
impl<R> From<SdkError<GetAggregateConformancePackComplianceSummaryError, R>> for Error
Source§fn from(
err: SdkError<GetAggregateConformancePackComplianceSummaryError, R>,
) -> Self
fn from( err: SdkError<GetAggregateConformancePackComplianceSummaryError, R>, ) -> Self
Source§impl<R> From<SdkError<GetAggregateDiscoveredResourceCountsError, R>> for Error
impl<R> From<SdkError<GetAggregateDiscoveredResourceCountsError, R>> for Error
Source§fn from(err: SdkError<GetAggregateDiscoveredResourceCountsError, R>) -> Self
fn from(err: SdkError<GetAggregateDiscoveredResourceCountsError, R>) -> Self
Source§impl<R> From<SdkError<GetAggregateResourceConfigError, R>> for Error
impl<R> From<SdkError<GetAggregateResourceConfigError, R>> for Error
Source§fn from(err: SdkError<GetAggregateResourceConfigError, R>) -> Self
fn from(err: SdkError<GetAggregateResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<GetComplianceDetailsByConfigRuleError, R>> for Error
impl<R> From<SdkError<GetComplianceDetailsByConfigRuleError, R>> for Error
Source§fn from(err: SdkError<GetComplianceDetailsByConfigRuleError, R>) -> Self
fn from(err: SdkError<GetComplianceDetailsByConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<GetComplianceDetailsByResourceError, R>> for Error
impl<R> From<SdkError<GetComplianceDetailsByResourceError, R>> for Error
Source§fn from(err: SdkError<GetComplianceDetailsByResourceError, R>) -> Self
fn from(err: SdkError<GetComplianceDetailsByResourceError, R>) -> Self
Source§impl<R> From<SdkError<GetComplianceSummaryByConfigRuleError, R>> for Error
impl<R> From<SdkError<GetComplianceSummaryByConfigRuleError, R>> for Error
Source§fn from(err: SdkError<GetComplianceSummaryByConfigRuleError, R>) -> Self
fn from(err: SdkError<GetComplianceSummaryByConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<GetComplianceSummaryByResourceTypeError, R>> for Error
impl<R> From<SdkError<GetComplianceSummaryByResourceTypeError, R>> for Error
Source§fn from(err: SdkError<GetComplianceSummaryByResourceTypeError, R>) -> Self
fn from(err: SdkError<GetComplianceSummaryByResourceTypeError, R>) -> Self
Source§impl<R> From<SdkError<GetConformancePackComplianceDetailsError, R>> for Error
impl<R> From<SdkError<GetConformancePackComplianceDetailsError, R>> for Error
Source§fn from(err: SdkError<GetConformancePackComplianceDetailsError, R>) -> Self
fn from(err: SdkError<GetConformancePackComplianceDetailsError, R>) -> Self
Source§impl<R> From<SdkError<GetConformancePackComplianceSummaryError, R>> for Error
impl<R> From<SdkError<GetConformancePackComplianceSummaryError, R>> for Error
Source§fn from(err: SdkError<GetConformancePackComplianceSummaryError, R>) -> Self
fn from(err: SdkError<GetConformancePackComplianceSummaryError, R>) -> Self
Source§impl<R> From<SdkError<GetCustomRulePolicyError, R>> for Error
impl<R> From<SdkError<GetCustomRulePolicyError, R>> for Error
Source§fn from(err: SdkError<GetCustomRulePolicyError, R>) -> Self
fn from(err: SdkError<GetCustomRulePolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetDiscoveredResourceCountsError, R>> for Error
impl<R> From<SdkError<GetDiscoveredResourceCountsError, R>> for Error
Source§fn from(err: SdkError<GetDiscoveredResourceCountsError, R>) -> Self
fn from(err: SdkError<GetDiscoveredResourceCountsError, R>) -> Self
Source§impl<R> From<SdkError<GetOrganizationConfigRuleDetailedStatusError, R>> for Error
impl<R> From<SdkError<GetOrganizationConfigRuleDetailedStatusError, R>> for Error
Source§fn from(err: SdkError<GetOrganizationConfigRuleDetailedStatusError, R>) -> Self
fn from(err: SdkError<GetOrganizationConfigRuleDetailedStatusError, R>) -> Self
Source§impl<R> From<SdkError<GetOrganizationConformancePackDetailedStatusError, R>> for Error
impl<R> From<SdkError<GetOrganizationConformancePackDetailedStatusError, R>> for Error
Source§fn from(
err: SdkError<GetOrganizationConformancePackDetailedStatusError, R>,
) -> Self
fn from( err: SdkError<GetOrganizationConformancePackDetailedStatusError, R>, ) -> Self
Source§impl<R> From<SdkError<GetOrganizationCustomRulePolicyError, R>> for Error
impl<R> From<SdkError<GetOrganizationCustomRulePolicyError, R>> for Error
Source§fn from(err: SdkError<GetOrganizationCustomRulePolicyError, R>) -> Self
fn from(err: SdkError<GetOrganizationCustomRulePolicyError, R>) -> Self
Source§impl<R> From<SdkError<GetResourceConfigHistoryError, R>> for Error
impl<R> From<SdkError<GetResourceConfigHistoryError, R>> for Error
Source§fn from(err: SdkError<GetResourceConfigHistoryError, R>) -> Self
fn from(err: SdkError<GetResourceConfigHistoryError, R>) -> Self
Source§impl<R> From<SdkError<GetResourceEvaluationSummaryError, R>> for Error
impl<R> From<SdkError<GetResourceEvaluationSummaryError, R>> for Error
Source§fn from(err: SdkError<GetResourceEvaluationSummaryError, R>) -> Self
fn from(err: SdkError<GetResourceEvaluationSummaryError, R>) -> Self
Source§impl<R> From<SdkError<GetStoredQueryError, R>> for Error
impl<R> From<SdkError<GetStoredQueryError, R>> for Error
Source§fn from(err: SdkError<GetStoredQueryError, R>) -> Self
fn from(err: SdkError<GetStoredQueryError, R>) -> Self
Source§impl<R> From<SdkError<ListAggregateDiscoveredResourcesError, R>> for Error
impl<R> From<SdkError<ListAggregateDiscoveredResourcesError, R>> for Error
Source§fn from(err: SdkError<ListAggregateDiscoveredResourcesError, R>) -> Self
fn from(err: SdkError<ListAggregateDiscoveredResourcesError, R>) -> Self
Source§impl<R> From<SdkError<ListConfigurationRecordersError, R>> for Error
impl<R> From<SdkError<ListConfigurationRecordersError, R>> for Error
Source§fn from(err: SdkError<ListConfigurationRecordersError, R>) -> Self
fn from(err: SdkError<ListConfigurationRecordersError, R>) -> Self
Source§impl<R> From<SdkError<ListConformancePackComplianceScoresError, R>> for Error
impl<R> From<SdkError<ListConformancePackComplianceScoresError, R>> for Error
Source§fn from(err: SdkError<ListConformancePackComplianceScoresError, R>) -> Self
fn from(err: SdkError<ListConformancePackComplianceScoresError, R>) -> Self
Source§impl<R> From<SdkError<ListDiscoveredResourcesError, R>> for Error
impl<R> From<SdkError<ListDiscoveredResourcesError, R>> for Error
Source§fn from(err: SdkError<ListDiscoveredResourcesError, R>) -> Self
fn from(err: SdkError<ListDiscoveredResourcesError, R>) -> Self
Source§impl<R> From<SdkError<ListResourceEvaluationsError, R>> for Error
impl<R> From<SdkError<ListResourceEvaluationsError, R>> for Error
Source§fn from(err: SdkError<ListResourceEvaluationsError, R>) -> Self
fn from(err: SdkError<ListResourceEvaluationsError, R>) -> Self
Source§impl<R> From<SdkError<ListStoredQueriesError, R>> for Error
impl<R> From<SdkError<ListStoredQueriesError, R>> for Error
Source§fn from(err: SdkError<ListStoredQueriesError, R>) -> Self
fn from(err: SdkError<ListStoredQueriesError, R>) -> Self
Source§impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
Source§fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
fn from(err: SdkError<ListTagsForResourceError, R>) -> Self
Source§impl<R> From<SdkError<PutAggregationAuthorizationError, R>> for Error
impl<R> From<SdkError<PutAggregationAuthorizationError, R>> for Error
Source§fn from(err: SdkError<PutAggregationAuthorizationError, R>) -> Self
fn from(err: SdkError<PutAggregationAuthorizationError, R>) -> Self
Source§impl<R> From<SdkError<PutConfigRuleError, R>> for Error
impl<R> From<SdkError<PutConfigRuleError, R>> for Error
Source§fn from(err: SdkError<PutConfigRuleError, R>) -> Self
fn from(err: SdkError<PutConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<PutConfigurationAggregatorError, R>> for Error
impl<R> From<SdkError<PutConfigurationAggregatorError, R>> for Error
Source§fn from(err: SdkError<PutConfigurationAggregatorError, R>) -> Self
fn from(err: SdkError<PutConfigurationAggregatorError, R>) -> Self
Source§impl<R> From<SdkError<PutConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<PutConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<PutConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<PutConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<PutConformancePackError, R>> for Error
impl<R> From<SdkError<PutConformancePackError, R>> for Error
Source§fn from(err: SdkError<PutConformancePackError, R>) -> Self
fn from(err: SdkError<PutConformancePackError, R>) -> Self
Source§impl<R> From<SdkError<PutDeliveryChannelError, R>> for Error
impl<R> From<SdkError<PutDeliveryChannelError, R>> for Error
Source§fn from(err: SdkError<PutDeliveryChannelError, R>) -> Self
fn from(err: SdkError<PutDeliveryChannelError, R>) -> Self
Source§impl<R> From<SdkError<PutEvaluationsError, R>> for Error
impl<R> From<SdkError<PutEvaluationsError, R>> for Error
Source§fn from(err: SdkError<PutEvaluationsError, R>) -> Self
fn from(err: SdkError<PutEvaluationsError, R>) -> Self
Source§impl<R> From<SdkError<PutExternalEvaluationError, R>> for Error
impl<R> From<SdkError<PutExternalEvaluationError, R>> for Error
Source§fn from(err: SdkError<PutExternalEvaluationError, R>) -> Self
fn from(err: SdkError<PutExternalEvaluationError, R>) -> Self
Source§impl<R> From<SdkError<PutOrganizationConfigRuleError, R>> for Error
impl<R> From<SdkError<PutOrganizationConfigRuleError, R>> for Error
Source§fn from(err: SdkError<PutOrganizationConfigRuleError, R>) -> Self
fn from(err: SdkError<PutOrganizationConfigRuleError, R>) -> Self
Source§impl<R> From<SdkError<PutOrganizationConformancePackError, R>> for Error
impl<R> From<SdkError<PutOrganizationConformancePackError, R>> for Error
Source§fn from(err: SdkError<PutOrganizationConformancePackError, R>) -> Self
fn from(err: SdkError<PutOrganizationConformancePackError, R>) -> Self
Source§impl<R> From<SdkError<PutRemediationConfigurationsError, R>> for Error
impl<R> From<SdkError<PutRemediationConfigurationsError, R>> for Error
Source§fn from(err: SdkError<PutRemediationConfigurationsError, R>) -> Self
fn from(err: SdkError<PutRemediationConfigurationsError, R>) -> Self
Source§impl<R> From<SdkError<PutRemediationExceptionsError, R>> for Error
impl<R> From<SdkError<PutRemediationExceptionsError, R>> for Error
Source§fn from(err: SdkError<PutRemediationExceptionsError, R>) -> Self
fn from(err: SdkError<PutRemediationExceptionsError, R>) -> Self
Source§impl<R> From<SdkError<PutResourceConfigError, R>> for Error
impl<R> From<SdkError<PutResourceConfigError, R>> for Error
Source§fn from(err: SdkError<PutResourceConfigError, R>) -> Self
fn from(err: SdkError<PutResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<PutRetentionConfigurationError, R>> for Error
impl<R> From<SdkError<PutRetentionConfigurationError, R>> for Error
Source§fn from(err: SdkError<PutRetentionConfigurationError, R>) -> Self
fn from(err: SdkError<PutRetentionConfigurationError, R>) -> Self
Source§impl<R> From<SdkError<PutServiceLinkedConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<PutServiceLinkedConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<PutServiceLinkedConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<PutServiceLinkedConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<PutStoredQueryError, R>> for Error
impl<R> From<SdkError<PutStoredQueryError, R>> for Error
Source§fn from(err: SdkError<PutStoredQueryError, R>) -> Self
fn from(err: SdkError<PutStoredQueryError, R>) -> Self
Source§impl<R> From<SdkError<SelectAggregateResourceConfigError, R>> for Error
impl<R> From<SdkError<SelectAggregateResourceConfigError, R>> for Error
Source§fn from(err: SdkError<SelectAggregateResourceConfigError, R>) -> Self
fn from(err: SdkError<SelectAggregateResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<SelectResourceConfigError, R>> for Error
impl<R> From<SdkError<SelectResourceConfigError, R>> for Error
Source§fn from(err: SdkError<SelectResourceConfigError, R>) -> Self
fn from(err: SdkError<SelectResourceConfigError, R>) -> Self
Source§impl<R> From<SdkError<StartConfigRulesEvaluationError, R>> for Error
impl<R> From<SdkError<StartConfigRulesEvaluationError, R>> for Error
Source§fn from(err: SdkError<StartConfigRulesEvaluationError, R>) -> Self
fn from(err: SdkError<StartConfigRulesEvaluationError, R>) -> Self
Source§impl<R> From<SdkError<StartConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<StartConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<StartConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<StartConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<StartRemediationExecutionError, R>> for Error
impl<R> From<SdkError<StartRemediationExecutionError, R>> for Error
Source§fn from(err: SdkError<StartRemediationExecutionError, R>) -> Self
fn from(err: SdkError<StartRemediationExecutionError, R>) -> Self
Source§impl<R> From<SdkError<StartResourceEvaluationError, R>> for Error
impl<R> From<SdkError<StartResourceEvaluationError, R>> for Error
Source§fn from(err: SdkError<StartResourceEvaluationError, R>) -> Self
fn from(err: SdkError<StartResourceEvaluationError, R>) -> Self
Source§impl<R> From<SdkError<StopConfigurationRecorderError, R>> for Error
impl<R> From<SdkError<StopConfigurationRecorderError, R>> for Error
Source§fn from(err: SdkError<StopConfigurationRecorderError, R>) -> Self
fn from(err: SdkError<StopConfigurationRecorderError, R>) -> Self
Source§impl<R> From<SdkError<TagResourceError, R>> for Error
impl<R> From<SdkError<TagResourceError, R>> for Error
Source§fn from(err: SdkError<TagResourceError, R>) -> Self
fn from(err: SdkError<TagResourceError, R>) -> Self
Source§impl<R> From<SdkError<UntagResourceError, R>> for Error
impl<R> From<SdkError<UntagResourceError, R>> for Error
Source§fn from(err: SdkError<UntagResourceError, R>) -> Self
fn from(err: SdkError<UntagResourceError, R>) -> Self
Source§impl From<SelectAggregateResourceConfigError> for Error
impl From<SelectAggregateResourceConfigError> for Error
Source§fn from(err: SelectAggregateResourceConfigError) -> Self
fn from(err: SelectAggregateResourceConfigError) -> Self
Source§impl From<SelectResourceConfigError> for Error
impl From<SelectResourceConfigError> for Error
Source§fn from(err: SelectResourceConfigError) -> Self
fn from(err: SelectResourceConfigError) -> Self
Source§impl From<StartConfigRulesEvaluationError> for Error
impl From<StartConfigRulesEvaluationError> for Error
Source§fn from(err: StartConfigRulesEvaluationError) -> Self
fn from(err: StartConfigRulesEvaluationError) -> Self
Source§impl From<StartConfigurationRecorderError> for Error
impl From<StartConfigurationRecorderError> for Error
Source§fn from(err: StartConfigurationRecorderError) -> Self
fn from(err: StartConfigurationRecorderError) -> Self
Source§impl From<StartRemediationExecutionError> for Error
impl From<StartRemediationExecutionError> for Error
Source§fn from(err: StartRemediationExecutionError) -> Self
fn from(err: StartRemediationExecutionError) -> Self
Source§impl From<StartResourceEvaluationError> for Error
impl From<StartResourceEvaluationError> for Error
Source§fn from(err: StartResourceEvaluationError) -> Self
fn from(err: StartResourceEvaluationError) -> Self
Source§impl From<StopConfigurationRecorderError> for Error
impl From<StopConfigurationRecorderError> for Error
Source§fn from(err: StopConfigurationRecorderError) -> Self
fn from(err: StopConfigurationRecorderError) -> Self
Source§impl From<TagResourceError> for Error
impl From<TagResourceError> for Error
Source§fn from(err: TagResourceError) -> Self
fn from(err: TagResourceError) -> Self
Source§impl From<UntagResourceError> for Error
impl From<UntagResourceError> for Error
Source§fn from(err: UntagResourceError) -> Self
fn from(err: UntagResourceError) -> Self
Source§impl ProvideErrorMetadata for Error
impl ProvideErrorMetadata for Error
Source§fn meta(&self) -> &ErrorMetadata
fn meta(&self) -> &ErrorMetadata
Auto Trait Implementations§
impl Freeze for Error
impl !RefUnwindSafe for Error
impl Send for Error
impl Sync for Error
impl Unpin for Error
impl !UnwindSafe for Error
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Source§impl<T> Instrument for T
impl<T> Instrument for T
Source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
Source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
Source§impl<T> IntoEither for T
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moreSource§impl<T> Paint for Twhere
T: ?Sized,
impl<T> Paint for Twhere
T: ?Sized,
Source§fn fg(&self, value: Color) -> Painted<&T>
fn fg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the foreground set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like red()
and
green()
, which have the same functionality but are
pithier.
§Example
Set foreground color to white using fg()
:
use yansi::{Paint, Color};
painted.fg(Color::White);
Set foreground color to white using white()
.
use yansi::Paint;
painted.white();
Source§fn bright_black(&self) -> Painted<&T>
fn bright_black(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightBlack
.
§Example
println!("{}", value.bright_black());
Source§fn bright_red(&self) -> Painted<&T>
fn bright_red(&self) -> Painted<&T>
Source§fn bright_green(&self) -> Painted<&T>
fn bright_green(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightGreen
.
§Example
println!("{}", value.bright_green());
Source§fn bright_yellow(&self) -> Painted<&T>
fn bright_yellow(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightYellow
.
§Example
println!("{}", value.bright_yellow());
Source§fn bright_blue(&self) -> Painted<&T>
fn bright_blue(&self) -> Painted<&T>
Source§fn bright_magenta(&self) -> Painted<&T>
fn bright_magenta(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightMagenta
.
§Example
println!("{}", value.bright_magenta());
Source§fn bright_cyan(&self) -> Painted<&T>
fn bright_cyan(&self) -> Painted<&T>
Source§fn bright_white(&self) -> Painted<&T>
fn bright_white(&self) -> Painted<&T>
Returns self
with the
fg()
set to
Color::BrightWhite
.
§Example
println!("{}", value.bright_white());
Source§fn bg(&self, value: Color) -> Painted<&T>
fn bg(&self, value: Color) -> Painted<&T>
Returns a styled value derived from self
with the background set to
value
.
This method should be used rarely. Instead, prefer to use color-specific
builder methods like on_red()
and
on_green()
, which have the same functionality but
are pithier.
§Example
Set background color to red using fg()
:
use yansi::{Paint, Color};
painted.bg(Color::Red);
Set background color to red using on_red()
.
use yansi::Paint;
painted.on_red();
Source§fn on_primary(&self) -> Painted<&T>
fn on_primary(&self) -> Painted<&T>
Source§fn on_magenta(&self) -> Painted<&T>
fn on_magenta(&self) -> Painted<&T>
Source§fn on_bright_black(&self) -> Painted<&T>
fn on_bright_black(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightBlack
.
§Example
println!("{}", value.on_bright_black());
Source§fn on_bright_red(&self) -> Painted<&T>
fn on_bright_red(&self) -> Painted<&T>
Source§fn on_bright_green(&self) -> Painted<&T>
fn on_bright_green(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightGreen
.
§Example
println!("{}", value.on_bright_green());
Source§fn on_bright_yellow(&self) -> Painted<&T>
fn on_bright_yellow(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightYellow
.
§Example
println!("{}", value.on_bright_yellow());
Source§fn on_bright_blue(&self) -> Painted<&T>
fn on_bright_blue(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightBlue
.
§Example
println!("{}", value.on_bright_blue());
Source§fn on_bright_magenta(&self) -> Painted<&T>
fn on_bright_magenta(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightMagenta
.
§Example
println!("{}", value.on_bright_magenta());
Source§fn on_bright_cyan(&self) -> Painted<&T>
fn on_bright_cyan(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightCyan
.
§Example
println!("{}", value.on_bright_cyan());
Source§fn on_bright_white(&self) -> Painted<&T>
fn on_bright_white(&self) -> Painted<&T>
Returns self
with the
bg()
set to
Color::BrightWhite
.
§Example
println!("{}", value.on_bright_white());
Source§fn attr(&self, value: Attribute) -> Painted<&T>
fn attr(&self, value: Attribute) -> Painted<&T>
Enables the styling Attribute
value
.
This method should be used rarely. Instead, prefer to use
attribute-specific builder methods like bold()
and
underline()
, which have the same functionality
but are pithier.
§Example
Make text bold using attr()
:
use yansi::{Paint, Attribute};
painted.attr(Attribute::Bold);
Make text bold using using bold()
.
use yansi::Paint;
painted.bold();
Source§fn underline(&self) -> Painted<&T>
fn underline(&self) -> Painted<&T>
Returns self
with the
attr()
set to
Attribute::Underline
.
§Example
println!("{}", value.underline());
Source§fn rapid_blink(&self) -> Painted<&T>
fn rapid_blink(&self) -> Painted<&T>
Returns self
with the
attr()
set to
Attribute::RapidBlink
.
§Example
println!("{}", value.rapid_blink());
Source§fn quirk(&self, value: Quirk) -> Painted<&T>
fn quirk(&self, value: Quirk) -> Painted<&T>
Enables the yansi
Quirk
value
.
This method should be used rarely. Instead, prefer to use quirk-specific
builder methods like mask()
and
wrap()
, which have the same functionality but are
pithier.
§Example
Enable wrapping using .quirk()
:
use yansi::{Paint, Quirk};
painted.quirk(Quirk::Wrap);
Enable wrapping using wrap()
.
use yansi::Paint;
painted.wrap();
Source§fn clear(&self) -> Painted<&T>
👎Deprecated since 1.0.1: renamed to resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.
fn clear(&self) -> Painted<&T>
resetting()
due to conflicts with Vec::clear()
.
The clear()
method will be removed in a future release.Source§fn whenever(&self, value: Condition) -> Painted<&T>
fn whenever(&self, value: Condition) -> Painted<&T>
Conditionally enable styling based on whether the Condition
value
applies. Replaces any previous condition.
See the crate level docs for more details.
§Example
Enable styling painted
only when both stdout
and stderr
are TTYs:
use yansi::{Paint, Condition};
painted.red().on_yellow().whenever(Condition::STDOUTERR_ARE_TTY);