Class: Aws::Chime::Types::BatchUpdateUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_errorsArray<Types::UserError>

If the BatchUpdateUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.

Returns:



385
386
387
388
389
# File 'gems/aws-sdk-chime/lib/aws-sdk-chime/types.rb', line 385

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