Class: Aws::Wickr::Types::DeleteDataRetentionBotResponse

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message indicating that the data retention bot and all associated data were successfully deleted.

Returns:

  • (String)


970
971
972
973
974
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 970

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