Class: Aws::Wickr::Types::BatchDeleteUserResponse

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#failedArray<Types::BatchUserErrorResponseItem>

A list of user deletion attempts that failed, including error details explaining why each user could not be deleted.



232
233
234
235
236
237
238
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 232

class BatchDeleteUserResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#messageString

A message indicating the overall result of the batch deletion operation.

Returns:

  • (String)


232
233
234
235
236
237
238
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 232

class BatchDeleteUserResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end

#successfulArray<Types::BatchUserSuccessResponseItem>

A list of user IDs that were successfully deleted from the network.



232
233
234
235
236
237
238
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 232

class BatchDeleteUserResponse < Struct.new(
  :message,
  :successful,
  :failed)
  SENSITIVE = []
  include Aws::Structure
end