Class: Aws::Types::AthenaError

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#error_category::Integer

Returns the value of attribute error_category.

Returns:

  • (::Integer)


23
24
25
# File 'sig/types.rbs', line 23

def error_category
  @error_category
end

#error_message::String

Returns the value of attribute error_message.

Returns:

  • (::String)


26
27
28
# File 'sig/types.rbs', line 26

def error_message
  @error_message
end

#error_type::Integer

Returns the value of attribute error_type.

Returns:

  • (::Integer)


24
25
26
# File 'sig/types.rbs', line 24

def error_type
  @error_type
end

#retryableBoolean

Returns the value of attribute retryable.

Returns:

  • (Boolean)


25
26
27
# File 'sig/types.rbs', line 25

def retryable
  @retryable
end