Class: Aws::Wickr::Types::BatchUnameErrorResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchUnameErrorResponseItem
- 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
-
#field ⇒ String
The field that caused the error.
-
#reason ⇒ String
A description of why the username hash lookup failed.
-
#uname ⇒ String
The username hash that failed to be looked up.
Instance Attribute Details
#field ⇒ String
The field that caused the error.
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 |
#reason ⇒ String
A description of why the username hash lookup failed.
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 |
#uname ⇒ String
The username hash that failed to be looked up.
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 |