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

#event_typeObject

Returns the value of attribute event_type.

Returns:

  • (Object)


1493
1494
1495
# File 'sig/types.rbs', line 1493

def event_type
  @event_type
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1491
1492
1493
# File 'sig/types.rbs', line 1491

def message
  @message
end

#reason::String

Returns the value of attribute reason.

Returns:

  • (::String)


1492
1493
1494
# File 'sig/types.rbs', line 1492

def reason
  @reason
end