Class: Aws::Wickr::Types::BatchDeviceErrorResponseItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::Wickr::Types::BatchDeviceErrorResponseItem
- Defined in:
- gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb
Overview
Contains error information for a device operation that failed in a batch device request.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#app_id ⇒ String
The application ID of the device that failed to be processed.
-
#field ⇒ String
The field that caused the error.
-
#reason ⇒ String
A description of why the device operation failed.
Instance Attribute Details
#app_id ⇒ String
The application ID of the device that failed to be processed.
257 258 259 260 261 262 263 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 257 class BatchDeviceErrorResponseItem < Struct.new( :field, :reason, :app_id) SENSITIVE = [] include Aws::Structure end |
#field ⇒ String
The field that caused the error.
257 258 259 260 261 262 263 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 257 class BatchDeviceErrorResponseItem < Struct.new( :field, :reason, :app_id) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
A description of why the device operation failed.
257 258 259 260 261 262 263 |
# File 'gems/aws-sdk-wickr/lib/aws-sdk-wickr/types.rb', line 257 class BatchDeviceErrorResponseItem < Struct.new( :field, :reason, :app_id) SENSITIVE = [] include Aws::Structure end |