Class: Aws::PinpointSMSVoiceV2::Types::PutMessageFeedbackRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#message_feedback_statusString

Set the message feedback to be either ‘RECEIVED` or `FAILED`.

Returns:

  • (String)


4372
4373
4374
4375
4376
4377
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4372

class PutMessageFeedbackRequest < Struct.new(
  :message_id,
  :message_feedback_status)
  SENSITIVE = []
  include Aws::Structure
end

#message_idString

The unique identifier for the message.

Returns:

  • (String)


4372
4373
4374
4375
4376
4377
# File 'lib/aws-sdk-pinpointsmsvoicev2/types.rb', line 4372

class PutMessageFeedbackRequest < Struct.new(
  :message_id,
  :message_feedback_status)
  SENSITIVE = []
  include Aws::Structure
end