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)


3257
3258
3259
3260
3261
# File 'gems/aws-sdk-licensemanager/lib/aws-sdk-licensemanager/types.rb', line 3257

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