Class: Aws::Types::BatchDeleteAgentError
- Inherits:
-
Object
- Object
- Aws::Types::BatchDeleteAgentError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
-
#error_code ⇒ "NOT_FOUND", ...
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
Instance Attribute Details
#agent_id ⇒ ::String
Returns the value of attribute agent_id.
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.
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.
54 55 56 |
# File 'sig/types.rbs', line 54 def @error_message end |