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)


5424
5425
5426
5427
5428
# File 'gems/aws-sdk-appflow/lib/aws-sdk-appflow/types.rb', line 5424

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