Enum aws_sdk_ssm::Error

source ·
#[non_exhaustive]
pub enum Error {
Show 134 variants AlreadyExistsException(AlreadyExistsException), AssociatedInstances(AssociatedInstances), AssociationAlreadyExists(AssociationAlreadyExists), AssociationDoesNotExist(AssociationDoesNotExist), AssociationExecutionDoesNotExist(AssociationExecutionDoesNotExist), AssociationLimitExceeded(AssociationLimitExceeded), AssociationVersionLimitExceeded(AssociationVersionLimitExceeded), AutomationDefinitionNotApprovedException(AutomationDefinitionNotApprovedException), AutomationDefinitionNotFoundException(AutomationDefinitionNotFoundException), AutomationDefinitionVersionNotFoundException(AutomationDefinitionVersionNotFoundException), AutomationExecutionLimitExceededException(AutomationExecutionLimitExceededException), AutomationExecutionNotFoundException(AutomationExecutionNotFoundException), AutomationStepNotFoundException(AutomationStepNotFoundException), ComplianceTypeCountLimitExceededException(ComplianceTypeCountLimitExceededException), CustomSchemaCountLimitExceededException(CustomSchemaCountLimitExceededException), DocumentAlreadyExists(DocumentAlreadyExists), DocumentLimitExceeded(DocumentLimitExceeded), DocumentPermissionLimit(DocumentPermissionLimit), DocumentVersionLimitExceeded(DocumentVersionLimitExceeded), DoesNotExistException(DoesNotExistException), DuplicateDocumentContent(DuplicateDocumentContent), DuplicateDocumentVersionName(DuplicateDocumentVersionName), DuplicateInstanceId(DuplicateInstanceId), FeatureNotAvailableException(FeatureNotAvailableException), HierarchyLevelLimitExceededException(HierarchyLevelLimitExceededException), HierarchyTypeMismatchException(HierarchyTypeMismatchException), IdempotentParameterMismatch(IdempotentParameterMismatch), IncompatiblePolicyException(IncompatiblePolicyException), InternalServerError(InternalServerError), InvalidActivation(InvalidActivation), InvalidActivationId(InvalidActivationId), InvalidAggregatorException(InvalidAggregatorException), InvalidAllowedPatternException(InvalidAllowedPatternException), InvalidAssociation(InvalidAssociation), InvalidAssociationVersion(InvalidAssociationVersion), InvalidAutomationExecutionParametersException(InvalidAutomationExecutionParametersException), InvalidAutomationSignalException(InvalidAutomationSignalException), InvalidAutomationStatusUpdateException(InvalidAutomationStatusUpdateException), InvalidCommandId(InvalidCommandId), InvalidDeleteInventoryParametersException(InvalidDeleteInventoryParametersException), InvalidDeletionIdException(InvalidDeletionIdException), InvalidDocument(InvalidDocument), InvalidDocumentContent(InvalidDocumentContent), InvalidDocumentOperation(InvalidDocumentOperation), InvalidDocumentSchemaVersion(InvalidDocumentSchemaVersion), InvalidDocumentType(InvalidDocumentType), InvalidDocumentVersion(InvalidDocumentVersion), InvalidFilter(InvalidFilter), InvalidFilterKey(InvalidFilterKey), InvalidFilterOption(InvalidFilterOption), InvalidFilterValue(InvalidFilterValue), InvalidInstanceId(InvalidInstanceId), InvalidInstanceInformationFilterValue(InvalidInstanceInformationFilterValue), InvalidInstancePropertyFilterValue(InvalidInstancePropertyFilterValue), InvalidInventoryGroupException(InvalidInventoryGroupException), InvalidInventoryItemContextException(InvalidInventoryItemContextException), InvalidInventoryRequestException(InvalidInventoryRequestException), InvalidItemContentException(InvalidItemContentException), InvalidKeyId(InvalidKeyId), InvalidNextToken(InvalidNextToken), InvalidNotificationConfig(InvalidNotificationConfig), InvalidOptionException(InvalidOptionException), InvalidOutputFolder(InvalidOutputFolder), InvalidOutputLocation(InvalidOutputLocation), InvalidParameters(InvalidParameters), InvalidPermissionType(InvalidPermissionType), InvalidPluginName(InvalidPluginName), InvalidPolicyAttributeException(InvalidPolicyAttributeException), InvalidPolicyTypeException(InvalidPolicyTypeException), InvalidResourceId(InvalidResourceId), InvalidResourceType(InvalidResourceType), InvalidResultAttributeException(InvalidResultAttributeException), InvalidRole(InvalidRole), InvalidSchedule(InvalidSchedule), InvalidTag(InvalidTag), InvalidTarget(InvalidTarget), InvalidTargetMaps(InvalidTargetMaps), InvalidTypeNameException(InvalidTypeNameException), InvalidUpdate(InvalidUpdate), InvocationDoesNotExist(InvocationDoesNotExist), ItemContentMismatchException(ItemContentMismatchException), ItemSizeLimitExceededException(ItemSizeLimitExceededException), MalformedResourcePolicyDocumentException(MalformedResourcePolicyDocumentException), MaxDocumentSizeExceeded(MaxDocumentSizeExceeded), OpsItemAccessDeniedException(OpsItemAccessDeniedException), OpsItemAlreadyExistsException(OpsItemAlreadyExistsException), OpsItemConflictException(OpsItemConflictException), OpsItemInvalidParameterException(OpsItemInvalidParameterException), OpsItemLimitExceededException(OpsItemLimitExceededException), OpsItemNotFoundException(OpsItemNotFoundException), OpsItemRelatedItemAlreadyExistsException(OpsItemRelatedItemAlreadyExistsException), OpsItemRelatedItemAssociationNotFoundException(OpsItemRelatedItemAssociationNotFoundException), OpsMetadataAlreadyExistsException(OpsMetadataAlreadyExistsException), OpsMetadataInvalidArgumentException(OpsMetadataInvalidArgumentException), OpsMetadataKeyLimitExceededException(OpsMetadataKeyLimitExceededException), OpsMetadataLimitExceededException(OpsMetadataLimitExceededException), OpsMetadataNotFoundException(OpsMetadataNotFoundException), OpsMetadataTooManyUpdatesException(OpsMetadataTooManyUpdatesException), ParameterAlreadyExists(ParameterAlreadyExists), ParameterLimitExceeded(ParameterLimitExceeded), ParameterMaxVersionLimitExceeded(ParameterMaxVersionLimitExceeded), ParameterNotFound(ParameterNotFound), ParameterPatternMismatchException(ParameterPatternMismatchException), ParameterVersionLabelLimitExceeded(ParameterVersionLabelLimitExceeded), ParameterVersionNotFound(ParameterVersionNotFound), PoliciesLimitExceededException(PoliciesLimitExceededException), ResourceDataSyncAlreadyExistsException(ResourceDataSyncAlreadyExistsException), ResourceDataSyncConflictException(ResourceDataSyncConflictException), ResourceDataSyncCountExceededException(ResourceDataSyncCountExceededException), ResourceDataSyncInvalidConfigurationException(ResourceDataSyncInvalidConfigurationException), ResourceDataSyncNotFoundException(ResourceDataSyncNotFoundException), ResourceInUseException(ResourceInUseException), ResourceLimitExceededException(ResourceLimitExceededException), ResourceNotFoundException(ResourceNotFoundException), ResourcePolicyConflictException(ResourcePolicyConflictException), ResourcePolicyInvalidParameterException(ResourcePolicyInvalidParameterException), ResourcePolicyLimitExceededException(ResourcePolicyLimitExceededException), ResourcePolicyNotFoundException(ResourcePolicyNotFoundException), ServiceSettingNotFound(ServiceSettingNotFound), StatusUnchanged(StatusUnchanged), SubTypeCountLimitExceededException(SubTypeCountLimitExceededException), TargetInUseException(TargetInUseException), TargetNotConnected(TargetNotConnected), TooManyTagsError(TooManyTagsError), TooManyUpdates(TooManyUpdates), TotalSizeLimitExceededException(TotalSizeLimitExceededException), UnsupportedCalendarException(UnsupportedCalendarException), UnsupportedFeatureRequiredException(UnsupportedFeatureRequiredException), UnsupportedInventoryItemContextException(UnsupportedInventoryItemContextException), UnsupportedInventorySchemaVersionException(UnsupportedInventorySchemaVersionException), UnsupportedOperatingSystem(UnsupportedOperatingSystem), UnsupportedParameterType(UnsupportedParameterType), UnsupportedPlatformType(UnsupportedPlatformType), Unhandled(Unhandled),
}
Expand description

