Class: Aws::RTBFabric::Types::ThrottlingException

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

Overview

The request was denied due to request throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2678
2679
2680
2681
2682
# File 'lib/aws-sdk-rtbfabric/types.rb', line 2678

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