Class: Aws::Wickr::Types::UpdateBotResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::UpdateBotResponse
- 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 update operation.
Instance Attribute Details
#message ⇒ String
A message indicating the result of the bot update operation.
3251 3252 3253 3254 3255 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 3251 class UpdateBotResponse < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |