Class: Aws::CognitoSync::Types::TooManyRequestsException

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

Overview

Thrown if the request is throttled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Message returned by a TooManyRequestsException.

Returns:

  • (String)


1131
1132
1133
1134
1135
# File 'gems/aws-sdk-cognitosync/lib/aws-sdk-cognitosync/types.rb', line 1131

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