Class: Aws::Types::BatchStartRecommendationsErrorEntry

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


52
53
54
# File 'sig/types.rbs', line 52

def code
  @code
end

#database_id::String

Returns the value of attribute database_id.

Returns:

  • (::String)


50
51
52
# File 'sig/types.rbs', line 50

def database_id
  @database_id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


51
52
53
# File 'sig/types.rbs', line 51

def message
  @message
end