Class: Aws::LicenseManager::Types::RateLimitExceededException

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

Overview

Too many requests have been submitted. Try again after a brief wait.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3331
3332
3333
3334
3335
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3331

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