Class: Aws::Honeycode::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb

Overview

Tps(transactions per second) rate reached.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1575
1576
1577
1578
1579
# File 'gems/aws-sdk-honeycode/lib/aws-sdk-honeycode/types.rb', line 1575

class ThrottlingException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end