A complex type that contain information about the specified hosted zone.
333435363738394041
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("HostedZoneNotEmpty")) return null; HostedZoneNotEmptyException e = (HostedZoneNotEmptyException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidArgument")) return null; InvalidArgumentException e = (InvalidArgumentException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidChangeBatch")) return null; InvalidChangeBatchException e = (InvalidChangeBatchException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidDomainName")) return null; InvalidDomainNameException e = (InvalidDomainNameException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidInput")) return null; InvalidInputException e = (InvalidInputException)super.unmarshall(node); return e; }
// marshaller understands. String errorCode = parseErrorCode(node); if (errorCode == null || !errorCode.equals("InvalidVPCId")) return null; InvalidVPCIdException e = (InvalidVPCIdException)super.unmarshall(node); return e; }