Class: Aws::Types::InternalServerException

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)


222
223
224
# File 'sig/types.rbs', line 222

def error_code
  @error_code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


223
224
225
# File 'sig/types.rbs', line 223

def message
  @message
end