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.
112 113 114 |
# File 'sig/types.rbs', line 112 def error @error end |
#message_id ⇒ ::String
Returns the value of attribute message_id.
113 114 115 |
# File 'sig/types.rbs', line 113 def end |
#status ⇒ "SUCCESS", ...
Returns the value of attribute status.
111 112 113 |
# File 'sig/types.rbs', line 111 def status @status end |