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
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.

Tuple Fields of AlreadyExistsException

0: AlreadyExistsException
AssociatedInstances(AssociatedInstances)

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

Tuple Fields of AssociatedInstances

0: AssociatedInstances
AssociationAlreadyExists(AssociationAlreadyExists)

The specified association already exists.

Tuple Fields of AssociationAlreadyExists

0: AssociationAlreadyExists
AssociationDoesNotExist(AssociationDoesNotExist)

The specified association doesn't exist.

Tuple Fields of AssociationDoesNotExist

0: AssociationDoesNotExist
AssociationExecutionDoesNotExist(AssociationExecutionDoesNotExist)

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

Tuple Fields of AssociationExecutionDoesNotExist

0: AssociationExecutionDoesNotExist
AssociationLimitExceeded(AssociationLimitExceeded)

You can have at most 2,000 active associations.

Tuple Fields of AssociationLimitExceeded

0: AssociationLimitExceeded
AssociationVersionLimitExceeded(AssociationVersionLimitExceeded)

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

Tuple Fields of AssociationVersionLimitExceeded

0: AssociationVersionLimitExceeded
AutomationDefinitionNotApprovedException(AutomationDefinitionNotApprovedException)

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

Tuple Fields of AutomationDefinitionNotApprovedException

0: AutomationDefinitionNotApprovedException
AutomationDefinitionNotFoundException(AutomationDefinitionNotFoundException)

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

Tuple Fields of AutomationDefinitionNotFoundException

0: AutomationDefinitionNotFoundException
AutomationDefinitionVersionNotFoundException(AutomationDefinitionVersionNotFoundException)

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

Tuple Fields of AutomationDefinitionVersionNotFoundException

0: AutomationDefinitionVersionNotFoundException
AutomationExecutionLimitExceededException(AutomationExecutionLimitExceededException)

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

Tuple Fields of AutomationExecutionLimitExceededException

0: AutomationExecutionLimitExceededException
AutomationExecutionNotFoundException(AutomationExecutionNotFoundException)

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

Tuple Fields of AutomationExecutionNotFoundException

0: AutomationExecutionNotFoundException
AutomationStepNotFoundException(AutomationStepNotFoundException)

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

Tuple Fields of AutomationStepNotFoundException

0: AutomationStepNotFoundException
ComplianceTypeCountLimitExceededException(ComplianceTypeCountLimitExceededException)

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

Tuple Fields of ComplianceTypeCountLimitExceededException

0: ComplianceTypeCountLimitExceededException
CustomSchemaCountLimitExceededException(CustomSchemaCountLimitExceededException)

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

Tuple Fields of CustomSchemaCountLimitExceededException

0: CustomSchemaCountLimitExceededException
DocumentAlreadyExists(DocumentAlreadyExists)

The specified document already exists.

Tuple Fields of DocumentAlreadyExists

0: DocumentAlreadyExists
DocumentLimitExceeded(DocumentLimitExceeded)

You can have at most 500 active SSM documents.

Tuple Fields of DocumentLimitExceeded

0: DocumentLimitExceeded
DocumentPermissionLimit(DocumentPermissionLimit)

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.

Tuple Fields of DocumentPermissionLimit

0: DocumentPermissionLimit
DocumentVersionLimitExceeded(DocumentVersionLimitExceeded)

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

Tuple Fields of DocumentVersionLimitExceeded

0: DocumentVersionLimitExceeded
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.

Tuple Fields of DoesNotExistException

0: DoesNotExistException
DuplicateDocumentContent(DuplicateDocumentContent)

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

Tuple Fields of DuplicateDocumentContent

0: DuplicateDocumentContent
DuplicateDocumentVersionName(DuplicateDocumentVersionName)

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

Tuple Fields of DuplicateDocumentVersionName

0: DuplicateDocumentVersionName
DuplicateInstanceId(DuplicateInstanceId)

You can't specify an instance ID in more than one association.

Tuple Fields of DuplicateInstanceId

0: DuplicateInstanceId
FeatureNotAvailableException(FeatureNotAvailableException)

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

Tuple Fields of FeatureNotAvailableException

