Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#statusTypes::ChannelMessageStatusStructure

The message status and details.



1867
1868
1869
1870
1871
# File 'lib/aws-sdk-chimesdkmessaging/types.rb', line 1867

class GetChannelMessageStatusResponse < Struct.new(
  :status)
  SENSITIVE = []
  include Aws::Structure
end