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

#message::String

Returns the value of attribute message.

Returns:

  • (::String)


1679
1680
1681
# File 'sig/types.rbs', line 1679

def message
  @message
end

#throttling_reasons::Array[Types::ThrottlingReason]

Returns the value of attribute throttling_reasons.

Returns:



1680
1681
1682
# File 'sig/types.rbs', line 1680

def throttling_reasons
  @throttling_reasons
end