Class: Aws::ChimeSDKMessaging::Types::ChannelMessageStatusStructure

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb

Overview

Stores information about a message status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#detailString

Contains more details about the message status.

Returns:

  • (String)


743
744
745
746
747
748
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 743

class ChannelMessageStatusStructure < Struct.new(
  :value,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end

#valueString

The message status value.

Returns:

  • (String)


743
744
745
746
747
748
# File 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 743

class ChannelMessageStatusStructure < Struct.new(
  :value,
  :detail)
  SENSITIVE = []
  include Aws::Structure
end