Class: Aws::Wickr::Types::BatchUnameErrorResponseItem

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb

Overview

Contains error information for a username hash lookup that failed in a batch uname lookup request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#fieldString

The field that caused the error.

Returns:

  • (String)


513
514
515
516
517
518
519
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 513

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

#reasonString

A description of why the username hash lookup failed.

Returns:

  • (String)


513
514
515
516
517
518
519
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 513

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

#unameString

The username hash that failed to be looked up.

Returns:

  • (String)


513
514
515
516
517
518
519
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 513

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