Class: Aws::Types::BatchDeleteAgentError

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#agent_id::String

Returns the value of attribute agent_id.

Returns:

  • (::String)


53
54
55
# File 'sig/types.rbs', line 53

def agent_id
  @agent_id
end

#error_code"NOT_FOUND", ...

Returns the value of attribute error_code.

Returns:

  • ("NOT_FOUND", "INTERNAL_SERVER_ERROR", "AGENT_IN_USE")


55
56
57
# File 'sig/types.rbs', line 55

def error_code
  @error_code
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def error_message
  @error_message
end