0: FeatureNotAvailableException
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.

Tuple Fields of HierarchyLevelLimitExceededException

0: HierarchyLevelLimitExceededException
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.

Tuple Fields of HierarchyTypeMismatchException

0: HierarchyTypeMismatchException
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.

Tuple Fields of IdempotentParameterMismatch

0: IdempotentParameterMismatch
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.

Tuple Fields of IncompatiblePolicyException

0: IncompatiblePolicyException
InternalServerError(InternalServerError)

An error occurred on the server side.

Tuple Fields of InternalServerError

0: InternalServerError
InvalidActivation(InvalidActivation)

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

Tuple Fields of InvalidActivation

0: InvalidActivation
InvalidActivationId(InvalidActivationId)

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

Tuple Fields of InvalidActivationId

0: InvalidActivationId
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.

Tuple Fields of InvalidAggregatorException

0: InvalidAggregatorException
InvalidAllowedPatternException(InvalidAllowedPatternException)

The request doesn't meet the regular expression requirement.

Tuple Fields of InvalidAllowedPatternException

0: InvalidAllowedPatternException
InvalidAssociation(InvalidAssociation)

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

Tuple Fields of InvalidAssociation

0: InvalidAssociation
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.

Tuple Fields of InvalidAssociationVersion

0: InvalidAssociationVersion
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.

Tuple Fields of InvalidAutomationExecutionParametersException

0: InvalidAutomationExecutionParametersException
InvalidAutomationSignalException(InvalidAutomationSignalException)

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

Tuple Fields of InvalidAutomationSignalException

0: InvalidAutomationSignalException
InvalidAutomationStatusUpdateException(InvalidAutomationStatusUpdateException)

The specified update status operation isn't valid.

Tuple Fields of InvalidAutomationStatusUpdateException

0: InvalidAutomationStatusUpdateException
InvalidCommandId(InvalidCommandId)

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

Tuple Fields of InvalidCommandId

0: InvalidCommandId
InvalidDeleteInventoryParametersException(InvalidDeleteInventoryParametersException)

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

Tuple Fields of InvalidDeleteInventoryParametersException

0: InvalidDeleteInventoryParametersException
InvalidDeletionIdException(InvalidDeletionIdException)

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

Tuple Fields of InvalidDeletionIdException

0: InvalidDeletionIdException
InvalidDocument(InvalidDocument)

The specified SSM document doesn't exist.

Tuple Fields of InvalidDocument

0: InvalidDocument
InvalidDocumentContent(InvalidDocumentContent)

The content for the document isn't valid.

Tuple Fields of InvalidDocumentContent

0: InvalidDocumentContent
InvalidDocumentOperation(InvalidDocumentOperation)

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

Tuple Fields of InvalidDocumentOperation

0: InvalidDocumentOperation
InvalidDocumentSchemaVersion(InvalidDocumentSchemaVersion)

The version of the document schema isn't supported.

Tuple Fields of InvalidDocumentSchemaVersion

0: InvalidDocumentSchemaVersion
InvalidDocumentType(InvalidDocumentType)

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

Tuple Fields of InvalidDocumentType

0: InvalidDocumentType
InvalidDocumentVersion(InvalidDocumentVersion)

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

Tuple Fields of InvalidDocumentVersion

0: InvalidDocumentVersion
InvalidFilter(InvalidFilter)

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

Tuple Fields of InvalidFilter

0: InvalidFilter
InvalidFilterKey(InvalidFilterKey)

The specified key isn't valid.

Tuple Fields of InvalidFilterKey

0: InvalidFilterKey
InvalidFilterOption(InvalidFilterOption)

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

Tuple Fields of InvalidFilterOption

0: InvalidFilterOption
InvalidFilterValue(InvalidFilterValue)

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

Tuple Fields of InvalidFilterValue

0: InvalidFilterValue
InvalidInstanceId(InvalidInstanceId)

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, and Stopping. Invalid states are: Shutting-down and Terminated.

Tuple Fields of InvalidInstanceId

0: InvalidInstanceId
InvalidInstanceInformationFilterValue(InvalidInstanceInformationFilterValue)

