Class: Aws::Wickr::Types::BatchDeleteUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchDeleteUserResponse
- 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 user deletion attempts that failed, including error details explaining why each user could not be deleted.
-
#message ⇒ String
A message indicating the overall result of the batch deletion operation.
-
#successful ⇒ Array<Types::BatchUserSuccessResponseItem>
A list of user IDs that were successfully deleted from the network.
Instance Attribute Details
#failed ⇒ Array<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 |
#message ⇒ String
A message indicating the overall result of the batch deletion operation.
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 |
#successful ⇒ Array<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 |