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:



5859
5860
5861
# File 'sig/types.rbs', line 5859

def code
  @code
end

#reason::String

Returns the value of attribute reason.

Returns:



5860
5861
5862
# File 'sig/types.rbs', line 5860

def reason
  @reason
end