The resource you are trying to access is unsupported on this Route 53 endpoint. Please consider using a newer endpoint or a tool that does so.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchChange")) return null; NoSuchChangeException e = (NoSuchChangeException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchDelegationSet")) return null; NoSuchDelegationSetException e = (NoSuchDelegationSetException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchGeoLocation")) return null; NoSuchGeoLocationException e = (NoSuchGeoLocationException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchHealthCheck")) return null; NoSuchHealthCheckException e = (NoSuchHealthCheckException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("NoSuchHostedZone")) return null; NoSuchHostedZoneException e = (NoSuchHostedZoneException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("PriorRequestNotComplete")) return null; PriorRequestNotCompleteException e = (PriorRequestNotCompleteException)super.unmarshall(node); return e; }