All possible error types for this service.

Variants (Non-exhaustive)§

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

AlreadyExistsException(AlreadyExistsException)

Error returned if an attempt is made to register a patch group with a patch baseline that is already registered with a different patch baseline.

§

AssociatedInstances(AssociatedInstances)

You must disassociate a document from all managed nodes before you can delete it.

§

AssociationAlreadyExists(AssociationAlreadyExists)

The specified association already exists.

§

AssociationDoesNotExist(AssociationDoesNotExist)

The specified association doesn't exist.

§

AssociationExecutionDoesNotExist(AssociationExecutionDoesNotExist)

The specified execution ID doesn't exist. Verify the ID number and try again.

§

AssociationLimitExceeded(AssociationLimitExceeded)

You can have at most 2,000 active associations.

§

AssociationVersionLimitExceeded(AssociationVersionLimitExceeded)

You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.

§

AutomationDefinitionNotApprovedException(AutomationDefinitionNotApprovedException)

Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.

§

AutomationDefinitionNotFoundException(AutomationDefinitionNotFoundException)

An Automation runbook with the specified name couldn't be found.

§

AutomationDefinitionVersionNotFoundException(AutomationDefinitionVersionNotFoundException)

An Automation runbook with the specified name and version couldn't be found.

§

AutomationExecutionLimitExceededException(AutomationExecutionLimitExceededException)

The number of simultaneously running Automation executions exceeded the allowable limit.

§

AutomationExecutionNotFoundException(AutomationExecutionNotFoundException)

There is no automation execution information for the requested automation execution ID.

§

AutomationStepNotFoundException(AutomationStepNotFoundException)

The specified step name and execution ID don't exist. Verify the information and try again.

§

ComplianceTypeCountLimitExceededException(ComplianceTypeCountLimitExceededException)

You specified too many custom compliance types. You can specify a maximum of 10 different types.

§

CustomSchemaCountLimitExceededException(CustomSchemaCountLimitExceededException)

You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.

§

DocumentAlreadyExists(DocumentAlreadyExists)

The specified document already exists.

§

DocumentLimitExceeded(DocumentLimitExceeded)

You can have at most 500 active SSM documents.

§

DocumentPermissionLimit(DocumentPermissionLimit)

The document can't be shared with more Amazon Web Services accounts. You can specify a maximum of 20 accounts per API operation to share a private document.

By default, you can share a private document with a maximum of 1,000 accounts and publicly share up to five documents.

If you need to increase the quota for privately or publicly shared Systems Manager documents, contact Amazon Web Services Support.

§

DocumentVersionLimitExceeded(DocumentVersionLimitExceeded)

The document has too many versions. Delete one or more document versions and try again.

§

DoesNotExistException(DoesNotExistException)

Error returned when the ID specified for a resource, such as a maintenance window or patch baseline, doesn't exist.

For information about resource quotas in Amazon Web Services Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

§

DuplicateDocumentContent(DuplicateDocumentContent)

The content of the association document matches another document. Change the content of the document and try again.

§

DuplicateDocumentVersionName(DuplicateDocumentVersionName)

The version name has already been used in this document. Specify a different version name, and then try again.

§

DuplicateInstanceId(DuplicateInstanceId)

You can't specify a managed node ID in more than one association.

§

FeatureNotAvailableException(FeatureNotAvailableException)

You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where the corresponding service isn't available.

§

HierarchyLevelLimitExceededException(HierarchyLevelLimitExceededException)

A hierarchy can have a maximum of 15 levels. For more information, see Requirements and constraints for parameter names in the Amazon Web Services Systems Manager User Guide.

§

HierarchyTypeMismatchException(HierarchyTypeMismatchException)

