Class: Aws::Route53::Types::PriorRequestNotComplete

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

Overview

If Amazon Route 53 can't process a request before the next request arrives, it will reject subsequent requests for the same hosted zone and return an HTTP 400 error (Bad request). If Route 53 returns this error repeatedly for the same request, we recommend that you wait, in intervals of increasing duration, before you try the request again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6221
6222
6223
6224
6225
# File 'gems/aws-sdk-route53/lib/aws-sdk-route53/types.rb', line 6221

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