The specified filter value isn't valid.

Tuple Fields of InvalidInstanceInformationFilterValue

0: InvalidInstanceInformationFilterValue
InvalidInventoryGroupException(InvalidInventoryGroupException)

The specified inventory group isn't valid.

Tuple Fields of InvalidInventoryGroupException

0: InvalidInventoryGroupException
InvalidInventoryItemContextException(InvalidInventoryItemContextException)

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

Tuple Fields of InvalidInventoryItemContextException

0: InvalidInventoryItemContextException
InvalidInventoryRequestException(InvalidInventoryRequestException)

The request isn't valid.

Tuple Fields of InvalidInventoryRequestException

0: InvalidInventoryRequestException
InvalidItemContentException(InvalidItemContentException)

One or more content items isn't valid.

Tuple Fields of InvalidItemContentException

0: InvalidItemContentException
InvalidKeyId(InvalidKeyId)

The query key ID isn't valid.

Tuple Fields of InvalidKeyId

0: InvalidKeyId
InvalidNextToken(InvalidNextToken)

The specified token isn't valid.

Tuple Fields of InvalidNextToken

0: InvalidNextToken
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.

Tuple Fields of InvalidNotificationConfig

0: InvalidNotificationConfig
InvalidOptionException(InvalidOptionException)

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

Tuple Fields of InvalidOptionException

0: InvalidOptionException
InvalidOutputFolder(InvalidOutputFolder)

The S3 bucket doesn't exist.

Tuple Fields of InvalidOutputFolder

0: InvalidOutputFolder
InvalidOutputLocation(InvalidOutputLocation)

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

Tuple Fields of InvalidOutputLocation

0: InvalidOutputLocation
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.

Tuple Fields of InvalidParameters

0: InvalidParameters
InvalidPermissionType(InvalidPermissionType)

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

Tuple Fields of InvalidPermissionType

0: InvalidPermissionType
InvalidPluginName(InvalidPluginName)

The plugin name isn't valid.

Tuple Fields of InvalidPluginName

0: InvalidPluginName
InvalidPolicyAttributeException(InvalidPolicyAttributeException)

A policy attribute or its value is invalid.

Tuple Fields of InvalidPolicyAttributeException

0: InvalidPolicyAttributeException
InvalidPolicyTypeException(InvalidPolicyTypeException)

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

Tuple Fields of InvalidPolicyTypeException

0: InvalidPolicyTypeException
InvalidResourceId(InvalidResourceId)

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

Tuple Fields of InvalidResourceId

0: InvalidResourceId
InvalidResourceType(InvalidResourceType)

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

Tuple Fields of InvalidResourceType

0: InvalidResourceType
InvalidResultAttributeException(InvalidResultAttributeException)

The specified inventory item result attribute isn't valid.

Tuple Fields of InvalidResultAttributeException

0: InvalidResultAttributeException
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 Configuring Amazon SNS Notifications for Run Command in the Amazon Web Services Systems Manager User Guide.

Tuple Fields of InvalidRole

0: InvalidRole
InvalidSchedule(InvalidSchedule)

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

Tuple Fields of InvalidSchedule

0: InvalidSchedule
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.

Tuple Fields of InvalidTarget

0: InvalidTarget
InvalidTypeNameException(InvalidTypeNameException)

The parameter type name isn't valid.

Tuple Fields of InvalidTypeNameException

0: InvalidTypeNameException
InvalidUpdate(InvalidUpdate)

The update isn't valid.

Tuple Fields of InvalidUpdate

0: InvalidUpdate
InvocationDoesNotExist(InvocationDoesNotExist)

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

Tuple Fields of InvocationDoesNotExist

0: InvocationDoesNotExist
ItemContentMismatchException(ItemContentMismatchException)

The inventory item has invalid content.

Tuple Fields of ItemContentMismatchException

0: ItemContentMismatchException
ItemSizeLimitExceededException(ItemSizeLimitExceededException)

The inventory item size has exceeded the size limit.

Tuple Fields of ItemSizeLimitExceededException

0: ItemSizeLimitExceededException
MaxDocumentSizeExceeded(MaxDocumentSizeExceeded)

