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)


427
428
429
# File 'sig/types.rbs', line 427

def message
  @message
end

#throttling_reasons::Array[Types::ThrottlingReason]

Returns the value of attribute throttling_reasons.

Returns:



428
429
430
# File 'sig/types.rbs', line 428

def throttling_reasons
  @throttling_reasons
end