The specified HostedZone cannot be found.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("HostedZoneNotFound")) return null; HostedZoneNotFoundException e = (HostedZoneNotFoundException)super.unmarshall(node); return e; }