Class: Aws::Types::ChannelMessageStatusStructure

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#detail::String

Returns the value of attribute detail.

Returns:

  • (::String)


190
191
192
# File 'sig/types.rbs', line 190

def detail
  @detail
end

#value"SENT", ...

Returns the value of attribute value.

Returns:

  • ("SENT", "PENDING", "FAILED", "DENIED")


189
190
191
# File 'sig/types.rbs', line 189

def value
  @value
end