Class: Aws::Types::BatchDeviceErrorResponseItem

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#app_id::String

Returns the value of attribute app_id.

Returns:

  • (::String)


68
69
70
# File 'sig/types.rbs', line 68

def app_id
  @app_id
end

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


66
67
68
# File 'sig/types.rbs', line 66

def field
  @field
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


67
68
69
# File 'sig/types.rbs', line 67

def reason
  @reason
end