Class: Aws::ApplicationSignals::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-applicationsignals/types.rb

Overview

The request was throttled because of quota limits.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2382
2383
2384
2385
2386
# File 'lib/aws-sdk-applicationsignals/types.rb', line 2382

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