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

#code::String

Returns the value of attribute code.

Returns:

  • (::String)


5840
5841
5842
# File 'sig/types.rbs', line 5840

def code
  @code
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


5841
5842
5843
# File 'sig/types.rbs', line 5841

def reason
  @reason
end