Class: Aws::Types::RemoveTargetsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::RemoveTargetsResultEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error_code ⇒ ::String
Returns the value of attribute error_code.
-
#error_message ⇒ ::String
Returns the value of attribute error_message.
-
#target_id ⇒ ::String
Returns the value of attribute target_id.
Instance Attribute Details
#error_code ⇒ ::String
Returns the value of attribute error_code.
1063 1064 1065 |
# File 'sig/types.rbs', line 1063 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1064 1065 1066 |
# File 'sig/types.rbs', line 1064 def @error_message end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
1062 1063 1064 |
# File 'sig/types.rbs', line 1062 def target_id @target_id end |