The size limit of a document is 64 KB.

Tuple Fields of MaxDocumentSizeExceeded

0: MaxDocumentSizeExceeded
OpsItemAlreadyExistsException(OpsItemAlreadyExistsException)

The OpsItem already exists.

Tuple Fields of OpsItemAlreadyExistsException

0: OpsItemAlreadyExistsException
OpsItemInvalidParameterException(OpsItemInvalidParameterException)

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

Tuple Fields of OpsItemInvalidParameterException

0: OpsItemInvalidParameterException
OpsItemLimitExceededException(OpsItemLimitExceededException)

The request caused OpsItems to exceed one or more quotas. For information about OpsItem quotas, see What are the resource limits for OpsCenter?.

Tuple Fields of OpsItemLimitExceededException

0: OpsItemLimitExceededException
OpsItemNotFoundException(OpsItemNotFoundException)

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

Tuple Fields of OpsItemNotFoundException

0: OpsItemNotFoundException
OpsItemRelatedItemAlreadyExistsException(OpsItemRelatedItemAlreadyExistsException)

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

Tuple Fields of OpsItemRelatedItemAlreadyExistsException

0: OpsItemRelatedItemAlreadyExistsException
OpsItemRelatedItemAssociationNotFoundException(OpsItemRelatedItemAssociationNotFoundException)

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

Tuple Fields of OpsItemRelatedItemAssociationNotFoundException

0: OpsItemRelatedItemAssociationNotFoundException
OpsMetadataAlreadyExistsException(OpsMetadataAlreadyExistsException)

An OpsMetadata object already exists for the selected resource.

Tuple Fields of OpsMetadataAlreadyExistsException

0: OpsMetadataAlreadyExistsException
OpsMetadataInvalidArgumentException(OpsMetadataInvalidArgumentException)

One of the arguments passed is invalid.

Tuple Fields of OpsMetadataInvalidArgumentException

0: OpsMetadataInvalidArgumentException
OpsMetadataKeyLimitExceededException(OpsMetadataKeyLimitExceededException)

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

Tuple Fields of OpsMetadataKeyLimitExceededException

0: OpsMetadataKeyLimitExceededException
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.

Tuple Fields of OpsMetadataLimitExceededException

0: OpsMetadataLimitExceededException
OpsMetadataNotFoundException(OpsMetadataNotFoundException)

The OpsMetadata object doesn't exist.

Tuple Fields of OpsMetadataNotFoundException

0: OpsMetadataNotFoundException
OpsMetadataTooManyUpdatesException(OpsMetadataTooManyUpdatesException)

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

Tuple Fields of OpsMetadataTooManyUpdatesException

0: OpsMetadataTooManyUpdatesException
ParameterAlreadyExists(ParameterAlreadyExists)

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

Tuple Fields of ParameterAlreadyExists

0: ParameterAlreadyExists
ParameterLimitExceeded(ParameterLimitExceeded)

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

Tuple Fields of ParameterLimitExceeded

0: ParameterLimitExceeded
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.

Tuple Fields of ParameterMaxVersionLimitExceeded

0: ParameterMaxVersionLimitExceeded
ParameterNotFound(ParameterNotFound)

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

Tuple Fields of ParameterNotFound

0: ParameterNotFound
ParameterPatternMismatchException(ParameterPatternMismatchException)

The parameter name isn't valid.

Tuple Fields of ParameterPatternMismatchException

0: ParameterPatternMismatchException
ParameterVersionLabelLimitExceeded(ParameterVersionLabelLimitExceeded)

A parameter version can have a maximum of ten labels.

Tuple Fields of ParameterVersionLabelLimitExceeded

0: ParameterVersionLabelLimitExceeded
ParameterVersionNotFound(ParameterVersionNotFound)

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

Tuple Fields of ParameterVersionNotFound

0: ParameterVersionNotFound
PoliciesLimitExceededException(PoliciesLimitExceededException)

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

Tuple Fields of PoliciesLimitExceededException

0: PoliciesLimitExceededException
ResourceDataSyncAlreadyExistsException(ResourceDataSyncAlreadyExistsException)

