Class: Aws::Types::ErrorCause

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_category ⇒ "RETRYABLE_ERROR", "NON_RETRYABLE_ERROR"

Returns the value of attribute error_category.

Returns:

  • ("RETRYABLE_ERROR", "NON_RETRYABLE_ERROR")


259
260
261
# File 'sig/types.rbs', line 259

def error_category
  @error_category
end

#error_message ⇒ ::String

Returns the value of attribute error_message.

Returns:

  • (::String)


258
259
260
# File 'sig/types.rbs', line 258

def error_message
  @error_message
end