Class: Aws::WorkLink::Types::TooManyRequestsException

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

Overview

The number of requests exceeds the limit.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1037
1038
1039
1040
1041
# File 'gems/aws-sdk-worklink/lib/aws-sdk-worklink/types.rb', line 1037

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