Class: Aws::Chime::Types::BatchUnsuspendUserResponse
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::BatchUnsuspendUserResponse
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-chime/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#user_errors ⇒ Array<Types::UserError>
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
Instance Attribute Details
#user_errors ⇒ Array<Types::UserError>
If the BatchUnsuspendUser action fails for one or more of the user IDs in the request, a list of the user IDs is returned, along with error codes and error messages.
884 885 886 887 888 |
# File 'lib/aws-sdk-chime/types.rb', line 884 class BatchUnsuspendUserResponse < Struct.new( :user_errors) SENSITIVE = [] include Aws::Structure end |