Class: Aws::Wickr::Types::BatchCreateUserResponse

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 creation attempts that failed, including error details explaining why each user could not be created.



180
181
182
183
184
185
186
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 180

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

#messageString

A message indicating the overall result of the batch operation.

Returns:

  • (String)


180
181
182
183
184
185
186
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 180

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

#successfulArray<Types::User>

A list of user objects that were successfully created, including their assigned user IDs and invite codes.

Returns:



180
181
182
183
184
185
186
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 180

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