Class: Aws::Tnb::Types::ThrottlingException

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

Overview

Exception caused by throttling.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2084
2085
2086
2087
2088
# File 'gems/aws-sdk-tnb/lib/aws-sdk-tnb/types.rb', line 2084

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