Class: Aws::ApplicationDiscoveryService::Types::BatchDeleteAgentError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb

Overview

An object representing the agent or data collector that failed to delete, each containing agentId, errorMessage, and errorCode.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#agent_idString

The ID of the agent or data collector to delete.

Returns:

  • (String)


166
167
168
169
170
171
172
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 166

class BatchDeleteAgentError < Struct.new(
  :agent_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

The type of error that occurred for the delete failed agent. Valid status are: AGENT_IN_USE | NOT_FOUND | INTERNAL_SERVER_ERROR.

Returns:

  • (String)


166
167
168
169
170
171
172
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 166

class BatchDeleteAgentError < Struct.new(
  :agent_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The description of the error that occurred for the delete failed agent.

Returns:

  • (String)


166
167
168
169
170
171
172
# File 'gems/aws-sdk-applicationdiscoveryservice/lib/aws-sdk-applicationdiscoveryservice/types.rb', line 166

class BatchDeleteAgentError < Struct.new(
  :agent_id,
  :error_message,
  :error_code)
  SENSITIVE = []
  include Aws::Structure
end