Class: Aws::Appflow::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appflow/types.rb

Overview

API calls have exceeded the maximum allowed API request rate per account and per Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5418
5419
5420
5421
5422
# File 'lib/aws-sdk-appflow/types.rb', line 5418

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