Class: Aws::Types::BatchError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#accessor_id::String

Returns the value of attribute accessor_id.

Returns:

  • (::String)


44
45
46
# File 'sig/types.rbs', line 44

def accessor_id
  @accessor_id
end

#error::Integer

Returns the value of attribute error.

Returns:

  • (::Integer)


45
46
47
# File 'sig/types.rbs', line 45

def error
  @error
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


46
47
48
# File 'sig/types.rbs', line 46

def message
  @message
end