Class: Aws::Chime::Types::BatchSuspendUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#user_errorsArray<Types::UserError>

If the BatchSuspendUser 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:



853
854
855
856
857
# File 'lib/aws-sdk-chime/types.rb', line 853

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