Class: Aws::Types::RequestLimitExceeded

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)


1411
1412
1413
# File 'sig/types.rbs', line 1411

def message
  @message
end

#throttling_reasons::Array[Types::ThrottlingReason]

Returns the value of attribute throttling_reasons.

Returns:



1412
1413
1414
# File 'sig/types.rbs', line 1412

def throttling_reasons
  @throttling_reasons
end