Parameter Store doesn't support changing a parameter type in a hierarchy. For example, you can't change a parameter from a String type to a SecureString type. You must create a new, unique parameter.

§

IdempotentParameterMismatch(IdempotentParameterMismatch)

Error returned when an idempotent operation is retried and the parameters don't match the original call to the API with the same idempotency token.

§

IncompatiblePolicyException(IncompatiblePolicyException)

There is a conflict in the policies specified for this parameter. You can't, for example, specify two Expiration policies for a parameter. Review your policies, and try again.

§

InternalServerError(InternalServerError)

An error occurred on the server side.

§

InvalidActivation(InvalidActivation)

The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.

§

InvalidActivationId(InvalidActivationId)

The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.

§

InvalidAggregatorException(InvalidAggregatorException)

The specified aggregator isn't valid for inventory groups. Verify that the aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation.

§

InvalidAllowedPatternException(InvalidAllowedPatternException)

The request doesn't meet the regular expression requirement.

§

InvalidAssociation(InvalidAssociation)

The association isn't valid or doesn't exist.

§

InvalidAssociationVersion(InvalidAssociationVersion)

The version you specified isn't valid. Use ListAssociationVersions to view all versions of an association according to the association ID. Or, use the $LATEST parameter to view the latest version of the association.

§

InvalidAutomationExecutionParametersException(InvalidAutomationExecutionParametersException)

The supplied parameters for invoking the specified Automation runbook are incorrect. For example, they may not match the set of parameters permitted for the specified Automation document.

§

InvalidAutomationSignalException(InvalidAutomationSignalException)

The signal isn't valid for the current Automation execution.

§

InvalidAutomationStatusUpdateException(InvalidAutomationStatusUpdateException)

The specified update status operation isn't valid.

§

InvalidCommandId(InvalidCommandId)

The specified command ID isn't valid. Verify the ID and try again.

§

InvalidDeleteInventoryParametersException(InvalidDeleteInventoryParametersException)

One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.

§

InvalidDeletionIdException(InvalidDeletionIdException)

The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.

§

InvalidDocument(InvalidDocument)

The specified SSM document doesn't exist.

§

InvalidDocumentContent(InvalidDocumentContent)

The content for the document isn't valid.

§

InvalidDocumentOperation(InvalidDocumentOperation)

You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.

§

InvalidDocumentSchemaVersion(InvalidDocumentSchemaVersion)

The version of the document schema isn't supported.

§

InvalidDocumentType(InvalidDocumentType)

The SSM document type isn't valid. Valid document types are described in the DocumentType property.

§

InvalidDocumentVersion(InvalidDocumentVersion)

The document version isn't valid or doesn't exist.

§

InvalidFilter(InvalidFilter)

The filter name isn't valid. Verify the you entered the correct name and try again.

§

InvalidFilterKey(InvalidFilterKey)

The specified key isn't valid.

§

InvalidFilterOption(InvalidFilterOption)

The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.

§

InvalidFilterValue(InvalidFilterValue)

The filter value isn't valid. Verify the value and try again.

§

InvalidInstanceId(InvalidInstanceId)

The following problems can cause this exception:

  • You don't have permission to access the managed node.

  • Amazon Web Services Systems Manager Agent (SSM Agent) isn't running. Verify that SSM Agent is running.

  • SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM Agent.

  • The managed node isn't in a valid state. Valid states are: Running, Pending, Stopped, and Stopping. Invalid states are: Shutting-down and Terminated.

§

InvalidInstanceInformationFilterValue(InvalidInstanceInformationFilterValue)

The specified filter value isn't valid.

§

InvalidInstancePropertyFilterValue(InvalidInstancePropertyFilterValue)

The specified filter value isn't valid.

§

InvalidInventoryGroupException(InvalidInventoryGroupException)

The specified inventory group isn't valid.

§

InvalidInventoryItemContextException(InvalidInventoryItemContextException)

You specified invalid keys or values in the Context attribute for InventoryItem. Verify the keys and values, and try again.

§

InvalidInventoryRequestException(InvalidInventoryRequestException)

The request isn't valid.

§

InvalidItemContentException(InvalidItemContentException)

One or more content items isn't valid.

§

InvalidKeyId(InvalidKeyId)

The query key ID isn't valid.

§

InvalidNextToken(InvalidNextToken)

The specified token isn't valid.

§

InvalidNotificationConfig(InvalidNotificationConfig)

One or more configuration items isn't valid. Verify that a valid Amazon Resource Name (ARN) was provided for an Amazon Simple Notification Service topic.

§

InvalidOptionException(InvalidOptionException)

The delete inventory option specified isn't valid. Verify the option and try again.

§

InvalidOutputFolder(InvalidOutputFolder)

The S3 bucket doesn't exist.

§

InvalidOutputLocation(InvalidOutputLocation)

The output location isn't valid or doesn't exist.

§

InvalidParameters(InvalidParameters)

You must specify values for all required parameters in the Amazon Web Services Systems Manager document (SSM document). You can only supply values to parameters defined in the SSM document.

§

InvalidPermissionType(InvalidPermissionType)

The permission type isn't supported. Share is the only supported permission type.

§

InvalidPluginName(InvalidPluginName)

The plugin name isn't valid.

§

InvalidPolicyAttributeException(InvalidPolicyAttributeException)

A policy attribute or its value is invalid.

§

InvalidPolicyTypeException(InvalidPolicyTypeException)

The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.

§

InvalidResourceId(InvalidResourceId)

The resource ID isn't valid. Verify that you entered the correct ID and try again.

§

InvalidResourceType(InvalidResourceType)

The resource type isn't valid. For example, if you are attempting to tag an EC2 instance, the instance must be a registered managed node.

§

InvalidResultAttributeException(InvalidResultAttributeException)

The specified inventory item result attribute isn't valid.

§

InvalidRole(InvalidRole)

The role name can't contain invalid characters. Also verify that you specified an IAM role for notifications that includes the required trust policy. For information about configuring the IAM role for Run Command notifications, see Monitoring Systems Manager status changes using Amazon SNS notifications in the Amazon Web Services Systems Manager User Guide.

§

InvalidSchedule(InvalidSchedule)

The schedule is invalid. Verify your cron or rate expression and try again.

