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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appflow/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)


5432
5433
5434
5435
5436
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5432

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