A sync configuration with the same name already exists.

Tuple Fields of ResourceDataSyncAlreadyExistsException

0: ResourceDataSyncAlreadyExistsException
ResourceDataSyncConflictException(ResourceDataSyncConflictException)

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

Tuple Fields of ResourceDataSyncConflictException

0: ResourceDataSyncConflictException
ResourceDataSyncCountExceededException(ResourceDataSyncCountExceededException)

You have exceeded the allowed maximum sync configurations.

Tuple Fields of ResourceDataSyncCountExceededException

0: ResourceDataSyncCountExceededException
ResourceDataSyncInvalidConfigurationException(ResourceDataSyncInvalidConfigurationException)

The specified sync configuration is invalid.

Tuple Fields of ResourceDataSyncInvalidConfigurationException

0: ResourceDataSyncInvalidConfigurationException
ResourceDataSyncNotFoundException(ResourceDataSyncNotFoundException)

The specified sync name wasn't found.

Tuple Fields of ResourceDataSyncNotFoundException

0: ResourceDataSyncNotFoundException
ResourceInUseException(ResourceInUseException)

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

Tuple Fields of ResourceInUseException

0: ResourceInUseException
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.

Tuple Fields of ResourceLimitExceededException

0: ResourceLimitExceededException
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.

Tuple Fields of ServiceSettingNotFound

0: ServiceSettingNotFound
StatusUnchanged(StatusUnchanged)

The updated status is the same as the current status.

Tuple Fields of StatusUnchanged

0: StatusUnchanged
SubTypeCountLimitExceededException(SubTypeCountLimitExceededException)

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

Tuple Fields of SubTypeCountLimitExceededException

0: SubTypeCountLimitExceededException
TargetInUseException(TargetInUseException)

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

Tuple Fields of TargetInUseException

0: TargetInUseException
TargetNotConnected(TargetNotConnected)

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

Tuple Fields of TargetNotConnected

0: TargetNotConnected
TooManyTagsError(TooManyTagsError)

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

Tuple Fields of TooManyTagsError

0: TooManyTagsError
TooManyUpdates(TooManyUpdates)

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

Tuple Fields of TooManyUpdates

0: TooManyUpdates
TotalSizeLimitExceededException(TotalSizeLimitExceededException)

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

Tuple Fields of TotalSizeLimitExceededException

0: TotalSizeLimitExceededException
UnsupportedCalendarException(UnsupportedCalendarException)

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

Tuple Fields of UnsupportedCalendarException

0: UnsupportedCalendarException
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 Enabling the advanced-instances tier in the Amazon Web Services Systems Manager User Guide.

Tuple Fields of UnsupportedFeatureRequiredException

0: UnsupportedFeatureRequiredException
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.

Tuple Fields of UnsupportedInventoryItemContextException

0: UnsupportedInventoryItemContextException
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.

Tuple Fields of UnsupportedInventorySchemaVersionException

0: UnsupportedInventorySchemaVersionException
UnsupportedOperatingSystem(UnsupportedOperatingSystem)

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

Tuple Fields of UnsupportedOperatingSystem

0: UnsupportedOperatingSystem
UnsupportedParameterType(UnsupportedParameterType)

The parameter type isn't supported.

Tuple Fields of UnsupportedParameterType

0: UnsupportedParameterType
UnsupportedPlatformType(UnsupportedPlatformType)

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.

Tuple Fields of UnsupportedPlatformType

0: UnsupportedPlatformType
Unhandled(Box<dyn Error + Send + Sync + 'static>)

An unhandled error occurred.

Tuple Fields of Unhandled

0: Box<dyn Error + Send + Sync + 'static>

Trait Implementations

Formats the value using the given formatter. Read more

Formats the value using the given formatter. Read more

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

🔬 This is a nightly-only experimental API. (backtrace)

Returns a stack backtrace, if available, of where this error occurred. Read more

👎 Deprecated since 1.42.0:

use the Display impl or to_string()

👎 Deprecated since 1.33.0:

replaced by Error::source, which can support downcasting

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.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

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

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

Performs the conversion.

Converts the given value to a String. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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