Class: Aws::Wickr::Types::BatchDeviceErrorResponseItem

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#app_idString

The application ID of the device that failed to be processed.

Returns:

  • (String)


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

#fieldString

The field that caused the error.

Returns:

  • (String)


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

#reasonString

A description of why the device operation failed.

Returns:

  • (String)


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