Enum aws_sdk_ssm::Error [−][src]
#[non_exhaustive]
pub enum Error {
Show 123 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),
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),
InvalidTarget(InvalidTarget),
InvalidTypeNameException(InvalidTypeNameException),
InvalidUpdate(InvalidUpdate),
InvocationDoesNotExist(InvocationDoesNotExist),
ItemContentMismatchException(ItemContentMismatchException),
ItemSizeLimitExceededException(ItemSizeLimitExceededException),
MaxDocumentSizeExceeded(MaxDocumentSizeExceeded),
OpsItemAlreadyExistsException(OpsItemAlreadyExistsException),
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),
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(Box<dyn Error + Send + Sync + 'static>),
}
Expand description
All possible error types for this service.
Variants (Non-exhaustive)
This enum is marked as non-exhaustive
AlreadyExistsException(AlreadyExistsException)
Tuple Fields
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)
Tuple Fields
You must disassociate a document from all instances before you can delete it.
AssociationAlreadyExists(AssociationAlreadyExists)
Tuple Fields
The specified association already exists.
AssociationDoesNotExist(AssociationDoesNotExist)
Tuple Fields
The specified association doesn't exist.
AssociationExecutionDoesNotExist(AssociationExecutionDoesNotExist)
Tuple Fields
The specified execution ID doesn't exist. Verify the ID number and try again.
AssociationLimitExceeded(AssociationLimitExceeded)
Tuple Fields
You can have at most 2,000 active associations.
AssociationVersionLimitExceeded(AssociationVersionLimitExceeded)
Tuple Fields
You have reached the maximum number versions allowed for an association. Each association has a limit of 1,000 versions.
AutomationDefinitionNotApprovedException(AutomationDefinitionNotApprovedException)
Tuple Fields
Indicates that the Change Manager change template used in the change request was rejected or is still in a pending state.
AutomationDefinitionNotFoundException(AutomationDefinitionNotFoundException)
Tuple Fields
An Automation runbook with the specified name couldn't be found.
AutomationDefinitionVersionNotFoundException(AutomationDefinitionVersionNotFoundException)
Tuple Fields
An Automation runbook with the specified name and version couldn't be found.
AutomationExecutionLimitExceededException(AutomationExecutionLimitExceededException)
Tuple Fields
The number of simultaneously running Automation executions exceeded the allowable limit.
AutomationExecutionNotFoundException(AutomationExecutionNotFoundException)
Tuple Fields
There is no automation execution information for the requested automation execution ID.
AutomationStepNotFoundException(AutomationStepNotFoundException)
Tuple Fields
The specified step name and execution ID don't exist. Verify the information and try again.
ComplianceTypeCountLimitExceededException(ComplianceTypeCountLimitExceededException)
Tuple Fields
You specified too many custom compliance types. You can specify a maximum of 10 different types.
CustomSchemaCountLimitExceededException(CustomSchemaCountLimitExceededException)
Tuple Fields
You have exceeded the limit for custom schemas. Delete one or more custom schemas and try again.
DocumentAlreadyExists(DocumentAlreadyExists)
Tuple Fields
The specified document already exists.
DocumentLimitExceeded(DocumentLimitExceeded)
Tuple Fields
You can have at most 500 active SSM documents.
DocumentPermissionLimit(DocumentPermissionLimit)
Tuple Fields
The document can't be shared with more Amazon Web Services user accounts. You can share a document with a maximum of 20 accounts. You can publicly share up to five documents. If you need to increase this limit, contact Amazon Web Services Support.
DocumentVersionLimitExceeded(DocumentVersionLimitExceeded)
Tuple Fields
The document has too many versions. Delete one or more document versions and try again.
DoesNotExistException(DoesNotExistException)
Tuple Fields
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)
Tuple Fields
The content of the association document matches another document. Change the content of the document and try again.
DuplicateDocumentVersionName(DuplicateDocumentVersionName)
Tuple Fields
The version name has already been used in this document. Specify a different version name, and then try again.
DuplicateInstanceId(DuplicateInstanceId)
Tuple Fields
You can't specify an instance ID in more than one association.
FeatureNotAvailableException(FeatureNotAvailableException)
Tuple Fields
You attempted to register a LAMBDA
or STEP_FUNCTIONS
task in a
region where the corresponding service isn't available.
HierarchyLevelLimitExceededException(HierarchyLevelLimitExceededException)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
An error occurred on the server side.
InvalidActivation(InvalidActivation)
Tuple Fields
The activation isn't valid. The activation might have been deleted, or the ActivationId and the ActivationCode don't match.
InvalidActivationId(InvalidActivationId)
Tuple Fields
The activation ID isn't valid. Verify the you entered the correct ActivationId or ActivationCode and try again.
InvalidAggregatorException(InvalidAggregatorException)
Tuple Fields
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)
Tuple Fields
The request doesn't meet the regular expression requirement.
InvalidAssociation(InvalidAssociation)
Tuple Fields
The association isn't valid or doesn't exist.
InvalidAssociationVersion(InvalidAssociationVersion)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
The signal isn't valid for the current Automation execution.
InvalidAutomationStatusUpdateException(InvalidAutomationStatusUpdateException)
Tuple Fields
The specified update status operation isn't valid.
InvalidCommandId(InvalidCommandId)
Tuple Fields
The specified command ID isn't valid. Verify the ID and try again.
InvalidDeleteInventoryParametersException(InvalidDeleteInventoryParametersException)
Tuple Fields
One or more of the parameters specified for the delete operation isn't valid. Verify all parameters and try again.
InvalidDeletionIdException(InvalidDeletionIdException)
Tuple Fields
The ID specified for the delete operation doesn't exist or isn't valid. Verify the ID and try again.
InvalidDocument(InvalidDocument)
Tuple Fields
The specified SSM document doesn't exist.
InvalidDocumentContent(InvalidDocumentContent)
Tuple Fields
The content for the document isn't valid.
InvalidDocumentOperation(InvalidDocumentOperation)
Tuple Fields
You attempted to delete a document while it is still shared. You must stop sharing the document before you can delete it.
InvalidDocumentSchemaVersion(InvalidDocumentSchemaVersion)
Tuple Fields
The version of the document schema isn't supported.
InvalidDocumentType(InvalidDocumentType)
Tuple Fields
The SSM document type isn't valid. Valid document types are described in the
DocumentType
property.
InvalidDocumentVersion(InvalidDocumentVersion)
Tuple Fields
The document version isn't valid or doesn't exist.
InvalidFilter(InvalidFilter)
Tuple Fields
The filter name isn't valid. Verify the you entered the correct name and try again.
InvalidFilterKey(InvalidFilterKey)
Tuple Fields
The specified key isn't valid.
InvalidFilterOption(InvalidFilterOption)
Tuple Fields
The specified filter option isn't valid. Valid options are Equals and BeginsWith. For Path filter, valid options are Recursive and OneLevel.
InvalidFilterValue(InvalidFilterValue)
Tuple Fields
The filter value isn't valid. Verify the value and try again.
InvalidInstanceId(InvalidInstanceId)
Tuple Fields
The following problems can cause this exception:
-
You don't have permission to access the instance.
-
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 instance isn't in valid state. Valid states are:
Running
,Pending
,Stopped
, andStopping
. Invalid states are:Shutting-down
andTerminated
.
InvalidInstanceInformationFilterValue(InvalidInstanceInformationFilterValue)
Tuple Fields
The specified filter value isn't valid.
InvalidInventoryGroupException(InvalidInventoryGroupException)
Tuple Fields
The specified inventory group isn't valid.
InvalidInventoryItemContextException(InvalidInventoryItemContextException)
Tuple Fields
You specified invalid keys or values in the Context
attribute for
InventoryItem
. Verify the keys and values, and try again.
InvalidInventoryRequestException(InvalidInventoryRequestException)
Tuple Fields
The request isn't valid.
InvalidItemContentException(InvalidItemContentException)
Tuple Fields
One or more content items isn't valid.
InvalidKeyId(InvalidKeyId)
Tuple Fields
0: InvalidKeyId
The query key ID isn't valid.
InvalidNextToken(InvalidNextToken)
Tuple Fields
The specified token isn't valid.
InvalidNotificationConfig(InvalidNotificationConfig)
Tuple Fields
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)
Tuple Fields
The delete inventory option specified isn't valid. Verify the option and try again.
InvalidOutputFolder(InvalidOutputFolder)
Tuple Fields
The S3 bucket doesn't exist.
InvalidOutputLocation(InvalidOutputLocation)
Tuple Fields
The output location isn't valid or doesn't exist.
InvalidParameters(InvalidParameters)
Tuple Fields
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)
Tuple Fields
The permission type isn't supported. Share is the only supported permission type.
InvalidPluginName(InvalidPluginName)
Tuple Fields
The plugin name isn't valid.
InvalidPolicyAttributeException(InvalidPolicyAttributeException)
Tuple Fields
A policy attribute or its value is invalid.
InvalidPolicyTypeException(InvalidPolicyTypeException)
Tuple Fields
The policy type isn't supported. Parameter Store supports the following policy types: Expiration, ExpirationNotification, and NoChangeNotification.
InvalidResourceId(InvalidResourceId)
Tuple Fields
The resource ID isn't valid. Verify that you entered the correct ID and try again.
InvalidResourceType(InvalidResourceType)
Tuple Fields
The resource type isn't valid. For example, if you are attempting to tag an instance, the instance must be a registered, managed instance.
InvalidResultAttributeException(InvalidResultAttributeException)
Tuple Fields
The specified inventory item result attribute isn't valid.
InvalidRole(InvalidRole)
Tuple Fields
0: 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 Configuring Amazon SNS Notifications for Run Command in the Amazon Web Services Systems Manager User Guide.
InvalidSchedule(InvalidSchedule)
Tuple Fields
The schedule is invalid. Verify your cron or rate expression and try again.
InvalidTarget(InvalidTarget)
Tuple Fields
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.
InvalidTypeNameException(InvalidTypeNameException)
Tuple Fields
The parameter type name isn't valid.
InvalidUpdate(InvalidUpdate)
Tuple Fields
The update isn't valid.
InvocationDoesNotExist(InvocationDoesNotExist)
Tuple Fields
The command ID and instance ID you specified didn't match any invocations. Verify the command ID and the instance ID and try again.
ItemContentMismatchException(ItemContentMismatchException)
Tuple Fields
The inventory item has invalid content.
ItemSizeLimitExceededException(ItemSizeLimitExceededException)
Tuple Fields
The inventory item size has exceeded the size limit.
MaxDocumentSizeExceeded(MaxDocumentSizeExceeded)
Tuple Fields
The size limit of a document is 64 KB.
OpsItemAlreadyExistsException(OpsItemAlreadyExistsException)
Tuple Fields
The OpsItem already exists.
OpsItemInvalidParameterException(OpsItemInvalidParameterException)
Tuple Fields
A specified parameter argument isn't valid. Verify the available arguments and try again.
OpsItemLimitExceededException(OpsItemLimitExceededException)
Tuple Fields
The request caused OpsItems to exceed one or more quotas. For information about OpsItem quotas, see What are the resource limits for OpsCenter?.
OpsItemNotFoundException(OpsItemNotFoundException)
Tuple Fields
The specified OpsItem ID doesn't exist. Verify the ID and try again.
OpsItemRelatedItemAlreadyExistsException(OpsItemRelatedItemAlreadyExistsException)
Tuple Fields
The Amazon Resource Name (ARN) is already associated with the OpsItem.
OpsItemRelatedItemAssociationNotFoundException(OpsItemRelatedItemAssociationNotFoundException)
Tuple Fields
The association wasn't found using the parameters you specified in the call. Verify the information and try again.
OpsMetadataAlreadyExistsException(OpsMetadataAlreadyExistsException)
Tuple Fields
An OpsMetadata object already exists for the selected resource.
OpsMetadataInvalidArgumentException(OpsMetadataInvalidArgumentException)
Tuple Fields
One of the arguments passed is invalid.
OpsMetadataKeyLimitExceededException(OpsMetadataKeyLimitExceededException)
Tuple Fields
The OpsMetadata object exceeds the maximum number of OpsMetadata keys that you can assign to an application in Application Manager.
OpsMetadataLimitExceededException(OpsMetadataLimitExceededException)
Tuple Fields
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)
Tuple Fields
The OpsMetadata object doesn't exist.
OpsMetadataTooManyUpdatesException(OpsMetadataTooManyUpdatesException)
Tuple Fields
The system is processing too many concurrent updates. Wait a few moments and try again.
ParameterAlreadyExists(ParameterAlreadyExists)
Tuple Fields
The parameter already exists. You can't create duplicate parameters.
ParameterLimitExceeded(ParameterLimitExceeded)
Tuple Fields
You have exceeded the number of parameters for this Amazon Web Services account. Delete one or more parameters and try again.
ParameterMaxVersionLimitExceeded(ParameterMaxVersionLimitExceeded)
Tuple Fields
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)
Tuple Fields
The parameter couldn't be found. Verify the name and try again.
ParameterPatternMismatchException(ParameterPatternMismatchException)
Tuple Fields
The parameter name isn't valid.
ParameterVersionLabelLimitExceeded(ParameterVersionLabelLimitExceeded)
Tuple Fields
A parameter version can have a maximum of ten labels.
ParameterVersionNotFound(ParameterVersionNotFound)
Tuple Fields
The specified parameter version wasn't found. Verify the parameter name and version, and try again.
PoliciesLimitExceededException(PoliciesLimitExceededException)
Tuple Fields
You specified more than the maximum number of allowed policies for the parameter. The maximum is 10.
ResourceDataSyncAlreadyExistsException(ResourceDataSyncAlreadyExistsException)
Tuple Fields
A sync configuration with the same name already exists.
ResourceDataSyncConflictException(ResourceDataSyncConflictException)
Tuple Fields
Another UpdateResourceDataSync
request is being processed. Wait a few minutes
and try again.
ResourceDataSyncCountExceededException(ResourceDataSyncCountExceededException)
Tuple Fields
You have exceeded the allowed maximum sync configurations.
ResourceDataSyncInvalidConfigurationException(ResourceDataSyncInvalidConfigurationException)
Tuple Fields
The specified sync configuration is invalid.
ResourceDataSyncNotFoundException(ResourceDataSyncNotFoundException)
Tuple Fields
The specified sync name wasn't found.
ResourceInUseException(ResourceInUseException)
Tuple Fields
Error returned if an attempt is made to delete a patch baseline that is registered for a patch group.
ResourceLimitExceededException(ResourceLimitExceededException)
Tuple Fields
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.
ServiceSettingNotFound(ServiceSettingNotFound)
Tuple Fields
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)
Tuple Fields
The updated status is the same as the current status.
SubTypeCountLimitExceededException(SubTypeCountLimitExceededException)
Tuple Fields
The sub-type count exceeded the limit for the inventory type.
TargetInUseException(TargetInUseException)
Tuple Fields
You specified the Safe
option for the DeregisterTargetFromMaintenanceWindow
operation, but the target is still referenced in a task.
TargetNotConnected(TargetNotConnected)
Tuple Fields
The specified target instance 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 an instance that is located in a different account or Region
TooManyTagsError(TooManyTagsError)
Tuple Fields
The Targets
parameter includes too many tags. Remove one or more tags and try
the command again.
TooManyUpdates(TooManyUpdates)
Tuple Fields
There are concurrent updates for a resource that supports one update at a time.
TotalSizeLimitExceededException(TotalSizeLimitExceededException)
Tuple Fields
The size of inventory data has exceeded the total size limit for the resource.
UnsupportedCalendarException(UnsupportedCalendarException)
Tuple Fields
The calendar entry contained in the specified SSM document isn't supported.
UnsupportedFeatureRequiredException(UnsupportedFeatureRequiredException)
Tuple Fields
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 Enabling the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.
UnsupportedInventoryItemContextException(UnsupportedInventoryItemContextException)
Tuple Fields
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)
Tuple Fields
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)
Tuple Fields
The operating systems you specified isn't supported, or the operation isn't supported for the operating system.
UnsupportedParameterType(UnsupportedParameterType)
Tuple Fields
The parameter type isn't supported.
UnsupportedPlatformType(UnsupportedPlatformType)
Tuple Fields
The document doesn't support the platform type of the given instance ID(s). For example, you sent an document for a Windows instance to a Linux instance.
Unhandled(Box<dyn Error + Send + Sync + 'static>)
An unhandled error occurred.
Trait Implementations
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for Error
impl !UnwindSafe for Error
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more