Class: Aws::SSMQuickSetup::Types::ThrottlingException

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

Overview

The request or operation exceeds the maximum allowed request rate per Amazon Web Services account and Amazon Web Services Region.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1372
1373
1374
1375
1376
# File 'gems/aws-sdk-ssmquicksetup/lib/aws-sdk-ssmquicksetup/types.rb', line 1372

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