§

InvalidTag(InvalidTag)

The specified tag key or value isn't valid.

§

InvalidTarget(InvalidTarget)

The target isn't valid or doesn't exist. It might not be configured for Systems Manager or you might not have permission to perform the operation.

§

InvalidTargetMaps(InvalidTargetMaps)

TargetMap parameter isn't valid.

§

InvalidTypeNameException(InvalidTypeNameException)

The parameter type name isn't valid.

§

InvalidUpdate(InvalidUpdate)

The update isn't valid.

§

InvocationDoesNotExist(InvocationDoesNotExist)

The command ID and managed node ID you specified didn't match any invocations. Verify the command ID and the managed node ID and try again.

§

ItemContentMismatchException(ItemContentMismatchException)

The inventory item has invalid content.

§

ItemSizeLimitExceededException(ItemSizeLimitExceededException)

The inventory item size has exceeded the size limit.

§

MalformedResourcePolicyDocumentException(MalformedResourcePolicyDocumentException)

The specified policy document is malformed or invalid, or excessive PutResourcePolicy or DeleteResourcePolicy calls have been made.

§

MaxDocumentSizeExceeded(MaxDocumentSizeExceeded)

The size limit of a document is 64 KB.

§

OpsItemAccessDeniedException(OpsItemAccessDeniedException)

You don't have permission to view OpsItems in the specified account. Verify that your account is configured either as a Systems Manager delegated administrator or that you are logged into the Organizations management account.

§

OpsItemAlreadyExistsException(OpsItemAlreadyExistsException)

The OpsItem already exists.

§

OpsItemConflictException(OpsItemConflictException)

The specified OpsItem is in the process of being deleted.

§

OpsItemInvalidParameterException(OpsItemInvalidParameterException)

A specified parameter argument isn't valid. Verify the available arguments and try again.

§

OpsItemLimitExceededException(OpsItemLimitExceededException)

The request caused OpsItems to exceed one or more quotas.

§

OpsItemNotFoundException(OpsItemNotFoundException)

The specified OpsItem ID doesn't exist. Verify the ID and try again.

§

OpsItemRelatedItemAlreadyExistsException(OpsItemRelatedItemAlreadyExistsException)

The Amazon Resource Name (ARN) is already associated with the OpsItem.

§

OpsItemRelatedItemAssociationNotFoundException(OpsItemRelatedItemAssociationNotFoundException)

The association wasn't found using the parameters you specified in the call. Verify the information and try again.

§

OpsMetadataAlreadyExistsException(OpsMetadataAlreadyExistsException)

An OpsMetadata object already exists for the selected resource.

§

OpsMetadataInvalidArgumentException(OpsMetadataInvalidArgumentException)

One of the arguments passed is invalid.

§

OpsMetadataKeyLimitExceededException(OpsMetadataKeyLimitExceededException)

The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.

§

OpsMetadataLimitExceededException(OpsMetadataLimitExceededException)

Your account reached the maximum number of OpsMetadata objects allowed by Application Manager. The maximum is 200 OpsMetadata objects. Delete one or more OpsMetadata object and try again.

§

OpsMetadataNotFoundException(OpsMetadataNotFoundException)

The OpsMetadata object doesn't exist.

§

OpsMetadataTooManyUpdatesException(OpsMetadataTooManyUpdatesException)

The system is processing too many concurrent updates. Wait a few moments and try again.

§

ParameterAlreadyExists(ParameterAlreadyExists)

The parameter already exists. You can't create duplicate parameters.

§

ParameterLimitExceeded(ParameterLimitExceeded)

You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.

§

ParameterMaxVersionLimitExceeded(ParameterMaxVersionLimitExceeded)

Parameter Store retains the 100 most recently created versions of a parameter. After this number of versions has been created, Parameter Store deletes the oldest version when a new one is created. However, if the oldest version has a label attached to it, Parameter Store won't delete the version and instead presents this error message:

An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter operation: You attempted to create a new version of parameter-name by calling the PutParameter API with the overwrite flag. Version version-number, the oldest version, can't be deleted because it has a label associated with it. Move the label to another version of the parameter, and try again.

This safeguard is to prevent parameter versions with mission critical labels assigned to them from being deleted. To continue creating new parameters, first move the label from the oldest version of the parameter to a newer one for use in your operations. For information about moving parameter labels, see Move a parameter label (console) or Move a parameter label (CLI) in the Amazon Web Services Systems Manager User Guide.

§

ParameterNotFound(ParameterNotFound)

The parameter couldn't be found. Verify the name and try again.

§

ParameterPatternMismatchException(ParameterPatternMismatchException)

The parameter name isn't valid.

§

ParameterVersionLabelLimitExceeded(ParameterVersionLabelLimitExceeded)

A parameter version can have a maximum of ten labels.

§

ParameterVersionNotFound(ParameterVersionNotFound)

The specified parameter version wasn't found. Verify the parameter name and version, and try again.

§

PoliciesLimitExceededException(PoliciesLimitExceededException)

You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.

§

ResourceDataSyncAlreadyExistsException(ResourceDataSyncAlreadyExistsException)

A sync configuration with the same name already exists.

§

ResourceDataSyncConflictException(ResourceDataSyncConflictException)

Another UpdateResourceDataSync request is being processed. Wait a few minutes and try again.

§

ResourceDataSyncCountExceededException(ResourceDataSyncCountExceededException)

You have exceeded the allowed maximum sync configurations.

§

ResourceDataSyncInvalidConfigurationException(ResourceDataSyncInvalidConfigurationException)

The specified sync configuration is invalid.

§

ResourceDataSyncNotFoundException(ResourceDataSyncNotFoundException)

The specified sync name wasn't found.

§

ResourceInUseException(ResourceInUseException)

Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.

§

ResourceLimitExceededException(ResourceLimitExceededException)

Error returned when the caller has exceeded the default resource quotas. For example, too many maintenance windows or patch baselines have been created.

For information about resource quotas in Systems Manager, see Systems Manager service quotas in the Amazon Web Services General Reference.

§

ResourceNotFoundException(ResourceNotFoundException)

The specified parameter to be shared could not be found.

§

