Class: Aws::Types::BulkEmailEntryResult
- Inherits:
-
Object
- Object
- Aws::Types::BulkEmailEntryResult
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ ::String
Returns the value of attribute error.
-
#message_id ⇒ ::String
Returns the value of attribute message_id.
-
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
Instance Attribute Details
#error ⇒ ::String
Returns the value of attribute error.
102 103 104 |
# File 'sig/types.rbs', line 102 def error @error end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
103 104 105 |
# File 'sig/types.rbs', line 103 def @message_id end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
101 102 103 |
# File 'sig/types.rbs', line 101 def status @status end |