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.
902 903 904 |
# File 'sig/types.rbs', line 902 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
903 904 905 |
# File 'sig/types.rbs', line 903 def @error_message end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
901 902 903 |
# File 'sig/types.rbs', line 901 def target_id @target_id end |