Class: Aws::ChimeSDKMessaging::Types::ChannelMessageStatusStructure
- Inherits:
-
Struct
- Object
- Struct
- Aws::ChimeSDKMessaging::Types::ChannelMessageStatusStructure
- 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
-
#detail ⇒ String
Contains more details about the message status.
-
#value ⇒ String
The message status value.
Instance Attribute Details
#detail ⇒ String
Contains more details about the message status.
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 |
#value ⇒ String
The message status value.
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 |