Class: Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::GetChannelMessageStatusResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chimesdkmessaging/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#status ⇒ Types::ChannelMessageStatusStructure
The message status and details.
Instance Attribute Details
#status ⇒ Types::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 |