Class: Aws::Types::ErrorInformation

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#code"CLIENT_ERROR", ...

Returns the value of attribute code.

Returns:

  • ("CLIENT_ERROR", "INTERNAL_ERROR", "STOPPED_BY_USER")


1000
1001
1002
# File 'sig/types.rbs', line 1000

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1001
1002
1003
# File 'sig/types.rbs', line 1001

def message
  @message
end