Class: Aws::Route53::Types::TooManyTrafficPolicyVersionsForCurrentPolicy

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

Overview

This traffic policy version can’t be created because you’ve reached the limit of 1000 on the number of versions that you can create for the current traffic policy.

To create more traffic policy versions, you can use

GetTrafficPolicy][1

to get the traffic policy document for a

specified traffic policy version, and then use

CreateTrafficPolicy][2

to create a new traffic policy using the

traffic policy document.

[1]: docs.aws.amazon.com/Route53/latest/APIReference/API_GetTrafficPolicy.html [2]: docs.aws.amazon.com/Route53/latest/APIReference/API_CreateTrafficPolicy.html

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


7287
7288
7289
7290
7291
# File 'lib/aws-sdk-route53/types.rb', line 7287

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