Class: Aws::Uxc::Types::ThrottlingException

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

Overview

The request was denied because of request throttling. Reduce the frequency of your requests.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


137
138
139
140
141
# File 'gems/aws-sdk-uxc/lib/aws-sdk-uxc/types.rb', line 137

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