Class: Aws::Route53Resolver::Types::ThrottlingException

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

Overview

The request was throttled. Try again in a few minutes.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4780
4781
4782
4783
4784
# File 'lib/aws-sdk-route53resolver/types.rb', line 4780

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