Class: Aws::Route53::Types::PriorRequestNotComplete
- Inherits:
-
Struct
- Object
- Struct
- Aws::Route53::Types::PriorRequestNotComplete
- Includes:
- Structure
- Defined in:
- 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
#message ⇒ String
6219 6220 6221 6222 6223 |
# File 'lib/aws-sdk-route53/types.rb', line 6219 class PriorRequestNotComplete < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |