Class: Aws::Types::MessageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#delivery_status"SUCCESSFUL", ...

Returns the value of attribute delivery_status.

Returns:

  • ("SUCCESSFUL", "THROTTLED", "TEMPORARY_FAILURE", "PERMANENT_FAILURE", "UNKNOWN_FAILURE", "OPT_OUT", "DUPLICATE")


2322
2323
2324
# File 'sig/types.rbs', line 2322

def delivery_status
  @delivery_status
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


2323
2324
2325
# File 'sig/types.rbs', line 2323

def message_id
  @message_id
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


2324
2325
2326
# File 'sig/types.rbs', line 2324

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


2325
2326
2327
# File 'sig/types.rbs', line 2325

def status_message
  @status_message
end

#updated_token::String

Returns the value of attribute updated_token.

Returns:

  • (::String)


2326
2327
2328
# File 'sig/types.rbs', line 2326

def updated_token
  @updated_token
end