You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Fruan-Atlassian May 16, 2024
Just wondering whether the Route53 GetHostedZoneLimit request is working for anyone? For me, I can't use getHostedZoneLimitRequest's type parameter as I get an error saying that it's not of enum MAX_RRSETS_BY_ZONE when I use HostedZoneLimitType.MaxRrsetsByZone.
Is anyone able to do this on their end?
InvalidInput(message=1 validation error detected: Value 'MaxRrsetsByZone' at 'type' failed to satisfy constraint: Member must satisfy enum value set: [MAX_RRSETS_BY_ZONE, MAX_VPCS_ASSOCIATED_BY_ZONE])
The text was updated successfully, but these errors were encountered:
Invocations of this API seem to be serializing the request parameter into the URI path incorrectly. As noted by the GetHostedZoneLimit documentation and above error message, the expected serialization is MAX_RRSETS_BY_ZONE but instead it's using the name of the enum element MaxRrsetsByZone. Sample request preamble:
GET /2013-04-01/hostedzonelimit/<my_zone_id>/MaxRrsetsByZone
Comments on closed issues are hard for our team to see.
If you need more assistance, please either tag a team member or open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
Discussed in #1312
Originally posted by Fruan-Atlassian May 16, 2024
Just wondering whether the Route53 GetHostedZoneLimit request is working for anyone? For me, I can't use
getHostedZoneLimitRequest
'stype
parameter as I get an error saying that it's not of enumMAX_RRSETS_BY_ZONE
when I useHostedZoneLimitType.MaxRrsetsByZone
.Is anyone able to do this on their end?
Repro code
Result
The text was updated successfully, but these errors were encountered: