Class: Aws::Types::BatchFailedResultModel

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


272
273
274
# File 'sig/types.rbs', line 272

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


273
274
275
# File 'sig/types.rbs', line 273

def code
  @code
end

#id::String

Returns the value of attribute id.

Returns:

  • (::String)


274
275
276
# File 'sig/types.rbs', line 274

def id
  @id
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


275
276
277
# File 'sig/types.rbs', line 275

def message
  @message
end