Class: Aws::Types::PutTargetsResultEntry
- Inherits:
-
Object
- Object
- Aws::Types::PutTargetsResultEntry
- 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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def error_code @error_code end |
#error_message ⇒ ::String
Returns the value of attribute error_message.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def end |
#target_id ⇒ ::String
Returns the value of attribute target_id.
1023 1024 1025 |
# File 'sig/types.rbs', line 1023 def target_id @target_id end |