Class: Aws::Wickr::Types::DeleteBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::DeleteBotResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message indicating the result of the bot deletion operation.
Instance Attribute Details
#message ⇒ String
A message indicating the result of the bot deletion operation.
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 |