Class: Aws::Types::BatchUserErrorResponseItem

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#field::String

Returns the value of attribute field.

Returns:

  • (::String)


149
150
151
# File 'sig/types.rbs', line 149

def field
  @field
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


150
151
152
# File 'sig/types.rbs', line 150

def reason
  @reason
end

#user_id::String

Returns the value of attribute user_id.

Returns:

  • (::String)


151
152
153
# File 'sig/types.rbs', line 151

def user_id
  @user_id
end