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

#arn::String

Returns the value of attribute arn.

Returns:

  • (::String)


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

def arn
  @arn
end

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


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

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


54
55
56
# File 'sig/types.rbs', line 54

def message
  @message
end