Class: Aws::EntityResolution::Types::ThrottlingException

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

Overview

The request was denied due to request throttling. HTTP Status Code: 429

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2675
2676
2677
2678
2679
# File 'gems/aws-sdk-entityresolution/lib/aws-sdk-entityresolution/types.rb', line 2675

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