Class: Aws::Types::BulkEmailEntryResult

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error::String

Returns the value of attribute error.

Returns:

  • (::String)


102
103
104
# File 'sig/types.rbs', line 102

def error
  @error
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


103
104
105
# File 'sig/types.rbs', line 103

def message_id
  @message_id
end

#status"SUCCESS", ...

Returns the value of attribute status.

Returns:

  • ("SUCCESS", "MESSAGE_REJECTED", "MAIL_FROM_DOMAIN_NOT_VERIFIED", "CONFIGURATION_SET_NOT_FOUND", "TEMPLATE_NOT_FOUND", "ACCOUNT_SUSPENDED", "ACCOUNT_THROTTLED", "ACCOUNT_DAILY_QUOTA_EXCEEDED", "INVALID_SENDING_POOL_NAME", "ACCOUNT_SENDING_PAUSED", "CONFIGURATION_SET_SENDING_PAUSED", "INVALID_PARAMETER", "TRANSIENT_FAILURE", "FAILED")


101
102
103
# File 'sig/types.rbs', line 101

def status
  @status
end