Class: Aws::Types::RequestTimeoutException

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)


499
500
501
# File 'sig/types.rbs', line 499

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


500
501
502
# File 'sig/types.rbs', line 500

def message
  @message
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


498
499
500
# File 'sig/types.rbs', line 498

def type
  @type
end