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