Class: Aws::Types::BulkEmailDestinationStatus

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)


57
58
59
# File 'sig/types.rbs', line 57

def error
  @error
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


58
59
60
# File 'sig/types.rbs', line 58

def message_id
  @message_id
end

#status"Success", ...

Returns the value of attribute status.

Returns:

  • ("Success", "MessageRejected", "MailFromDomainNotVerified", "ConfigurationSetDoesNotExist", "TemplateDoesNotExist", "AccountSuspended", "AccountThrottled", "AccountDailyQuotaExceeded", "InvalidSendingPoolName", "AccountSendingPaused", "ConfigurationSetSendingPaused", "InvalidParameterValue", "TransientFailure", "Failed")


56
57
58
# File 'sig/types.rbs', line 56

def status
  @status
end