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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-chimesdkmessaging/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 'gems/aws-sdk-chimesdkmessaging/lib/aws-sdk-chimesdkmessaging/types.rb', line 1867

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