Class: Aws::Wickr::Types::BatchUserErrorResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchUserErrorResponseItem
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Contains error information for a user operation that failed in a batch user request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#field ⇒ String
The field that caused the error.
-
#reason ⇒ String
A description of why the user operation failed.
-
#user_id ⇒ String
The user ID associated with the failed operation.
Instance Attribute Details
#field ⇒ String
The field that caused the error.
558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 558 class BatchUserErrorResponseItem < Struct.new( :field, :reason, :user_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A description of why the user operation failed.
558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 558 class BatchUserErrorResponseItem < Struct.new( :field, :reason, :user_id) SENSITIVE = [] include Aws::Structure end |
#user_id ⇒ String
The user ID associated with the failed operation.
558 559 560 561 562 563 564 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 558 class BatchUserErrorResponseItem < Struct.new( :field, :reason, :user_id) SENSITIVE = [] include Aws::Structure end |