Class: Aws::Types::ErrorInfo

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)


703
704
705
# File 'sig/types.rbs', line 703

def error_code
  @error_code
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


704
705
706
# File 'sig/types.rbs', line 704

def error_string
  @error_string
end