Class: Aws::Wickr::Types::BatchCreateUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchCreateUserResponse
- 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 creation attempts that failed, including error details explaining why each user could not be created.
-
#message ⇒ String
A message indicating the overall result of the batch operation.
-
#successful ⇒ Array<Types::User>
A list of user objects that were successfully created, including their assigned user IDs and invite codes.
Instance Attribute Details
#failed ⇒ Array<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 |
#message ⇒ String
A message indicating the overall result of the batch operation.
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 |
#successful ⇒ Array<Types::User>
A list of user objects that were successfully created, including their assigned user IDs and invite codes.
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 |