Class: Aws::TrustedAdvisor::Types::ThrottlingException

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

Overview

Exception to notify that requests are being throttled

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1238
1239
1240
1241
1242
# File 'gems/aws-sdk-trustedadvisor/lib/aws-sdk-trustedadvisor/types.rb', line 1238

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