Class: Aws::Types::ThrottlingException

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)


1007
1008
1009
# File 'sig/types.rbs', line 1007

def code
  @code
end

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1008
1009
1010
# File 'sig/types.rbs', line 1008

def message
  @message
end