Class: Aws::IVS::Types::ThrottlingException

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#exception_messageString

Request was denied due to request throttling.

Returns:

  • (String)


2163
2164
2165
2166
2167
# File 'gems/aws-sdk-ivs/lib/aws-sdk-ivs/types.rb', line 2163

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