Class: Aws::Types::ExecutionErrorDetails

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_code ⇒ ::String

Returns the value of attribute error_code.

Returns:

  • (::String)


1770
1771
1772
# File 'sig/types.rbs', line 1770

def error_code
  @error_code
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


1771
1772
1773
# File 'sig/types.rbs', line 1771

def error_message
  @error_message
end