Class: Aws::Route53Profiles::Types::ThrottlingException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/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)


885
886
887
888
889
# File 'gems/aws-sdk-route53profiles/lib/aws-sdk-route53profiles/types.rb', line 885

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