Class: Aws::CognitoSync::Types::LambdaThrottledException

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

Overview

AWS Lambda throttled your account, please contact AWS Support

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message returned when an LambdaThrottledException is thrown

Returns:

  • (String)


603
604
605
606
607
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 603

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