Class: Aws::Types::TooManyRequestsException

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)


2152
2153
2154
# File 'sig/types.rbs', line 2152

def message
  @message
end

#reason"ConcurrentInvocationLimitExceeded", ...

Returns the value of attribute reason.

Returns:

  • ("ConcurrentInvocationLimitExceeded", "FunctionInvocationRateLimitExceeded", "ReservedFunctionConcurrentInvocationLimitExceeded", "ReservedFunctionInvocationRateLimitExceeded", "CallerRateLimitExceeded", "ConcurrentSnapshotCreateLimitExceeded")


2153
2154
2155
# File 'sig/types.rbs', line 2153

def reason
  @reason
end

#retry_after_seconds::String

Returns the value of attribute retry_after_seconds.

Returns:

  • (::String)


2150
2151
2152
# File 'sig/types.rbs', line 2150

def retry_after_seconds
  @retry_after_seconds
end

#type::String

Returns the value of attribute type.

Returns:

  • (::String)


2151
2152
2153
# File 'sig/types.rbs', line 2151

def type
  @type
end