Class: Aws::Wickr::Types::BatchUserErrorResponseItem

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
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

Instance Attribute Details

#fieldString

The field that caused the error.

Returns:

  • (String)


558
559
560
561
562
563
564
# File 'lib/aws-sdk-wickr/types.rb', line 558

class BatchUserErrorResponseItem < Struct.new(
  :field,
  :reason,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#reasonString

A description of why the user operation failed.

Returns:

  • (String)


558
559
560
561
562
563
564
# File 'lib/aws-sdk-wickr/types.rb', line 558

class BatchUserErrorResponseItem < Struct.new(
  :field,
  :reason,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end

#user_idString

The user ID associated with the failed operation.

Returns:

  • (String)


558
559
560
561
562
563
564
# File 'lib/aws-sdk-wickr/types.rb', line 558

class BatchUserErrorResponseItem < Struct.new(
  :field,
  :reason,
  :user_id)
  SENSITIVE = []
  include Aws::Structure
end