Class: Aws::Types::EndpointMessageResult

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#address::String

Returns the value of attribute address.

Returns:

  • (::String)


1103
1104
1105
# File 'sig/types.rbs', line 1103

def address
  @address
end

#delivery_status"SUCCESSFUL", ...

Returns the value of attribute delivery_status.

Returns:

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


1104
1105
1106
# File 'sig/types.rbs', line 1104

def delivery_status
  @delivery_status
end

#message_id::String

Returns the value of attribute message_id.

Returns:

  • (::String)


1105
1106
1107
# File 'sig/types.rbs', line 1105

def message_id
  @message_id
end

#status_code::Integer

Returns the value of attribute status_code.

Returns:

  • (::Integer)


1106
1107
1108
# File 'sig/types.rbs', line 1106

def status_code
  @status_code
end

#status_message::String

Returns the value of attribute status_message.

Returns:

  • (::String)


1107
1108
1109
# File 'sig/types.rbs', line 1107

def status_message
  @status_message
end

#updated_token::String

Returns the value of attribute updated_token.

Returns:

  • (::String)


1108
1109
1110
# File 'sig/types.rbs', line 1108

def updated_token
  @updated_token
end