BatchDeleteAgentError
Important
AWS Application Discovery Service will discontinue onboarding new customers starting November 7, 2025. If you would like to use the service, please sign up prior to November 7, 2025. Existing customers can continue to use the service as normal. For more information, see AWS Application Discovery Service availability change.
An object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.
Contents
- agentId
-
The ID of the agent or data collector to delete.
Type: String
Length Constraints: Minimum length of 10. Maximum length of 20.
Pattern:
\S+Required: Yes
- errorCode
-
The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.
Type: String
Valid Values:
NOT_FOUND | INTERNAL_SERVER_ERROR | AGENT_IN_USERequired: Yes
- errorMessage
-
The description of the error that occurred for the delete failed agent.
Type: String
Length Constraints: Maximum length of 10000.
Pattern:
[\s\S]*Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: