Class: Aws::Wickr::Types::BatchReinviteUserResponse

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



374
375
376
377
378
379
380
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 374

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

#messageString

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

Returns:

  • (String)


374
375
376
377
378
379
380
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 374

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

#successfulArray<Types::BatchUserSuccessResponseItem>

A list of user IDs that were successfully reinvited.



374
375
376
377
378
379
380
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 374

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