Class: Aws::Wickr::Types::DeleteBotResponse

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 the result of the bot deletion operation.

Returns:

  • (String)


944
945
946
947
948
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 944

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