Class: Aws::Pricing::Types::ThrottlingException

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

Overview

You've made too many requests exceeding service quotas.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


531
532
533
534
535
# File 'gems/aws-sdk-pricing/lib/aws-sdk-pricing/types.rb', line 531

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