ResourcePolicyConflictException(ResourcePolicyConflictException)

The hash provided in the call doesn't match the stored hash. This exception is thrown when trying to update an obsolete policy version or when multiple requests to update a policy are sent.

§

ResourcePolicyInvalidParameterException(ResourcePolicyInvalidParameterException)

One or more parameters specified for the call aren't valid. Verify the parameters and their values and try again.

§

ResourcePolicyLimitExceededException(ResourcePolicyLimitExceededException)

The PutResourcePolicy API action enforces two limits. A policy can't be greater than 1024 bytes in size. And only one policy can be attached to OpsItemGroup. Verify these limits and try again.

§

ResourcePolicyNotFoundException(ResourcePolicyNotFoundException)

No policies with the specified policy ID and hash could be found.

§

ServiceSettingNotFound(ServiceSettingNotFound)

The specified service setting wasn't found. Either the service name or the setting hasn't been provisioned by the Amazon Web Services service team.

§

StatusUnchanged(StatusUnchanged)

The updated status is the same as the current status.

§

SubTypeCountLimitExceededException(SubTypeCountLimitExceededException)

The sub-type count exceeded the limit for the inventory type.

§

TargetInUseException(TargetInUseException)

You specified the Safe option for the DeregisterTargetFromMaintenanceWindow operation, but the target is still referenced in a task.

§

TargetNotConnected(TargetNotConnected)

The specified target managed node for the session isn't fully configured for use with Session Manager. For more information, see Getting started with Session Manager in the Amazon Web Services Systems Manager User Guide. This error is also returned if you attempt to start a session on a managed node that is located in a different account or Region

§

TooManyTagsError(TooManyTagsError)

The Targets parameter includes too many tags. Remove one or more tags and try the command again.

§

TooManyUpdates(TooManyUpdates)

There are concurrent updates for a resource that supports one update at a time.

§

TotalSizeLimitExceededException(TotalSizeLimitExceededException)

The size of inventory data has exceeded the total size limit for the resource.

§

UnsupportedCalendarException(UnsupportedCalendarException)

The calendar entry contained in the specified SSM document isn't supported.

§

UnsupportedFeatureRequiredException(UnsupportedFeatureRequiredException)

Patching for applications released by Microsoft is only available on EC2 instances and advanced instances. To patch applications released by Microsoft on on-premises servers and VMs, you must enable advanced instances. For more information, see Turning on the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.

§

UnsupportedInventoryItemContextException(UnsupportedInventoryItemContextException)

The Context attribute that you specified for the InventoryItem isn't allowed for this inventory type. You can only use the Context attribute with inventory types like AWS:ComplianceItem.

§

UnsupportedInventorySchemaVersionException(UnsupportedInventorySchemaVersionException)

Inventory item type schema version has to match supported versions in the service. Check output of GetInventorySchema to see the available schema version for each type.

§

UnsupportedOperatingSystem(UnsupportedOperatingSystem)

The operating systems you specified isn't supported, or the operation isn't supported for the operating system.

§

UnsupportedParameterType(UnsupportedParameterType)

The parameter type isn't supported.

§

UnsupportedPlatformType(UnsupportedPlatformType)

The document doesn't support the platform type of the given managed node IDs. For example, you sent an document for a Windows managed node to a Linux node.

§

Unhandled(Unhandled)

👎Deprecated: Matching 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 Debug for Error

source§

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

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

impl Display for Error

source§

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

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

impl Error for Error

source§

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

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

fn description(&self) -> &str

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

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

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

fn provide<'a>(&'a self, request: &mut Request<'a>)

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

impl From<AddTagsToResourceError> for Error

source§

fn from(err: AddTagsToResourceError) -> Self

Converts to this type from the input type.
source§

impl From<AssociateOpsItemRelatedItemError> for Error

source§

fn from(err: AssociateOpsItemRelatedItemError) -> Self

Converts to this type from the input type.
source§

impl From<BuildError> for Error

source§

fn from(value: BuildError) -> Self

Converts to this type from the input type.
source§

impl From<CancelCommandError> for Error

source§

fn from(err: CancelCommandError) -> Self

Converts to this type from the input type.
source§

impl From<CancelMaintenanceWindowExecutionError> for Error

source§

fn from(err: CancelMaintenanceWindowExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<CreateActivationError> for Error

source§

fn from(err: CreateActivationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssociationBatchError> for Error

source§

fn from(err: CreateAssociationBatchError) -> Self

Converts to this type from the input type.
source§

impl From<CreateAssociationError> for Error

source§

fn from(err: CreateAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<CreateDocumentError> for Error

source§

fn from(err: CreateDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<CreateMaintenanceWindowError> for Error

source§

fn from(err: CreateMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<CreateOpsItemError> for Error

source§

fn from(err: CreateOpsItemError) -> Self

Converts to this type from the input type.
source§

impl From<CreateOpsMetadataError> for Error

source§

fn from(err: CreateOpsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<CreatePatchBaselineError> for Error

source§

fn from(err: CreatePatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<CreateResourceDataSyncError> for Error

source§

fn from(err: CreateResourceDataSyncError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteActivationError> for Error

source§

fn from(err: DeleteActivationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteAssociationError> for Error

source§

fn from(err: DeleteAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteDocumentError> for Error

source§

fn from(err: DeleteDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteInventoryError> for Error

source§

fn from(err: DeleteInventoryError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteMaintenanceWindowError> for Error

source§

fn from(err: DeleteMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteOpsItemError> for Error

source§

fn from(err: DeleteOpsItemError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteOpsMetadataError> for Error

source§

fn from(err: DeleteOpsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteParameterError> for Error

source§

fn from(err: DeleteParameterError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteParametersError> for Error

source§

fn from(err: DeleteParametersError) -> Self

Converts to this type from the input type.
source§

impl From<DeletePatchBaselineError> for Error

source§

fn from(err: DeletePatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourceDataSyncError> for Error

source§

fn from(err: DeleteResourceDataSyncError) -> Self

Converts to this type from the input type.
source§

impl From<DeleteResourcePolicyError> for Error

source§

fn from(err: DeleteResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterManagedInstanceError> for Error

source§

fn from(err: DeregisterManagedInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterPatchBaselineForPatchGroupError> for Error

source§

fn from(err: DeregisterPatchBaselineForPatchGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterTargetFromMaintenanceWindowError> for Error

source§

fn from(err: DeregisterTargetFromMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<DeregisterTaskFromMaintenanceWindowError> for Error

source§

fn from(err: DeregisterTaskFromMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeActivationsError> for Error

source§

fn from(err: DescribeActivationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssociationError> for Error

source§

fn from(err: DescribeAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssociationExecutionTargetsError> for Error

source§

fn from(err: DescribeAssociationExecutionTargetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAssociationExecutionsError> for Error

source§

fn from(err: DescribeAssociationExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutomationExecutionsError> for Error

source§

fn from(err: DescribeAutomationExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAutomationStepExecutionsError> for Error

source§

fn from(err: DescribeAutomationStepExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeAvailablePatchesError> for Error

source§

fn from(err: DescribeAvailablePatchesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDocumentError> for Error

source§

fn from(err: DescribeDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeDocumentPermissionError> for Error

source§

fn from(err: DescribeDocumentPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEffectiveInstanceAssociationsError> for Error

source§

fn from(err: DescribeEffectiveInstanceAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeEffectivePatchesForPatchBaselineError> for Error

source§

fn from(err: DescribeEffectivePatchesForPatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceAssociationsStatusError> for Error

source§

fn from(err: DescribeInstanceAssociationsStatusError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstanceInformationError> for Error

source§

fn from(err: DescribeInstanceInformationError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancePatchStatesError> for Error

source§

fn from(err: DescribeInstancePatchStatesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancePatchStatesForPatchGroupError> for Error

source§

fn from(err: DescribeInstancePatchStatesForPatchGroupError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancePatchesError> for Error

source§

fn from(err: DescribeInstancePatchesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInstancePropertiesError> for Error

source§

fn from(err: DescribeInstancePropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeInventoryDeletionsError> for Error

source§

fn from(err: DescribeInventoryDeletionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowExecutionTaskInvocationsError> for Error

source§

fn from(err: DescribeMaintenanceWindowExecutionTaskInvocationsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowExecutionTasksError> for Error

source§

fn from(err: DescribeMaintenanceWindowExecutionTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowExecutionsError> for Error

source§

fn from(err: DescribeMaintenanceWindowExecutionsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowScheduleError> for Error

source§

fn from(err: DescribeMaintenanceWindowScheduleError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowTargetsError> for Error

source§

fn from(err: DescribeMaintenanceWindowTargetsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowTasksError> for Error

source§

fn from(err: DescribeMaintenanceWindowTasksError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowsError> for Error

source§

fn from(err: DescribeMaintenanceWindowsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeMaintenanceWindowsForTargetError> for Error

source§

fn from(err: DescribeMaintenanceWindowsForTargetError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeOpsItemsError> for Error

source§

fn from(err: DescribeOpsItemsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeParametersError> for Error

source§

fn from(err: DescribeParametersError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePatchBaselinesError> for Error

source§

fn from(err: DescribePatchBaselinesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePatchGroupStateError> for Error

source§

fn from(err: DescribePatchGroupStateError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePatchGroupsError> for Error

source§

fn from(err: DescribePatchGroupsError) -> Self

Converts to this type from the input type.
source§

impl From<DescribePatchPropertiesError> for Error

source§

fn from(err: DescribePatchPropertiesError) -> Self

Converts to this type from the input type.
source§

impl From<DescribeSessionsError> for Error

source§

fn from(err: DescribeSessionsError) -> Self

Converts to this type from the input type.
source§

impl From<DisassociateOpsItemRelatedItemError> for Error

source§

fn from(err: DisassociateOpsItemRelatedItemError) -> Self

Converts to this type from the input type.
source§

impl From<GetAutomationExecutionError> for Error

source§

fn from(err: GetAutomationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<GetCalendarStateError> for Error

source§

fn from(err: GetCalendarStateError) -> Self

Converts to this type from the input type.
source§

impl From<GetCommandInvocationError> for Error

source§

fn from(err: GetCommandInvocationError) -> Self

Converts to this type from the input type.
source§

impl From<GetConnectionStatusError> for Error

source§

fn from(err: GetConnectionStatusError) -> Self

Converts to this type from the input type.
source§

impl From<GetDefaultPatchBaselineError> for Error

source§

fn from(err: GetDefaultPatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<GetDeployablePatchSnapshotForInstanceError> for Error

source§

fn from(err: GetDeployablePatchSnapshotForInstanceError) -> Self

Converts to this type from the input type.
source§

impl From<GetDocumentError> for Error

source§

fn from(err: GetDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<GetInventoryError> for Error

source§

fn from(err: GetInventoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetInventorySchemaError> for Error

source§

fn from(err: GetInventorySchemaError) -> Self

Converts to this type from the input type.
source§

impl From<GetMaintenanceWindowError> for Error

source§

fn from(err: GetMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<GetMaintenanceWindowExecutionError> for Error

source§

fn from(err: GetMaintenanceWindowExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<GetMaintenanceWindowExecutionTaskError> for Error

source§

fn from(err: GetMaintenanceWindowExecutionTaskError) -> Self

Converts to this type from the input type.
source§

impl From<GetMaintenanceWindowExecutionTaskInvocationError> for Error

source§

fn from(err: GetMaintenanceWindowExecutionTaskInvocationError) -> Self

Converts to this type from the input type.
source§

impl From<GetMaintenanceWindowTaskError> for Error

source§

fn from(err: GetMaintenanceWindowTaskError) -> Self

Converts to this type from the input type.
source§

impl From<GetOpsItemError> for Error

source§

fn from(err: GetOpsItemError) -> Self

Converts to this type from the input type.
source§

impl From<GetOpsMetadataError> for Error

source§

fn from(err: GetOpsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<GetOpsSummaryError> for Error

source§

fn from(err: GetOpsSummaryError) -> Self

Converts to this type from the input type.
source§

impl From<GetParameterError> for Error

source§

fn from(err: GetParameterError) -> Self

Converts to this type from the input type.
source§

impl From<GetParameterHistoryError> for Error

source§

fn from(err: GetParameterHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<GetParametersByPathError> for Error

source§

fn from(err: GetParametersByPathError) -> Self

Converts to this type from the input type.
source§

impl From<GetParametersError> for Error

source§

fn from(err: GetParametersError) -> Self

Converts to this type from the input type.
source§

impl From<GetPatchBaselineError> for Error

source§

fn from(err: GetPatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<GetPatchBaselineForPatchGroupError> for Error

source§

fn from(err: GetPatchBaselineForPatchGroupError) -> Self

Converts to this type from the input type.
source§

impl From<GetResourcePoliciesError> for Error

source§

fn from(err: GetResourcePoliciesError) -> Self

Converts to this type from the input type.
source§

impl From<GetServiceSettingError> for Error

source§

fn from(err: GetServiceSettingError) -> Self

Converts to this type from the input type.
source§

impl From<LabelParameterVersionError> for Error

source§

fn from(err: LabelParameterVersionError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociationVersionsError> for Error

source§

fn from(err: ListAssociationVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListAssociationsError> for Error

source§

fn from(err: ListAssociationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCommandInvocationsError> for Error

source§

fn from(err: ListCommandInvocationsError) -> Self

Converts to this type from the input type.
source§

impl From<ListCommandsError> for Error

source§

fn from(err: ListCommandsError) -> Self

Converts to this type from the input type.
source§

impl From<ListComplianceItemsError> for Error

source§

fn from(err: ListComplianceItemsError) -> Self

Converts to this type from the input type.
source§

impl From<ListComplianceSummariesError> for Error

source§

fn from(err: ListComplianceSummariesError) -> Self

Converts to this type from the input type.
source§

impl From<ListDocumentMetadataHistoryError> for Error

source§

fn from(err: ListDocumentMetadataHistoryError) -> Self

Converts to this type from the input type.
source§

impl From<ListDocumentVersionsError> for Error

source§

fn from(err: ListDocumentVersionsError) -> Self

Converts to this type from the input type.
source§

impl From<ListDocumentsError> for Error

source§

fn from(err: ListDocumentsError) -> Self

Converts to this type from the input type.
source§

impl From<ListInventoryEntriesError> for Error

source§

fn from(err: ListInventoryEntriesError) -> Self

Converts to this type from the input type.
source§

impl From<ListOpsItemEventsError> for Error

source§

fn from(err: ListOpsItemEventsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOpsItemRelatedItemsError> for Error

source§

fn from(err: ListOpsItemRelatedItemsError) -> Self

Converts to this type from the input type.
source§

impl From<ListOpsMetadataError> for Error

source§

fn from(err: ListOpsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<ListResourceComplianceSummariesError> for Error

source§

fn from(err: ListResourceComplianceSummariesError) -> Self

Converts to this type from the input type.
source§

impl From<ListResourceDataSyncError> for Error

source§

fn from(err: ListResourceDataSyncError) -> Self

Converts to this type from the input type.
source§

impl From<ListTagsForResourceError> for Error

source§

fn from(err: ListTagsForResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ModifyDocumentPermissionError> for Error

source§

fn from(err: ModifyDocumentPermissionError) -> Self

Converts to this type from the input type.
source§

impl From<PutComplianceItemsError> for Error

source§

fn from(err: PutComplianceItemsError) -> Self

Converts to this type from the input type.
source§

impl From<PutInventoryError> for Error

source§

fn from(err: PutInventoryError) -> Self

Converts to this type from the input type.
source§

impl From<PutParameterError> for Error

source§

fn from(err: PutParameterError) -> Self

Converts to this type from the input type.
source§

impl From<PutResourcePolicyError> for Error

source§

fn from(err: PutResourcePolicyError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterDefaultPatchBaselineError> for Error

source§

fn from(err: RegisterDefaultPatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterPatchBaselineForPatchGroupError> for Error

source§

fn from(err: RegisterPatchBaselineForPatchGroupError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterTargetWithMaintenanceWindowError> for Error

source§

fn from(err: RegisterTargetWithMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<RegisterTaskWithMaintenanceWindowError> for Error

source§

fn from(err: RegisterTaskWithMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<RemoveTagsFromResourceError> for Error

source§

fn from(err: RemoveTagsFromResourceError) -> Self

Converts to this type from the input type.
source§

impl From<ResetServiceSettingError> for Error

source§

fn from(err: ResetServiceSettingError) -> Self

Converts to this type from the input type.
source§

impl From<ResumeSessionError> for Error

source§

fn from(err: ResumeSessionError) -> Self

Converts to this type from the input type.
source§

impl<R> From<SdkError<AddTagsToResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<AssociateOpsItemRelatedItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelCommandError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CancelMaintenanceWindowExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateActivationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssociationBatchError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateAssociationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateDocumentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateOpsItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateOpsMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreatePatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<CreateResourceDataSyncError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteActivationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteAssociationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteDocumentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteInventoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteOpsItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteOpsMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteParameterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteParametersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeletePatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteResourceDataSyncError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeleteResourcePolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterManagedInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterPatchBaselineForPatchGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterTargetFromMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DeregisterTaskFromMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeActivationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssociationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssociationExecutionTargetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAssociationExecutionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAutomationExecutionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAutomationStepExecutionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeAvailablePatchesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDocumentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeDocumentPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEffectiveInstanceAssociationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeEffectivePatchesForPatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceAssociationsStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstanceInformationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancePatchStatesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancePatchStatesForPatchGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancePatchesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInstancePropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeInventoryDeletionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowExecutionTaskInvocationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowExecutionTasksError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowExecutionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowScheduleError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowTargetsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowTasksError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeMaintenanceWindowsForTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeOpsItemsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeParametersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePatchBaselinesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePatchGroupStateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePatchGroupsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribePatchPropertiesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DescribeSessionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<DisassociateOpsItemRelatedItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetAutomationExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetCalendarStateError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetCommandInvocationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetConnectionStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDefaultPatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDeployablePatchSnapshotForInstanceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetDocumentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInventoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetInventorySchemaError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMaintenanceWindowExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMaintenanceWindowExecutionTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMaintenanceWindowExecutionTaskInvocationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetMaintenanceWindowTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetOpsItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetOpsMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetOpsSummaryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetParameterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetParameterHistoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetParametersByPathError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetParametersError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetPatchBaselineForPatchGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetResourcePoliciesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<GetServiceSettingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<LabelParameterVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssociationVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListAssociationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListCommandInvocationsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListCommandsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListComplianceItemsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListComplianceSummariesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDocumentMetadataHistoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDocumentVersionsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListDocumentsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListInventoryEntriesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListOpsItemEventsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListOpsItemRelatedItemsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListOpsMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListResourceComplianceSummariesError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListResourceDataSyncError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ListTagsForResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ModifyDocumentPermissionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutComplianceItemsError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutInventoryError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutParameterError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<PutResourcePolicyError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterDefaultPatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterPatchBaselineForPatchGroupError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterTargetWithMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RegisterTaskWithMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<RemoveTagsFromResourceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResetServiceSettingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<ResumeSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SendAutomationSignalError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<SendCommandError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartAssociationsOnceError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartAutomationExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartChangeRequestExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StartSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<StopAutomationExecutionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<TerminateSessionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UnlabelParameterVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssociationError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateAssociationStatusError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDocumentDefaultVersionError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDocumentError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateDocumentMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMaintenanceWindowError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMaintenanceWindowTargetError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateMaintenanceWindowTaskError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateManagedInstanceRoleError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateOpsItemError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateOpsMetadataError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdatePatchBaselineError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateResourceDataSyncError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl<R> From<SdkError<UpdateServiceSettingError, R>> for Error
where R: Send + Sync + Debug + 'static,

source§

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

Converts to this type from the input type.
source§

impl From<SendAutomationSignalError> for Error

source§

fn from(err: SendAutomationSignalError) -> Self

Converts to this type from the input type.
source§

impl From<SendCommandError> for Error

source§

fn from(err: SendCommandError) -> Self

Converts to this type from the input type.
source§

impl From<StartAssociationsOnceError> for Error

source§

fn from(err: StartAssociationsOnceError) -> Self

Converts to this type from the input type.
source§

impl From<StartAutomationExecutionError> for Error

source§

fn from(err: StartAutomationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StartChangeRequestExecutionError> for Error

source§

fn from(err: StartChangeRequestExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<StartSessionError> for Error

source§

fn from(err: StartSessionError) -> Self

Converts to this type from the input type.
source§

impl From<StopAutomationExecutionError> for Error

source§

fn from(err: StopAutomationExecutionError) -> Self

Converts to this type from the input type.
source§

impl From<TerminateSessionError> for Error

source§

fn from(err: TerminateSessionError) -> Self

Converts to this type from the input type.
source§

impl From<UnlabelParameterVersionError> for Error

source§

fn from(err: UnlabelParameterVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssociationError> for Error

source§

fn from(err: UpdateAssociationError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateAssociationStatusError> for Error

source§

fn from(err: UpdateAssociationStatusError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDocumentDefaultVersionError> for Error

source§

fn from(err: UpdateDocumentDefaultVersionError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDocumentError> for Error

source§

fn from(err: UpdateDocumentError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateDocumentMetadataError> for Error

source§

fn from(err: UpdateDocumentMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMaintenanceWindowError> for Error

source§

fn from(err: UpdateMaintenanceWindowError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMaintenanceWindowTargetError> for Error

source§

fn from(err: UpdateMaintenanceWindowTargetError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateMaintenanceWindowTaskError> for Error

source§

fn from(err: UpdateMaintenanceWindowTaskError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateManagedInstanceRoleError> for Error

source§

fn from(err: UpdateManagedInstanceRoleError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateOpsItemError> for Error

source§

fn from(err: UpdateOpsItemError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateOpsMetadataError> for Error

source§

fn from(err: UpdateOpsMetadataError) -> Self

Converts to this type from the input type.
source§

impl From<UpdatePatchBaselineError> for Error

source§

fn from(err: UpdatePatchBaselineError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateResourceDataSyncError> for Error

source§

fn from(err: UpdateResourceDataSyncError) -> Self

Converts to this type from the input type.
source§

impl From<UpdateServiceSettingError> for Error

source§

fn from(err: UpdateServiceSettingError) -> Self

Converts to this type from the input type.
source§

impl<O, E> From<WaiterError<O, E>> for Error
where O: Debug + Send + Sync + 'static, E: Error + Send + Sync + 'static,

source§

fn from(err: WaiterError<O, E>) -> Self

Converts to this type from the input type.
source§

impl ProvideErrorMetadata for Error

source§

fn meta(&self) -> &ErrorMetadata

Returns error metadata, which includes the error code, message, request ID, and potentially additional information.
source§

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

Returns the error code if it’s available.
source§

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

Returns the error message, if there is one.
source§

impl RequestId for Error

source§

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

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

Auto Trait Implementations§

§

impl 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> Any for T
where T: 'static + ?Sized,

source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
source§

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

source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
source§

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

source§

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

Mutably borrows from an owned value. Read more
source§

impl<T> From<T> for T

source§

fn from(t: T) -> T

Returns the argument unchanged.

source§

impl<T> Instrument for T

source§

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

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

fn in_current_span(self) -> Instrumented<Self>

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

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

source§

fn into(self) -> U

Calls U::from(self).

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

source§

impl<T> IntoEither for T

source§

fn into_either(self, into_left: bool) -> Either<Self, Self>

Converts 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 more
source§

fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
where F: FnOnce(&Self) -> bool,

Converts 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
source§

impl<Unshared, Shared> IntoShared<Shared> for Unshared
where Shared: FromUnshared<Unshared>,

source§

fn into_shared(self) -> Shared

Creates a shared type from an unshared type.
source§

impl<T> Same for T

§

type Output = T

Should always be Self
source§

impl<T> ToString for T
where T: Display + ?Sized,

source§

default fn to_string(&self) -> String

Converts the given value to a String. Read more
source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

§

type Error = Infallible

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

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

Performs the conversion.
source§

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

§

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

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

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

Performs the conversion.
source§

impl<T> WithSubscriber for T

source§

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

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

fn with_current_subscriber(self) -> WithDispatch<Self>

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