Class: Aws::Wickr::Types::BatchReinviteUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchReinviteUserResponse
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#failed ⇒ Array<Types::BatchUserErrorResponseItem>
A list of reinvitation attempts that failed, including error details explaining why each user could not be reinvited.
-
#message ⇒ String
A message indicating the overall result of the batch reinvitation operation.
-
#successful ⇒ Array<Types::BatchUserSuccessResponseItem>
A list of user IDs that were successfully reinvited.
Instance Attribute Details
#failed ⇒ Array<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 |
#message ⇒ String
A message indicating the overall result of the batch reinvitation operation.
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 |
#successful ⇒ Array<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 |