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)


696
697
698
# File 'sig/types.rbs', line 696

def error_code
  @error_code
end

#error_string::String

Returns the value of attribute error_string.

Returns:

  • (::String)


697
698
699
# File 'sig/types.rbs', line 697

def error_string
  @error_string
end