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")


235
236
237
# File 'sig/types.rbs', line 235

def error_category
  @error_category
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


234
235
236
# File 'sig/types.rbs', line 234

def error_message
  @error_message
end