Class: Aws::SSO::Types::TooManyRequestsException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-sso/types.rb

Overview

Indicates that the request is being made too frequently and is more than what the server can handle.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


317
318
319
320
# File 'lib/aws-sdk-sso/types.rb', line 317

class TooManyRequestsException < Struct.new(
  :message)
  include Aws::Structure
end