github.com/aavshr/aws-sdk-go@v1.41.3/service/ssm/errors.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 package ssm 4 5 import ( 6 "github.com/aavshr/aws-sdk-go/private/protocol" 7 ) 8 9 const ( 10 11 // ErrCodeAlreadyExistsException for service response error code 12 // "AlreadyExistsException". 13 // 14 // Error returned if an attempt is made to register a patch group with a patch 15 // baseline that is already registered with a different patch baseline. 16 ErrCodeAlreadyExistsException = "AlreadyExistsException" 17 18 // ErrCodeAssociatedInstances for service response error code 19 // "AssociatedInstances". 20 // 21 // You must disassociate a document from all instances before you can delete 22 // it. 23 ErrCodeAssociatedInstances = "AssociatedInstances" 24 25 // ErrCodeAssociationAlreadyExists for service response error code 26 // "AssociationAlreadyExists". 27 // 28 // The specified association already exists. 29 ErrCodeAssociationAlreadyExists = "AssociationAlreadyExists" 30 31 // ErrCodeAssociationDoesNotExist for service response error code 32 // "AssociationDoesNotExist". 33 // 34 // The specified association doesn't exist. 35 ErrCodeAssociationDoesNotExist = "AssociationDoesNotExist" 36 37 // ErrCodeAssociationExecutionDoesNotExist for service response error code 38 // "AssociationExecutionDoesNotExist". 39 // 40 // The specified execution ID doesn't exist. Verify the ID number and try again. 41 ErrCodeAssociationExecutionDoesNotExist = "AssociationExecutionDoesNotExist" 42 43 // ErrCodeAssociationLimitExceeded for service response error code 44 // "AssociationLimitExceeded". 45 // 46 // You can have at most 2,000 active associations. 47 ErrCodeAssociationLimitExceeded = "AssociationLimitExceeded" 48 49 // ErrCodeAssociationVersionLimitExceeded for service response error code 50 // "AssociationVersionLimitExceeded". 51 // 52 // You have reached the maximum number versions allowed for an association. 53 // Each association has a limit of 1,000 versions. 54 ErrCodeAssociationVersionLimitExceeded = "AssociationVersionLimitExceeded" 55 56 // ErrCodeAutomationDefinitionNotApprovedException for service response error code 57 // "AutomationDefinitionNotApprovedException". 58 // 59 // Indicates that the Change Manager change template used in the change request 60 // was rejected or is still in a pending state. 61 ErrCodeAutomationDefinitionNotApprovedException = "AutomationDefinitionNotApprovedException" 62 63 // ErrCodeAutomationDefinitionNotFoundException for service response error code 64 // "AutomationDefinitionNotFoundException". 65 // 66 // An Automation runbook with the specified name couldn't be found. 67 ErrCodeAutomationDefinitionNotFoundException = "AutomationDefinitionNotFoundException" 68 69 // ErrCodeAutomationDefinitionVersionNotFoundException for service response error code 70 // "AutomationDefinitionVersionNotFoundException". 71 // 72 // An Automation runbook with the specified name and version couldn't be found. 73 ErrCodeAutomationDefinitionVersionNotFoundException = "AutomationDefinitionVersionNotFoundException" 74 75 // ErrCodeAutomationExecutionLimitExceededException for service response error code 76 // "AutomationExecutionLimitExceededException". 77 // 78 // The number of simultaneously running Automation executions exceeded the allowable 79 // limit. 80 ErrCodeAutomationExecutionLimitExceededException = "AutomationExecutionLimitExceededException" 81 82 // ErrCodeAutomationExecutionNotFoundException for service response error code 83 // "AutomationExecutionNotFoundException". 84 // 85 // There is no automation execution information for the requested automation 86 // execution ID. 87 ErrCodeAutomationExecutionNotFoundException = "AutomationExecutionNotFoundException" 88 89 // ErrCodeAutomationStepNotFoundException for service response error code 90 // "AutomationStepNotFoundException". 91 // 92 // The specified step name and execution ID don't exist. Verify the information 93 // and try again. 94 ErrCodeAutomationStepNotFoundException = "AutomationStepNotFoundException" 95 96 // ErrCodeComplianceTypeCountLimitExceededException for service response error code 97 // "ComplianceTypeCountLimitExceededException". 98 // 99 // You specified too many custom compliance types. You can specify a maximum 100 // of 10 different types. 101 ErrCodeComplianceTypeCountLimitExceededException = "ComplianceTypeCountLimitExceededException" 102 103 // ErrCodeCustomSchemaCountLimitExceededException for service response error code 104 // "CustomSchemaCountLimitExceededException". 105 // 106 // You have exceeded the limit for custom schemas. Delete one or more custom 107 // schemas and try again. 108 ErrCodeCustomSchemaCountLimitExceededException = "CustomSchemaCountLimitExceededException" 109 110 // ErrCodeDocumentAlreadyExists for service response error code 111 // "DocumentAlreadyExists". 112 // 113 // The specified document already exists. 114 ErrCodeDocumentAlreadyExists = "DocumentAlreadyExists" 115 116 // ErrCodeDocumentLimitExceeded for service response error code 117 // "DocumentLimitExceeded". 118 // 119 // You can have at most 500 active SSM documents. 120 ErrCodeDocumentLimitExceeded = "DocumentLimitExceeded" 121 122 // ErrCodeDocumentPermissionLimit for service response error code 123 // "DocumentPermissionLimit". 124 // 125 // The document can't be shared with more Amazon Web Services user accounts. 126 // You can share a document with a maximum of 20 accounts. You can publicly 127 // share up to five documents. If you need to increase this limit, contact Amazon 128 // Web Services Support. 129 ErrCodeDocumentPermissionLimit = "DocumentPermissionLimit" 130 131 // ErrCodeDocumentVersionLimitExceeded for service response error code 132 // "DocumentVersionLimitExceeded". 133 // 134 // The document has too many versions. Delete one or more document versions 135 // and try again. 136 ErrCodeDocumentVersionLimitExceeded = "DocumentVersionLimitExceeded" 137 138 // ErrCodeDoesNotExistException for service response error code 139 // "DoesNotExistException". 140 // 141 // Error returned when the ID specified for a resource, such as a maintenance 142 // window or patch baseline, doesn't exist. 143 // 144 // For information about resource quotas in Amazon Web Services Systems Manager, 145 // see Systems Manager service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) 146 // in the Amazon Web Services General Reference. 147 ErrCodeDoesNotExistException = "DoesNotExistException" 148 149 // ErrCodeDuplicateDocumentContent for service response error code 150 // "DuplicateDocumentContent". 151 // 152 // The content of the association document matches another document. Change 153 // the content of the document and try again. 154 ErrCodeDuplicateDocumentContent = "DuplicateDocumentContent" 155 156 // ErrCodeDuplicateDocumentVersionName for service response error code 157 // "DuplicateDocumentVersionName". 158 // 159 // The version name has already been used in this document. Specify a different 160 // version name, and then try again. 161 ErrCodeDuplicateDocumentVersionName = "DuplicateDocumentVersionName" 162 163 // ErrCodeDuplicateInstanceId for service response error code 164 // "DuplicateInstanceId". 165 // 166 // You can't specify an instance ID in more than one association. 167 ErrCodeDuplicateInstanceId = "DuplicateInstanceId" 168 169 // ErrCodeFeatureNotAvailableException for service response error code 170 // "FeatureNotAvailableException". 171 // 172 // You attempted to register a LAMBDA or STEP_FUNCTIONS task in a region where 173 // the corresponding service isn't available. 174 ErrCodeFeatureNotAvailableException = "FeatureNotAvailableException" 175 176 // ErrCodeHierarchyLevelLimitExceededException for service response error code 177 // "HierarchyLevelLimitExceededException". 178 // 179 // A hierarchy can have a maximum of 15 levels. For more information, see Requirements 180 // and constraints for parameter names (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-parameter-name-constraints.html) 181 // in the Amazon Web Services Systems Manager User Guide. 182 ErrCodeHierarchyLevelLimitExceededException = "HierarchyLevelLimitExceededException" 183 184 // ErrCodeHierarchyTypeMismatchException for service response error code 185 // "HierarchyTypeMismatchException". 186 // 187 // Parameter Store doesn't support changing a parameter type in a hierarchy. 188 // For example, you can't change a parameter from a String type to a SecureString 189 // type. You must create a new, unique parameter. 190 ErrCodeHierarchyTypeMismatchException = "HierarchyTypeMismatchException" 191 192 // ErrCodeIdempotentParameterMismatch for service response error code 193 // "IdempotentParameterMismatch". 194 // 195 // Error returned when an idempotent operation is retried and the parameters 196 // don't match the original call to the API with the same idempotency token. 197 ErrCodeIdempotentParameterMismatch = "IdempotentParameterMismatch" 198 199 // ErrCodeIncompatiblePolicyException for service response error code 200 // "IncompatiblePolicyException". 201 // 202 // There is a conflict in the policies specified for this parameter. You can't, 203 // for example, specify two Expiration policies for a parameter. Review your 204 // policies, and try again. 205 ErrCodeIncompatiblePolicyException = "IncompatiblePolicyException" 206 207 // ErrCodeInternalServerError for service response error code 208 // "InternalServerError". 209 // 210 // An error occurred on the server side. 211 ErrCodeInternalServerError = "InternalServerError" 212 213 // ErrCodeInvalidActivation for service response error code 214 // "InvalidActivation". 215 // 216 // The activation isn't valid. The activation might have been deleted, or the 217 // ActivationId and the ActivationCode don't match. 218 ErrCodeInvalidActivation = "InvalidActivation" 219 220 // ErrCodeInvalidActivationId for service response error code 221 // "InvalidActivationId". 222 // 223 // The activation ID isn't valid. Verify the you entered the correct ActivationId 224 // or ActivationCode and try again. 225 ErrCodeInvalidActivationId = "InvalidActivationId" 226 227 // ErrCodeInvalidAggregatorException for service response error code 228 // "InvalidAggregatorException". 229 // 230 // The specified aggregator isn't valid for inventory groups. Verify that the 231 // aggregator uses a valid inventory type such as AWS:Application or AWS:InstanceInformation. 232 ErrCodeInvalidAggregatorException = "InvalidAggregatorException" 233 234 // ErrCodeInvalidAllowedPatternException for service response error code 235 // "InvalidAllowedPatternException". 236 // 237 // The request doesn't meet the regular expression requirement. 238 ErrCodeInvalidAllowedPatternException = "InvalidAllowedPatternException" 239 240 // ErrCodeInvalidAssociation for service response error code 241 // "InvalidAssociation". 242 // 243 // The association isn't valid or doesn't exist. 244 ErrCodeInvalidAssociation = "InvalidAssociation" 245 246 // ErrCodeInvalidAssociationVersion for service response error code 247 // "InvalidAssociationVersion". 248 // 249 // The version you specified isn't valid. Use ListAssociationVersions to view 250 // all versions of an association according to the association ID. Or, use the 251 // $LATEST parameter to view the latest version of the association. 252 ErrCodeInvalidAssociationVersion = "InvalidAssociationVersion" 253 254 // ErrCodeInvalidAutomationExecutionParametersException for service response error code 255 // "InvalidAutomationExecutionParametersException". 256 // 257 // The supplied parameters for invoking the specified Automation runbook are 258 // incorrect. For example, they may not match the set of parameters permitted 259 // for the specified Automation document. 260 ErrCodeInvalidAutomationExecutionParametersException = "InvalidAutomationExecutionParametersException" 261 262 // ErrCodeInvalidAutomationSignalException for service response error code 263 // "InvalidAutomationSignalException". 264 // 265 // The signal isn't valid for the current Automation execution. 266 ErrCodeInvalidAutomationSignalException = "InvalidAutomationSignalException" 267 268 // ErrCodeInvalidAutomationStatusUpdateException for service response error code 269 // "InvalidAutomationStatusUpdateException". 270 // 271 // The specified update status operation isn't valid. 272 ErrCodeInvalidAutomationStatusUpdateException = "InvalidAutomationStatusUpdateException" 273 274 // ErrCodeInvalidCommandId for service response error code 275 // "InvalidCommandId". 276 // 277 // The specified command ID isn't valid. Verify the ID and try again. 278 ErrCodeInvalidCommandId = "InvalidCommandId" 279 280 // ErrCodeInvalidDeleteInventoryParametersException for service response error code 281 // "InvalidDeleteInventoryParametersException". 282 // 283 // One or more of the parameters specified for the delete operation isn't valid. 284 // Verify all parameters and try again. 285 ErrCodeInvalidDeleteInventoryParametersException = "InvalidDeleteInventoryParametersException" 286 287 // ErrCodeInvalidDeletionIdException for service response error code 288 // "InvalidDeletionIdException". 289 // 290 // The ID specified for the delete operation doesn't exist or isn't valid. Verify 291 // the ID and try again. 292 ErrCodeInvalidDeletionIdException = "InvalidDeletionIdException" 293 294 // ErrCodeInvalidDocument for service response error code 295 // "InvalidDocument". 296 // 297 // The specified SSM document doesn't exist. 298 ErrCodeInvalidDocument = "InvalidDocument" 299 300 // ErrCodeInvalidDocumentContent for service response error code 301 // "InvalidDocumentContent". 302 // 303 // The content for the document isn't valid. 304 ErrCodeInvalidDocumentContent = "InvalidDocumentContent" 305 306 // ErrCodeInvalidDocumentOperation for service response error code 307 // "InvalidDocumentOperation". 308 // 309 // You attempted to delete a document while it is still shared. You must stop 310 // sharing the document before you can delete it. 311 ErrCodeInvalidDocumentOperation = "InvalidDocumentOperation" 312 313 // ErrCodeInvalidDocumentSchemaVersion for service response error code 314 // "InvalidDocumentSchemaVersion". 315 // 316 // The version of the document schema isn't supported. 317 ErrCodeInvalidDocumentSchemaVersion = "InvalidDocumentSchemaVersion" 318 319 // ErrCodeInvalidDocumentType for service response error code 320 // "InvalidDocumentType". 321 // 322 // The SSM document type isn't valid. Valid document types are described in 323 // the DocumentType property. 324 ErrCodeInvalidDocumentType = "InvalidDocumentType" 325 326 // ErrCodeInvalidDocumentVersion for service response error code 327 // "InvalidDocumentVersion". 328 // 329 // The document version isn't valid or doesn't exist. 330 ErrCodeInvalidDocumentVersion = "InvalidDocumentVersion" 331 332 // ErrCodeInvalidFilter for service response error code 333 // "InvalidFilter". 334 // 335 // The filter name isn't valid. Verify the you entered the correct name and 336 // try again. 337 ErrCodeInvalidFilter = "InvalidFilter" 338 339 // ErrCodeInvalidFilterKey for service response error code 340 // "InvalidFilterKey". 341 // 342 // The specified key isn't valid. 343 ErrCodeInvalidFilterKey = "InvalidFilterKey" 344 345 // ErrCodeInvalidFilterOption for service response error code 346 // "InvalidFilterOption". 347 // 348 // The specified filter option isn't valid. Valid options are Equals and BeginsWith. 349 // For Path filter, valid options are Recursive and OneLevel. 350 ErrCodeInvalidFilterOption = "InvalidFilterOption" 351 352 // ErrCodeInvalidFilterValue for service response error code 353 // "InvalidFilterValue". 354 // 355 // The filter value isn't valid. Verify the value and try again. 356 ErrCodeInvalidFilterValue = "InvalidFilterValue" 357 358 // ErrCodeInvalidInstanceId for service response error code 359 // "InvalidInstanceId". 360 // 361 // The following problems can cause this exception: 362 // 363 // * You don't have permission to access the instance. 364 // 365 // * Amazon Web Services Systems Manager Agent(SSM Agent) isn't running. 366 // Verify that SSM Agent is running. 367 // 368 // * SSM Agent isn't registered with the SSM endpoint. Try reinstalling SSM 369 // Agent. 370 // 371 // * The instance isn't in valid state. Valid states are: Running, Pending, 372 // Stopped, and Stopping. Invalid states are: Shutting-down and Terminated. 373 ErrCodeInvalidInstanceId = "InvalidInstanceId" 374 375 // ErrCodeInvalidInstanceInformationFilterValue for service response error code 376 // "InvalidInstanceInformationFilterValue". 377 // 378 // The specified filter value isn't valid. 379 ErrCodeInvalidInstanceInformationFilterValue = "InvalidInstanceInformationFilterValue" 380 381 // ErrCodeInvalidInventoryGroupException for service response error code 382 // "InvalidInventoryGroupException". 383 // 384 // The specified inventory group isn't valid. 385 ErrCodeInvalidInventoryGroupException = "InvalidInventoryGroupException" 386 387 // ErrCodeInvalidInventoryItemContextException for service response error code 388 // "InvalidInventoryItemContextException". 389 // 390 // You specified invalid keys or values in the Context attribute for InventoryItem. 391 // Verify the keys and values, and try again. 392 ErrCodeInvalidInventoryItemContextException = "InvalidInventoryItemContextException" 393 394 // ErrCodeInvalidInventoryRequestException for service response error code 395 // "InvalidInventoryRequestException". 396 // 397 // The request isn't valid. 398 ErrCodeInvalidInventoryRequestException = "InvalidInventoryRequestException" 399 400 // ErrCodeInvalidItemContentException for service response error code 401 // "InvalidItemContentException". 402 // 403 // One or more content items isn't valid. 404 ErrCodeInvalidItemContentException = "InvalidItemContentException" 405 406 // ErrCodeInvalidKeyId for service response error code 407 // "InvalidKeyId". 408 // 409 // The query key ID isn't valid. 410 ErrCodeInvalidKeyId = "InvalidKeyId" 411 412 // ErrCodeInvalidNextToken for service response error code 413 // "InvalidNextToken". 414 // 415 // The specified token isn't valid. 416 ErrCodeInvalidNextToken = "InvalidNextToken" 417 418 // ErrCodeInvalidNotificationConfig for service response error code 419 // "InvalidNotificationConfig". 420 // 421 // One or more configuration items isn't valid. Verify that a valid Amazon Resource 422 // Name (ARN) was provided for an Amazon Simple Notification Service topic. 423 ErrCodeInvalidNotificationConfig = "InvalidNotificationConfig" 424 425 // ErrCodeInvalidOptionException for service response error code 426 // "InvalidOptionException". 427 // 428 // The delete inventory option specified isn't valid. Verify the option and 429 // try again. 430 ErrCodeInvalidOptionException = "InvalidOptionException" 431 432 // ErrCodeInvalidOutputFolder for service response error code 433 // "InvalidOutputFolder". 434 // 435 // The S3 bucket doesn't exist. 436 ErrCodeInvalidOutputFolder = "InvalidOutputFolder" 437 438 // ErrCodeInvalidOutputLocation for service response error code 439 // "InvalidOutputLocation". 440 // 441 // The output location isn't valid or doesn't exist. 442 ErrCodeInvalidOutputLocation = "InvalidOutputLocation" 443 444 // ErrCodeInvalidParameters for service response error code 445 // "InvalidParameters". 446 // 447 // You must specify values for all required parameters in the Amazon Web Services 448 // Systems Manager document (SSM document). You can only supply values to parameters 449 // defined in the SSM document. 450 ErrCodeInvalidParameters = "InvalidParameters" 451 452 // ErrCodeInvalidPermissionType for service response error code 453 // "InvalidPermissionType". 454 // 455 // The permission type isn't supported. Share is the only supported permission 456 // type. 457 ErrCodeInvalidPermissionType = "InvalidPermissionType" 458 459 // ErrCodeInvalidPluginName for service response error code 460 // "InvalidPluginName". 461 // 462 // The plugin name isn't valid. 463 ErrCodeInvalidPluginName = "InvalidPluginName" 464 465 // ErrCodeInvalidPolicyAttributeException for service response error code 466 // "InvalidPolicyAttributeException". 467 // 468 // A policy attribute or its value is invalid. 469 ErrCodeInvalidPolicyAttributeException = "InvalidPolicyAttributeException" 470 471 // ErrCodeInvalidPolicyTypeException for service response error code 472 // "InvalidPolicyTypeException". 473 // 474 // The policy type isn't supported. Parameter Store supports the following policy 475 // types: Expiration, ExpirationNotification, and NoChangeNotification. 476 ErrCodeInvalidPolicyTypeException = "InvalidPolicyTypeException" 477 478 // ErrCodeInvalidResourceId for service response error code 479 // "InvalidResourceId". 480 // 481 // The resource ID isn't valid. Verify that you entered the correct ID and try 482 // again. 483 ErrCodeInvalidResourceId = "InvalidResourceId" 484 485 // ErrCodeInvalidResourceType for service response error code 486 // "InvalidResourceType". 487 // 488 // The resource type isn't valid. For example, if you are attempting to tag 489 // an instance, the instance must be a registered, managed instance. 490 ErrCodeInvalidResourceType = "InvalidResourceType" 491 492 // ErrCodeInvalidResultAttributeException for service response error code 493 // "InvalidResultAttributeException". 494 // 495 // The specified inventory item result attribute isn't valid. 496 ErrCodeInvalidResultAttributeException = "InvalidResultAttributeException" 497 498 // ErrCodeInvalidRole for service response error code 499 // "InvalidRole". 500 // 501 // The role name can't contain invalid characters. Also verify that you specified 502 // an IAM role for notifications that includes the required trust policy. For 503 // information about configuring the IAM role for Run Command notifications, 504 // see Configuring Amazon SNS Notifications for Run Command (https://docs.aws.amazon.com/systems-manager/latest/userguide/rc-sns-notifications.html) 505 // in the Amazon Web Services Systems Manager User Guide. 506 ErrCodeInvalidRole = "InvalidRole" 507 508 // ErrCodeInvalidSchedule for service response error code 509 // "InvalidSchedule". 510 // 511 // The schedule is invalid. Verify your cron or rate expression and try again. 512 ErrCodeInvalidSchedule = "InvalidSchedule" 513 514 // ErrCodeInvalidTarget for service response error code 515 // "InvalidTarget". 516 // 517 // The target isn't valid or doesn't exist. It might not be configured for Systems 518 // Manager or you might not have permission to perform the operation. 519 ErrCodeInvalidTarget = "InvalidTarget" 520 521 // ErrCodeInvalidTypeNameException for service response error code 522 // "InvalidTypeNameException". 523 // 524 // The parameter type name isn't valid. 525 ErrCodeInvalidTypeNameException = "InvalidTypeNameException" 526 527 // ErrCodeInvalidUpdate for service response error code 528 // "InvalidUpdate". 529 // 530 // The update isn't valid. 531 ErrCodeInvalidUpdate = "InvalidUpdate" 532 533 // ErrCodeInvocationDoesNotExist for service response error code 534 // "InvocationDoesNotExist". 535 // 536 // The command ID and instance ID you specified didn't match any invocations. 537 // Verify the command ID and the instance ID and try again. 538 ErrCodeInvocationDoesNotExist = "InvocationDoesNotExist" 539 540 // ErrCodeItemContentMismatchException for service response error code 541 // "ItemContentMismatchException". 542 // 543 // The inventory item has invalid content. 544 ErrCodeItemContentMismatchException = "ItemContentMismatchException" 545 546 // ErrCodeItemSizeLimitExceededException for service response error code 547 // "ItemSizeLimitExceededException". 548 // 549 // The inventory item size has exceeded the size limit. 550 ErrCodeItemSizeLimitExceededException = "ItemSizeLimitExceededException" 551 552 // ErrCodeMaxDocumentSizeExceeded for service response error code 553 // "MaxDocumentSizeExceeded". 554 // 555 // The size limit of a document is 64 KB. 556 ErrCodeMaxDocumentSizeExceeded = "MaxDocumentSizeExceeded" 557 558 // ErrCodeOpsItemAlreadyExistsException for service response error code 559 // "OpsItemAlreadyExistsException". 560 // 561 // The OpsItem already exists. 562 ErrCodeOpsItemAlreadyExistsException = "OpsItemAlreadyExistsException" 563 564 // ErrCodeOpsItemInvalidParameterException for service response error code 565 // "OpsItemInvalidParameterException". 566 // 567 // A specified parameter argument isn't valid. Verify the available arguments 568 // and try again. 569 ErrCodeOpsItemInvalidParameterException = "OpsItemInvalidParameterException" 570 571 // ErrCodeOpsItemLimitExceededException for service response error code 572 // "OpsItemLimitExceededException". 573 // 574 // The request caused OpsItems to exceed one or more quotas. For information 575 // about OpsItem quotas, see What are the resource limits for OpsCenter? (https://docs.aws.amazon.com/systems-manager/latest/userguide/OpsCenter-learn-more.html#OpsCenter-learn-more-limits). 576 ErrCodeOpsItemLimitExceededException = "OpsItemLimitExceededException" 577 578 // ErrCodeOpsItemNotFoundException for service response error code 579 // "OpsItemNotFoundException". 580 // 581 // The specified OpsItem ID doesn't exist. Verify the ID and try again. 582 ErrCodeOpsItemNotFoundException = "OpsItemNotFoundException" 583 584 // ErrCodeOpsItemRelatedItemAlreadyExistsException for service response error code 585 // "OpsItemRelatedItemAlreadyExistsException". 586 // 587 // The Amazon Resource Name (ARN) is already associated with the OpsItem. 588 ErrCodeOpsItemRelatedItemAlreadyExistsException = "OpsItemRelatedItemAlreadyExistsException" 589 590 // ErrCodeOpsItemRelatedItemAssociationNotFoundException for service response error code 591 // "OpsItemRelatedItemAssociationNotFoundException". 592 // 593 // The association wasn't found using the parameters you specified in the call. 594 // Verify the information and try again. 595 ErrCodeOpsItemRelatedItemAssociationNotFoundException = "OpsItemRelatedItemAssociationNotFoundException" 596 597 // ErrCodeOpsMetadataAlreadyExistsException for service response error code 598 // "OpsMetadataAlreadyExistsException". 599 // 600 // An OpsMetadata object already exists for the selected resource. 601 ErrCodeOpsMetadataAlreadyExistsException = "OpsMetadataAlreadyExistsException" 602 603 // ErrCodeOpsMetadataInvalidArgumentException for service response error code 604 // "OpsMetadataInvalidArgumentException". 605 // 606 // One of the arguments passed is invalid. 607 ErrCodeOpsMetadataInvalidArgumentException = "OpsMetadataInvalidArgumentException" 608 609 // ErrCodeOpsMetadataKeyLimitExceededException for service response error code 610 // "OpsMetadataKeyLimitExceededException". 611 // 612 // The OpsMetadata object exceeds the maximum number of OpsMetadata keys that 613 // you can assign to an application in Application Manager. 614 ErrCodeOpsMetadataKeyLimitExceededException = "OpsMetadataKeyLimitExceededException" 615 616 // ErrCodeOpsMetadataLimitExceededException for service response error code 617 // "OpsMetadataLimitExceededException". 618 // 619 // Your account reached the maximum number of OpsMetadata objects allowed by 620 // Application Manager. The maximum is 200 OpsMetadata objects. Delete one or 621 // more OpsMetadata object and try again. 622 ErrCodeOpsMetadataLimitExceededException = "OpsMetadataLimitExceededException" 623 624 // ErrCodeOpsMetadataNotFoundException for service response error code 625 // "OpsMetadataNotFoundException". 626 // 627 // The OpsMetadata object doesn't exist. 628 ErrCodeOpsMetadataNotFoundException = "OpsMetadataNotFoundException" 629 630 // ErrCodeOpsMetadataTooManyUpdatesException for service response error code 631 // "OpsMetadataTooManyUpdatesException". 632 // 633 // The system is processing too many concurrent updates. Wait a few moments 634 // and try again. 635 ErrCodeOpsMetadataTooManyUpdatesException = "OpsMetadataTooManyUpdatesException" 636 637 // ErrCodeParameterAlreadyExists for service response error code 638 // "ParameterAlreadyExists". 639 // 640 // The parameter already exists. You can't create duplicate parameters. 641 ErrCodeParameterAlreadyExists = "ParameterAlreadyExists" 642 643 // ErrCodeParameterLimitExceeded for service response error code 644 // "ParameterLimitExceeded". 645 // 646 // You have exceeded the number of parameters for this Amazon Web Services account. 647 // Delete one or more parameters and try again. 648 ErrCodeParameterLimitExceeded = "ParameterLimitExceeded" 649 650 // ErrCodeParameterMaxVersionLimitExceeded for service response error code 651 // "ParameterMaxVersionLimitExceeded". 652 // 653 // Parameter Store retains the 100 most recently created versions of a parameter. 654 // After this number of versions has been created, Parameter Store deletes the 655 // oldest version when a new one is created. However, if the oldest version 656 // has a label attached to it, Parameter Store won't delete the version and 657 // instead presents this error message: 658 // 659 // An error occurred (ParameterMaxVersionLimitExceeded) when calling the PutParameter 660 // operation: You attempted to create a new version of parameter-name by calling 661 // the PutParameter API with the overwrite flag. Version version-number, the 662 // oldest version, can't be deleted because it has a label associated with it. 663 // Move the label to another version of the parameter, and try again. 664 // 665 // This safeguard is to prevent parameter versions with mission critical labels 666 // assigned to them from being deleted. To continue creating new parameters, 667 // first move the label from the oldest version of the parameter to a newer 668 // one for use in your operations. For information about moving parameter labels, 669 // see Move a parameter label (console) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-console-move) 670 // or Move a parameter label (CLI) (https://docs.aws.amazon.com/systems-manager/latest/userguide/sysman-paramstore-labels.html#sysman-paramstore-labels-cli-move) 671 // in the Amazon Web Services Systems Manager User Guide. 672 ErrCodeParameterMaxVersionLimitExceeded = "ParameterMaxVersionLimitExceeded" 673 674 // ErrCodeParameterNotFound for service response error code 675 // "ParameterNotFound". 676 // 677 // The parameter couldn't be found. Verify the name and try again. 678 ErrCodeParameterNotFound = "ParameterNotFound" 679 680 // ErrCodeParameterPatternMismatchException for service response error code 681 // "ParameterPatternMismatchException". 682 // 683 // The parameter name isn't valid. 684 ErrCodeParameterPatternMismatchException = "ParameterPatternMismatchException" 685 686 // ErrCodeParameterVersionLabelLimitExceeded for service response error code 687 // "ParameterVersionLabelLimitExceeded". 688 // 689 // A parameter version can have a maximum of ten labels. 690 ErrCodeParameterVersionLabelLimitExceeded = "ParameterVersionLabelLimitExceeded" 691 692 // ErrCodeParameterVersionNotFound for service response error code 693 // "ParameterVersionNotFound". 694 // 695 // The specified parameter version wasn't found. Verify the parameter name and 696 // version, and try again. 697 ErrCodeParameterVersionNotFound = "ParameterVersionNotFound" 698 699 // ErrCodePoliciesLimitExceededException for service response error code 700 // "PoliciesLimitExceededException". 701 // 702 // You specified more than the maximum number of allowed policies for the parameter. 703 // The maximum is 10. 704 ErrCodePoliciesLimitExceededException = "PoliciesLimitExceededException" 705 706 // ErrCodeResourceDataSyncAlreadyExistsException for service response error code 707 // "ResourceDataSyncAlreadyExistsException". 708 // 709 // A sync configuration with the same name already exists. 710 ErrCodeResourceDataSyncAlreadyExistsException = "ResourceDataSyncAlreadyExistsException" 711 712 // ErrCodeResourceDataSyncConflictException for service response error code 713 // "ResourceDataSyncConflictException". 714 // 715 // Another UpdateResourceDataSync request is being processed. Wait a few minutes 716 // and try again. 717 ErrCodeResourceDataSyncConflictException = "ResourceDataSyncConflictException" 718 719 // ErrCodeResourceDataSyncCountExceededException for service response error code 720 // "ResourceDataSyncCountExceededException". 721 // 722 // You have exceeded the allowed maximum sync configurations. 723 ErrCodeResourceDataSyncCountExceededException = "ResourceDataSyncCountExceededException" 724 725 // ErrCodeResourceDataSyncInvalidConfigurationException for service response error code 726 // "ResourceDataSyncInvalidConfigurationException". 727 // 728 // The specified sync configuration is invalid. 729 ErrCodeResourceDataSyncInvalidConfigurationException = "ResourceDataSyncInvalidConfigurationException" 730 731 // ErrCodeResourceDataSyncNotFoundException for service response error code 732 // "ResourceDataSyncNotFoundException". 733 // 734 // The specified sync name wasn't found. 735 ErrCodeResourceDataSyncNotFoundException = "ResourceDataSyncNotFoundException" 736 737 // ErrCodeResourceInUseException for service response error code 738 // "ResourceInUseException". 739 // 740 // Error returned if an attempt is made to delete a patch baseline that is registered 741 // for a patch group. 742 ErrCodeResourceInUseException = "ResourceInUseException" 743 744 // ErrCodeResourceLimitExceededException for service response error code 745 // "ResourceLimitExceededException". 746 // 747 // Error returned when the caller has exceeded the default resource quotas. 748 // For example, too many maintenance windows or patch baselines have been created. 749 // 750 // For information about resource quotas in Systems Manager, see Systems Manager 751 // service quotas (https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm) 752 // in the Amazon Web Services General Reference. 753 ErrCodeResourceLimitExceededException = "ResourceLimitExceededException" 754 755 // ErrCodeServiceSettingNotFound for service response error code 756 // "ServiceSettingNotFound". 757 // 758 // The specified service setting wasn't found. Either the service name or the 759 // setting hasn't been provisioned by the Amazon Web Services service team. 760 ErrCodeServiceSettingNotFound = "ServiceSettingNotFound" 761 762 // ErrCodeStatusUnchanged for service response error code 763 // "StatusUnchanged". 764 // 765 // The updated status is the same as the current status. 766 ErrCodeStatusUnchanged = "StatusUnchanged" 767 768 // ErrCodeSubTypeCountLimitExceededException for service response error code 769 // "SubTypeCountLimitExceededException". 770 // 771 // The sub-type count exceeded the limit for the inventory type. 772 ErrCodeSubTypeCountLimitExceededException = "SubTypeCountLimitExceededException" 773 774 // ErrCodeTargetInUseException for service response error code 775 // "TargetInUseException". 776 // 777 // You specified the Safe option for the DeregisterTargetFromMaintenanceWindow 778 // operation, but the target is still referenced in a task. 779 ErrCodeTargetInUseException = "TargetInUseException" 780 781 // ErrCodeTargetNotConnected for service response error code 782 // "TargetNotConnected". 783 // 784 // The specified target instance for the session isn't fully configured for 785 // use with Session Manager. For more information, see Getting started with 786 // Session Manager (https://docs.aws.amazon.com/systems-manager/latest/userguide/session-manager-getting-started.html) 787 // in the Amazon Web Services Systems Manager User Guide. This error is also 788 // returned if you attempt to start a session on an instance that is located 789 // in a different account or Region 790 ErrCodeTargetNotConnected = "TargetNotConnected" 791 792 // ErrCodeTooManyTagsError for service response error code 793 // "TooManyTagsError". 794 // 795 // The Targets parameter includes too many tags. Remove one or more tags and 796 // try the command again. 797 ErrCodeTooManyTagsError = "TooManyTagsError" 798 799 // ErrCodeTooManyUpdates for service response error code 800 // "TooManyUpdates". 801 // 802 // There are concurrent updates for a resource that supports one update at a 803 // time. 804 ErrCodeTooManyUpdates = "TooManyUpdates" 805 806 // ErrCodeTotalSizeLimitExceededException for service response error code 807 // "TotalSizeLimitExceededException". 808 // 809 // The size of inventory data has exceeded the total size limit for the resource. 810 ErrCodeTotalSizeLimitExceededException = "TotalSizeLimitExceededException" 811 812 // ErrCodeUnsupportedCalendarException for service response error code 813 // "UnsupportedCalendarException". 814 // 815 // The calendar entry contained in the specified SSM document isn't supported. 816 ErrCodeUnsupportedCalendarException = "UnsupportedCalendarException" 817 818 // ErrCodeUnsupportedFeatureRequiredException for service response error code 819 // "UnsupportedFeatureRequiredException". 820 // 821 // Patching for applications released by Microsoft is only available on EC2 822 // instances and advanced instances. To patch applications released by Microsoft 823 // on on-premises servers and VMs, you must enable advanced instances. For more 824 // information, see Enabling the advanced-instances tier (https://docs.aws.amazon.com/systems-manager/latest/userguide/systems-manager-managedinstances-advanced.html) 825 // in the Amazon Web Services Systems Manager User Guide. 826 ErrCodeUnsupportedFeatureRequiredException = "UnsupportedFeatureRequiredException" 827 828 // ErrCodeUnsupportedInventoryItemContextException for service response error code 829 // "UnsupportedInventoryItemContextException". 830 // 831 // The Context attribute that you specified for the InventoryItem isn't allowed 832 // for this inventory type. You can only use the Context attribute with inventory 833 // types like AWS:ComplianceItem. 834 ErrCodeUnsupportedInventoryItemContextException = "UnsupportedInventoryItemContextException" 835 836 // ErrCodeUnsupportedInventorySchemaVersionException for service response error code 837 // "UnsupportedInventorySchemaVersionException". 838 // 839 // Inventory item type schema version has to match supported versions in the 840 // service. Check output of GetInventorySchema to see the available schema version 841 // for each type. 842 ErrCodeUnsupportedInventorySchemaVersionException = "UnsupportedInventorySchemaVersionException" 843 844 // ErrCodeUnsupportedOperatingSystem for service response error code 845 // "UnsupportedOperatingSystem". 846 // 847 // The operating systems you specified isn't supported, or the operation isn't 848 // supported for the operating system. 849 ErrCodeUnsupportedOperatingSystem = "UnsupportedOperatingSystem" 850 851 // ErrCodeUnsupportedParameterType for service response error code 852 // "UnsupportedParameterType". 853 // 854 // The parameter type isn't supported. 855 ErrCodeUnsupportedParameterType = "UnsupportedParameterType" 856 857 // ErrCodeUnsupportedPlatformType for service response error code 858 // "UnsupportedPlatformType". 859 // 860 // The document doesn't support the platform type of the given instance ID(s). 861 // For example, you sent an document for a Windows instance to a Linux instance. 862 ErrCodeUnsupportedPlatformType = "UnsupportedPlatformType" 863 ) 864 865 var exceptionFromCode = map[string]func(protocol.ResponseMetadata) error{ 866 "AlreadyExistsException": newErrorAlreadyExistsException, 867 "AssociatedInstances": newErrorAssociatedInstances, 868 "AssociationAlreadyExists": newErrorAssociationAlreadyExists, 869 "AssociationDoesNotExist": newErrorAssociationDoesNotExist, 870 "AssociationExecutionDoesNotExist": newErrorAssociationExecutionDoesNotExist, 871 "AssociationLimitExceeded": newErrorAssociationLimitExceeded, 872 "AssociationVersionLimitExceeded": newErrorAssociationVersionLimitExceeded, 873 "AutomationDefinitionNotApprovedException": newErrorAutomationDefinitionNotApprovedException, 874 "AutomationDefinitionNotFoundException": newErrorAutomationDefinitionNotFoundException, 875 "AutomationDefinitionVersionNotFoundException": newErrorAutomationDefinitionVersionNotFoundException, 876 "AutomationExecutionLimitExceededException": newErrorAutomationExecutionLimitExceededException, 877 "AutomationExecutionNotFoundException": newErrorAutomationExecutionNotFoundException, 878 "AutomationStepNotFoundException": newErrorAutomationStepNotFoundException, 879 "ComplianceTypeCountLimitExceededException": newErrorComplianceTypeCountLimitExceededException, 880 "CustomSchemaCountLimitExceededException": newErrorCustomSchemaCountLimitExceededException, 881 "DocumentAlreadyExists": newErrorDocumentAlreadyExists, 882 "DocumentLimitExceeded": newErrorDocumentLimitExceeded, 883 "DocumentPermissionLimit": newErrorDocumentPermissionLimit, 884 "DocumentVersionLimitExceeded": newErrorDocumentVersionLimitExceeded, 885 "DoesNotExistException": newErrorDoesNotExistException, 886 "DuplicateDocumentContent": newErrorDuplicateDocumentContent, 887 "DuplicateDocumentVersionName": newErrorDuplicateDocumentVersionName, 888 "DuplicateInstanceId": newErrorDuplicateInstanceId, 889 "FeatureNotAvailableException": newErrorFeatureNotAvailableException, 890 "HierarchyLevelLimitExceededException": newErrorHierarchyLevelLimitExceededException, 891 "HierarchyTypeMismatchException": newErrorHierarchyTypeMismatchException, 892 "IdempotentParameterMismatch": newErrorIdempotentParameterMismatch, 893 "IncompatiblePolicyException": newErrorIncompatiblePolicyException, 894 "InternalServerError": newErrorInternalServerError, 895 "InvalidActivation": newErrorInvalidActivation, 896 "InvalidActivationId": newErrorInvalidActivationId, 897 "InvalidAggregatorException": newErrorInvalidAggregatorException, 898 "InvalidAllowedPatternException": newErrorInvalidAllowedPatternException, 899 "InvalidAssociation": newErrorInvalidAssociation, 900 "InvalidAssociationVersion": newErrorInvalidAssociationVersion, 901 "InvalidAutomationExecutionParametersException": newErrorInvalidAutomationExecutionParametersException, 902 "InvalidAutomationSignalException": newErrorInvalidAutomationSignalException, 903 "InvalidAutomationStatusUpdateException": newErrorInvalidAutomationStatusUpdateException, 904 "InvalidCommandId": newErrorInvalidCommandId, 905 "InvalidDeleteInventoryParametersException": newErrorInvalidDeleteInventoryParametersException, 906 "InvalidDeletionIdException": newErrorInvalidDeletionIdException, 907 "InvalidDocument": newErrorInvalidDocument, 908 "InvalidDocumentContent": newErrorInvalidDocumentContent, 909 "InvalidDocumentOperation": newErrorInvalidDocumentOperation, 910 "InvalidDocumentSchemaVersion": newErrorInvalidDocumentSchemaVersion, 911 "InvalidDocumentType": newErrorInvalidDocumentType, 912 "InvalidDocumentVersion": newErrorInvalidDocumentVersion, 913 "InvalidFilter": newErrorInvalidFilter, 914 "InvalidFilterKey": newErrorInvalidFilterKey, 915 "InvalidFilterOption": newErrorInvalidFilterOption, 916 "InvalidFilterValue": newErrorInvalidFilterValue, 917 "InvalidInstanceId": newErrorInvalidInstanceId, 918 "InvalidInstanceInformationFilterValue": newErrorInvalidInstanceInformationFilterValue, 919 "InvalidInventoryGroupException": newErrorInvalidInventoryGroupException, 920 "InvalidInventoryItemContextException": newErrorInvalidInventoryItemContextException, 921 "InvalidInventoryRequestException": newErrorInvalidInventoryRequestException, 922 "InvalidItemContentException": newErrorInvalidItemContentException, 923 "InvalidKeyId": newErrorInvalidKeyId, 924 "InvalidNextToken": newErrorInvalidNextToken, 925 "InvalidNotificationConfig": newErrorInvalidNotificationConfig, 926 "InvalidOptionException": newErrorInvalidOptionException, 927 "InvalidOutputFolder": newErrorInvalidOutputFolder, 928 "InvalidOutputLocation": newErrorInvalidOutputLocation, 929 "InvalidParameters": newErrorInvalidParameters, 930 "InvalidPermissionType": newErrorInvalidPermissionType, 931 "InvalidPluginName": newErrorInvalidPluginName, 932 "InvalidPolicyAttributeException": newErrorInvalidPolicyAttributeException, 933 "InvalidPolicyTypeException": newErrorInvalidPolicyTypeException, 934 "InvalidResourceId": newErrorInvalidResourceId, 935 "InvalidResourceType": newErrorInvalidResourceType, 936 "InvalidResultAttributeException": newErrorInvalidResultAttributeException, 937 "InvalidRole": newErrorInvalidRole, 938 "InvalidSchedule": newErrorInvalidSchedule, 939 "InvalidTarget": newErrorInvalidTarget, 940 "InvalidTypeNameException": newErrorInvalidTypeNameException, 941 "InvalidUpdate": newErrorInvalidUpdate, 942 "InvocationDoesNotExist": newErrorInvocationDoesNotExist, 943 "ItemContentMismatchException": newErrorItemContentMismatchException, 944 "ItemSizeLimitExceededException": newErrorItemSizeLimitExceededException, 945 "MaxDocumentSizeExceeded": newErrorMaxDocumentSizeExceeded, 946 "OpsItemAlreadyExistsException": newErrorOpsItemAlreadyExistsException, 947 "OpsItemInvalidParameterException": newErrorOpsItemInvalidParameterException, 948 "OpsItemLimitExceededException": newErrorOpsItemLimitExceededException, 949 "OpsItemNotFoundException": newErrorOpsItemNotFoundException, 950 "OpsItemRelatedItemAlreadyExistsException": newErrorOpsItemRelatedItemAlreadyExistsException, 951 "OpsItemRelatedItemAssociationNotFoundException": newErrorOpsItemRelatedItemAssociationNotFoundException, 952 "OpsMetadataAlreadyExistsException": newErrorOpsMetadataAlreadyExistsException, 953 "OpsMetadataInvalidArgumentException": newErrorOpsMetadataInvalidArgumentException, 954 "OpsMetadataKeyLimitExceededException": newErrorOpsMetadataKeyLimitExceededException, 955 "OpsMetadataLimitExceededException": newErrorOpsMetadataLimitExceededException, 956 "OpsMetadataNotFoundException": newErrorOpsMetadataNotFoundException, 957 "OpsMetadataTooManyUpdatesException": newErrorOpsMetadataTooManyUpdatesException, 958 "ParameterAlreadyExists": newErrorParameterAlreadyExists, 959 "ParameterLimitExceeded": newErrorParameterLimitExceeded, 960 "ParameterMaxVersionLimitExceeded": newErrorParameterMaxVersionLimitExceeded, 961 "ParameterNotFound": newErrorParameterNotFound, 962 "ParameterPatternMismatchException": newErrorParameterPatternMismatchException, 963 "ParameterVersionLabelLimitExceeded": newErrorParameterVersionLabelLimitExceeded, 964 "ParameterVersionNotFound": newErrorParameterVersionNotFound, 965 "PoliciesLimitExceededException": newErrorPoliciesLimitExceededException, 966 "ResourceDataSyncAlreadyExistsException": newErrorResourceDataSyncAlreadyExistsException, 967 "ResourceDataSyncConflictException": newErrorResourceDataSyncConflictException, 968 "ResourceDataSyncCountExceededException": newErrorResourceDataSyncCountExceededException, 969 "ResourceDataSyncInvalidConfigurationException": newErrorResourceDataSyncInvalidConfigurationException, 970 "ResourceDataSyncNotFoundException": newErrorResourceDataSyncNotFoundException, 971 "ResourceInUseException": newErrorResourceInUseException, 972 "ResourceLimitExceededException": newErrorResourceLimitExceededException, 973 "ServiceSettingNotFound": newErrorServiceSettingNotFound, 974 "StatusUnchanged": newErrorStatusUnchanged, 975 "SubTypeCountLimitExceededException": newErrorSubTypeCountLimitExceededException, 976 "TargetInUseException": newErrorTargetInUseException, 977 "TargetNotConnected": newErrorTargetNotConnected, 978 "TooManyTagsError": newErrorTooManyTagsError, 979 "TooManyUpdates": newErrorTooManyUpdates, 980 "TotalSizeLimitExceededException": newErrorTotalSizeLimitExceededException, 981 "UnsupportedCalendarException": newErrorUnsupportedCalendarException, 982 "UnsupportedFeatureRequiredException": newErrorUnsupportedFeatureRequiredException, 983 "UnsupportedInventoryItemContextException": newErrorUnsupportedInventoryItemContextException, 984 "UnsupportedInventorySchemaVersionException": newErrorUnsupportedInventorySchemaVersionException, 985 "UnsupportedOperatingSystem": newErrorUnsupportedOperatingSystem, 986 "UnsupportedParameterType": newErrorUnsupportedParameterType, 987 "UnsupportedPlatformType": newErrorUnsupportedPlatformType, 988 }